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
d7197971f04f98344f967d4105f9369803299bcc
icarus
/
Models
T
History
amazing-username
42facee883
Added versioning to the API, created namespace for the Reposiorites, Changed the StoreContexts to Repositories, moved the Contexts class to another namespace.
#37
2019-05-28 23:36:56 +00:00
..
Album.cs
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
Artist.cs
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
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
Genre.cs
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
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
Added versioning to the API, created namespace for the Reposiorites, Changed the StoreContexts to Repositories, moved the Contexts class to another namespace.
#37
2019-05-28 23:36:56 +00: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
Year.cs
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