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
e1627b04b9ab71ff59ed6d68578271b3cb94c964
icarus
/
Controllers
T
History
amazing-username
e1627b04b9
The SongCount field is not mapped during migrations. Working on changes to the StoreContext classes. These changes will calculate the song count for the album, artist, genre, and year records when querying data. The other change is to check to see if the record exist in the first place before querying using a left join.
#47
2019-05-25 03:06:04 +00:00
..
Managers
The SongCount field is not mapped during migrations. Working on changes to the StoreContext classes. These changes will calculate the song count for the album, artist, genre, and year records when querying data. The other change is to check to see if the record exist in the first place before querying using a left join.
#47
2019-05-25 03:06:04 +00:00
Utilities
Resolved issue with Song record being deleted after updating the metadata records.
#37
2019-05-20 00:56:51 -04:00
AlbumController.cs
HTTP endpoints secured
#39
2019-05-11 22:22:53 -04:00
ArtistController.cs
HTTP endpoints secured
#39
2019-05-11 22:22:53 -04:00
GenreController.cs
Finished API functionality for Genre and Year endpoints.
#41
and
#42
. Working on refining the updating song api route that's part of the clean up issue.
#37
2019-05-18 02:09:59 -04:00
LoginController.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
LogoutController.cs
Implemented Auth0 functionality to handler authentication. Not complete, will add to it some more.
#15
2019-04-21 21:07:13 -04:00
RegisterController.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
SongCompressedDataControllers.cs
Implemented Artist HTTP endpoint functionality.
#21
and
#26
2019-05-10 22:21:30 -04:00
SongController.cs
Song and the corresponding tables will be deleted if there are not song related to the tables.
#44
2019-05-25 00:50:30 +00:00
SongDataController.cs
Song and the corresponding tables will be deleted if there are not song related to the tables.
#44
2019-05-25 00:50:30 +00:00
SongStreamController.cs
#7
2019-05-23 22:13:56 -04:00
YearController.cs
Finished API functionality for Genre and Year endpoints.
#41
and
#42
. Working on refining the updating song api route that's part of the clean up issue.
#37
2019-05-18 02:09:59 -04:00