navidrome/persistence
Deluan 1c82bf5179 Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -04:00
..
album_repository.go Optimize AlbumRepository.GetAll and add a GetAllWithoutGenres method specifically for Subsonic API, where multiple-genres are not required 2021-11-02 21:19:49 -04:00
album_repository_test.go Remove temp folders after tests 2021-10-28 10:40:31 -04:00
artist_repository.go Make song/album/artist endpoints read-only 2021-11-02 14:44:50 -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 Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -04:00
helpers_test.go Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -04:00
mediafile_repository.go Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -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 Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -04:00
persistence_suite_test.go Add `owner_id` to `playlist` 2021-10-31 15:08:06 -04:00
player_repository.go Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -04:00
playlist_repository.go Fix playlist cannot be empty via Subsonic API 2021-11-05 10:23:45 -04:00
playlist_repository_test.go Add `owner_id` to `playlist` 2021-10-31 15:08:06 -04:00
playlist_track_repository.go Fix playlist cannot be empty via Subsonic API 2021-11-05 10:23: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 Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -04:00
sql_annotations.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
sql_base_repository.go Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -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 Optimize AlbumRepository.GetAll and add a GetAllWithoutGenres method specifically for Subsonic API, where multiple-genres are not required 2021-11-02 21:19:49 -04:00
sql_restful.go Filter playlists by names and comments 2021-10-28 13:58:06 -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
transcoding_repository.go Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -04:00
user_props_repository.go Pass userId explicitly to UserPropsRepository methods 2021-06-25 22:21:37 -04:00
user_repository.go Use new `rest` lib (Update receives all columns that need to be updated) 2021-11-01 21:27:36 -04:00
user_repository_test.go Some small refactorings 2021-08-22 12:16:49 -04:00