Commit Graph

25 Commits

Author SHA1 Message Date
kdeng00 48f9914a1f Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
2024-06-13 20:35:53 -04:00
kdeng00 c4ab90d4eb .NET 8 migration 2024-06-09 15:00:47 -04:00
dependabot[bot] 4a1c1f1f78 Bump Newtonsoft.Json from 13.0.1 to 13.0.2
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 15:46:41 +00:00
Kun Deng 38c056cc99 Swagger docs 2022-09-05 16:58:10 -04:00
Kun Deng 1bfd0a4931 Update Icarus.csproj 2022-08-30 21:42:20 -04:00
kdeng00 f0551a4801 Updates
Added packages and updated readme
2022-08-07 17:05:49 -04:00
kdeng00 27cc80d114 Ready for release 2022-01-09 18:13:31 -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 f8d9c8e4a7 Authorization functioning 2021-12-24 16:45:40 -05:00
kdeng00 edaea68296 Functional 2021-12-23 21:10:13 -05:00
kdeng00 46f0da4a5f Updated to .NET 6 2021-12-22 20:20:22 -05:00
kdeng00 cadcf33ed6 Updated dependency 2021-08-01 20:07:40 -04:00
kdeng00 4f46f2ed94 Updated dependencies 2021-08-01 19:50:26 -04:00
kdeng00 560773bfff Now buildable targetting .net 3.1 2021-08-01 19:45:21 -04:00
amazing-username e4be56101a Added functionality to save the stock cover art to a song if the song does not contain a cover art #50 2019-07-14 22:40:49 -04:00
amazing-username 4a385af3b5 Implemented logging. To complete the logging implementation I have to log the flow to the log file #16 2019-05-05 12:09:19 -04:00
amazing-username 0f918d6562 Added functionality to the Login Controller. Added TODO's for implementing Tokens #27 #31 2019-04-28 02:05:23 +00:00
amazing-username 105ac85a66 Updated User model, Updated Password encryption to use a BCrypt implementation, Updated UserStoreContext #23, #24, #33 2019-04-27 03:31:23 +00:00
amazing-username 4ba342b625 Added User Context #24 2019-04-21 17:54:18 -04:00
amazing-username 0c47da3665 Provided solution for Migrations. Will test on the server #13 2019-04-14 18:12:10 -04:00
amazing-username a17e892a8b Compression of songs implemented #14 2019-04-09 03:50:42 -04:00
amazing-username aca1ce2d34 Working on implementing song compression to reduce file size of the song 2019-03-31 20:15:41 -04:00
amazing-username e4f050c362 Implemented functionality to download a song #11 2019-03-21 22:36:57 -04:00
amazing-username a1c3ccb66f Created functionality to upload song data. #6 2019-03-16 23:02:01 -04:00
amazing-username ab71bb8246 Switched to C# and .NET Core to work on this project #10 2019-03-11 22:37:00 -04:00