kdeng00
0b57cb2107
Merge branch 'master' of https://github.com/kdeng00/Icarus into tsk-79
2024-06-16 18:30:45 -04:00
Kun Deng
270b7d059c
#90 : Adding functionality to download cover art ( #97 )
...
* Added endpoint to download cover art
* Code cleanup
* More cleanup
2024-06-16 18:28:08 -04:00
kdeng00
c7a530107f
#79 : Added query parameter to randomize filename when downloading songs
...
Right now only the endpoint has this parameter added
2024-06-15 21:13:27 -04:00
Kun Deng
23c50de468
Net8 ( #89 )
...
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README
2024-06-15 12:17:12 -04:00
kdeng00
c17c9cd329
Migrating to modern c# namespace
...
Using the short namesapce declaration for conciseness
2023-04-09 12:34:06 -04:00
Kun Deng
73bfff3940
Cleanup
2022-09-05 17:02:25 -04:00
Kun Deng
38c056cc99
Swagger docs
2022-09-05 16:58:10 -04:00
Kun Deng
05b5de0939
Cleanup
2022-09-04 20:45:17 -04:00
Kun Deng
f8ec65fd29
Tokens are validated in respective endpoints
2022-08-27 21:35:49 -04:00
Kun Deng
fd0f487615
Runtime fixes
...
Fixed issues preventing endpoints from successfully completing
2022-08-26 23:09:48 -04:00
Kun Deng
d48716a54f
Endpoint authorization
...
Tokens are validated for some of the endpoints. Need to add other measures to rule out bogus tokens.
2022-08-26 18:01:29 -04:00
kdeng00
5669cdbdd0
Code cleanup
2021-12-29 14:13:38 -05:00
kdeng00
3a6e0f64bc
New endpoint
...
New endpoint to upload song with metadata and cover art as separate entities
2021-12-29 14:06:52 -05:00
kdeng00
aa0a1ab5fe
Refactoring
2021-12-26 22:17:14 -05:00
kdeng00
b529731c95
Song uploads
...
Uploading songs is functional and does not use the song metadata for the filename or directory creation
2021-12-25 21:36:42 -05:00
kdeng00
f8d9c8e4a7
Authorization functioning
2021-12-24 16:45:40 -05:00
kdeng00
edaea68296
Functional
2021-12-23 21:10:13 -05:00
kdeng00
8600d9b6bc
Updates
2021-12-22 21:33:12 -05:00
amazing-username
84615472ef
Cover art image gets deleted when the song has been deleted #50
2019-07-15 22:12:49 -04:00
amazing-username
026a528a81
Cover art functionality added. Left TODO's on where to continue on. #50
2019-07-12 23:13:32 -04:00
amazing-username
226ca44206
Mover Cover Art work. #50
2019-07-11 23:15:45 -04:00
amazing-username
f7963237fd
Added TODO's for checking if Cover art already exists. Added functionality in DirectoryManager to switch to the CoverArt path when explicitly request, otherwise defaults to the music root path. Added skeleton function for CoverArtRepository in the CoverArtRepository and SongManager
2019-07-09 21:03:52 -04:00
amazing-username
56fe805f80
Code cleanup and conforming to a coding covention
2019-07-04 17:19:40 -04:00
amazing-username
42facee883
Added versioning to the API, created namespace for the Reposiorites, Changed the StoreContexts to Repositories, moved the Contexts class to another namespace. #37
2019-05-28 23:36:56 +00:00