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
c9e8e2c6da88cfe73c5a2874dfd4d4627c55230d
icarus
/
Controllers
T
History
amazing-username
c9e8e2c6da
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -04:00
..
Managers
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -04:00
Utilities
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -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
Continuing work on updating a song's record whenever attributes or metadata are updated. Running into an issue where the Song record is deleted during an update after the other records have been updated (artist record, album record, genre record, etc.). I believe I have narrowed it down to the Genre id and Year Id of the song not being updated.
#37
2019-05-19 21:48:03 -04:00
SongDataController.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
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