.. |
album_repository.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
album_repository_test.go
|
Remove dependency of deprecated ioutil package
|
2021-07-20 20:12:28 -04:00 |
artist_repository.go
|
Do not attach Genres to the "Various Artists" artist
|
2021-09-27 21:55:33 -04:00 |
artist_repository_test.go
|
Add multiple genres to Albums
|
2021-07-20 17:45:08 -04:00 |
genre_repository.go
|
Optimize GetAll genres query
|
2021-07-20 17:45:08 -04:00 |
genre_repository_test.go
|
Add multiple genres to Albums
|
2021-07-20 17:45:08 -04:00 |
helpers.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
helpers_test.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
mediafile_repository.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
mediafile_repository_test.go
|
Remove unnecessary repositories methods
|
2021-07-20 17:45:08 -04:00 |
mediafolders_repository.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
persistence.go
|
Inject DB into DataStore, instead of hardcode the dependency
|
2021-07-31 20:15:20 -04:00 |
persistence_suite_test.go
|
Add multiple genres to Albums
|
2021-07-20 17:45:08 -04:00 |
player_repository.go
|
Fix GetNowPlaying endpoint showing only the last play
|
2021-06-20 10:39:19 -04:00 |
playlist_repository.go
|
Add songs to playlists with drag and drop
|
2021-10-02 13:14:33 -04:00 |
playlist_repository_test.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
playlist_track_repository.go
|
Sort songs by artist/album/disc/track_number before adding to playlist
|
2021-10-02 21:55:45 -04:00 |
playqueue_repository.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
playqueue_repository_test.go
|
Add multiple genres to MediaFile
|
2021-07-20 17:45:08 -04:00 |
property_repository.go
|
Implement Last.FM Desktop Auth flow endpoints
|
2021-06-21 18:14:01 -04:00 |
property_repository_test.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
scrobble_buffer_repository.go
|
Implement Scrobble buffering/retrying
|
2021-07-02 10:04:41 -04:00 |
share_repository.go
|
Allow updating only specific columns
|
2021-06-02 18:40:29 -04:00 |
sql_annotations.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_base_repository.go
|
Fix Count methods
|
2021-07-20 17:45:08 -04:00 |
sql_base_repository_test.go
|
Handle functions with params in sort order.
|
2021-05-28 17:35:32 -04:00 |
sql_bookmarks.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_bookmarks_test.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_genres.go
|
Fix genre update chunking
|
2021-10-01 08:43:59 -04:00 |
sql_restful.go
|
Add multiple genres to Artists
|
2021-07-20 17:45:08 -04:00 |
sql_restful_test.go
|
fix: configured transcodings not appearing in players view
|
2020-03-27 19:12:11 -04:00 |
sql_search.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_search_test.go
|
Add denormalized list of artist_ids to album, to speed-up artist's albums queries
|
2020-12-13 14:05:48 -05:00 |
sql_smartplaylist.go
|
Initial drafts for Smart Playlists
|
2021-10-23 20:25:28 -04:00 |
sql_smartplaylist_test.go
|
Initial drafts for Smart Playlists
|
2021-10-23 20:25:28 -04:00 |
transcoding_repository.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
user_props_repository.go
|
Pass userId explicitly to UserPropsRepository methods
|
2021-06-25 22:21:37 -04:00 |
user_repository.go
|
Only encrypts NewPassword if it is not empty, when updating the user details. Fixes #1222
|
2021-07-01 16:09:49 -04:00 |
user_repository_test.go
|
Some small refactorings
|
2021-08-22 12:16:49 -04:00 |