This website requires JavaScript.
Explore
Help
Sign In
phoenix
/
icarus
Watch
1
Star
0
Fork
0
You've already forked icarus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
33
Wiki
Activity
Files
c0ac3cdd3085c51e8ca4dffc51b008dcee39f82c
icarus
/
Models
T
History
amazing-username
c0ac3cdd30
Changed the LastLogin property of the User model to allow null values, explcitly change the Entity User context to create a User table, and resolved bug that caused build issues in the SongController API class. The bug was caused by forgetting to change the type of the method after switching it from ActionResult to IActionResult.
#40
2019-05-11 12:43:54 -04:00
..
Context
Changed the LastLogin property of the User model to allow null values, explcitly change the Entity User context to create a User table, and resolved bug that caused build issues in the SongController API class. The bug was caused by forgetting to change the type of the method after switching it from ActionResult to IActionResult.
#40
2019-05-11 12:43:54 -04:00
Album.cs
Completed all TODO tasks, what's left is to go over the code and do some cleanup regarding the album API functonality.
#22
,
#25
2019-05-08 22:06:19 -04:00
Artist.cs
Updated Song model to include ArtistId, Updated Artist Model, and partially implemented Artist API endpoint functionality. I left TODO's on where to pick up.
#19
,
#21
,
#26
2019-05-09 21:51:29 -04:00
LoginResult.cs
Implemented Tokens, Login Functionality, and download authorization
#15
,
#27
,
#31
,
#34
2019-04-28 22:29:15 +00:00
Song.cs
Updated Song model to include ArtistId, Updated Artist Model, and partially implemented Artist API endpoint functionality. I left TODO's on where to pick up.
#19
,
#21
,
#26
2019-05-09 21:51:29 -04:00
SongData.cs
Implemented functionality to upload song
2019-03-18 21:58:26 -04:00
SongResult.cs
Switched to the TagLib library for stripping metadata. Included TODO for updating a song's metadata for both the database and the tag of the MP3 file
#36
2019-04-30 01:49:43 +00:00
User.cs
Changed the LastLogin property of the User model to allow null values, explcitly change the Entity User context to create a User table, and resolved bug that caused build issues in the SongController API class. The bug was caused by forgetting to change the type of the method after switching it from ActionResult to IActionResult.
#40
2019-05-11 12:43:54 -04:00