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
d75d2924a75fd8191c050cb643de7dda812966fd
icarus
/
Models
T
History
amazing-username
d75d2924a7
Working on some code cleanup, I thought I was nearing the end. Eventually leading to working on how to stream songs from the server but more work has to be done. I know I have integrated Auth0 but if this project is to be useful to others without having to configure Auth0 then I would like for it to be usable with a couple commands after cloning the repository. More work has to be done but I am close to the releasing the first version. Will update to the project on Github soon.
#37
2019-05-12 21:42:25 -04:00
..
Context
Working on some code cleanup, I thought I was nearing the end. Eventually leading to working on how to stream songs from the server but more work has to be done. I know I have integrated Auth0 but if this project is to be useful to others without having to configure Auth0 then I would like for it to be usable with a couple commands after cloning the repository. More work has to be done but I am close to the releasing the first version. Will update to the project on Github soon.
#37
2019-05-12 21:42:25 -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
BaseResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
LoginResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
RegisterResult.cs
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library.
#38
2019-05-11 16:42:29 -04:00
Song.cs
Working on some code cleanup, I thought I was nearing the end. Eventually leading to working on how to stream songs from the server but more work has to be done. I know I have integrated Auth0 but if this project is to be useful to others without having to configure Auth0 then I would like for it to be usable with a couple commands after cloning the repository. More work has to be done but I am close to the releasing the first version. Will update to the project on Github soon.
#37
2019-05-12 21:42:25 -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