navidrome/persistence
Deluan d1a0ffaaee Check permissions in playlists 2020-05-16 23:14:28 -04:00
..
album_repository.go Import and display disc subtitles 2020-05-12 12:57:53 -04:00
album_repository_test.go Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
artist_repository.go Fix gosec's G601 2020-05-13 15:32:42 -04:00
artist_repository_test.go Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
genre_repository.go refactor: consolidate query executions into two functions `queryOne` and `queryAll` 2020-02-01 17:23:03 -05:00
genre_repository_test.go Fixing static checks about passing nil context 2020-04-26 15:07:36 -04:00
helpers.go Create relation table for playlist tracks 2020-05-16 18:35:34 -04:00
helpers_test.go Add helper functions tests 2020-05-16 18:35:34 -04:00
mediafile_repository.go Import and display disc subtitles 2020-05-12 12:57:53 -04:00
mediafile_repository_test.go Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
mediafolders_repository.go Make MediaFolder ID int32 2020-05-09 22:29:02 -04:00
mock_album_repo.go Fix tests for Cover service 2020-04-09 12:13:54 -04:00
mock_artist_repo.go Fix tests for Cover service 2020-04-09 12:13:54 -04:00
mock_mediafile_repo.go Fix tests for Cover service 2020-04-09 12:13:54 -04:00
mock_persistence.go feat: add `transcodedSuffix` to Subsonic API responses 2020-03-17 15:20:35 -04:00
persistence.go Add playlists REST endpoint 2020-05-16 18:35:34 -04:00
persistence_suite_test.go Check permissions in playlists 2020-05-16 23:14:28 -04:00
player_repository.go refactor: extracted restful helpers into their own composable struct 2020-03-21 20:00:46 -04:00
playlist_repository.go Check permissions in playlists 2020-05-16 23:14:28 -04:00
playlist_repository_test.go Check permissions in playlists 2020-05-16 23:14:28 -04:00
playlist_track_repository.go Remove tracks from playlist 2020-05-16 18:35:34 -04:00
property_repository.go refactor: removed unused code, unnecessary typecasts and fixed small warnings 2020-03-20 00:07:36 -04:00
property_repository_test.go Fixing static checks about passing nil context 2020-04-26 15:07:36 -04:00
sql_annotations.go refactor: removed unused code, unnecessary typecasts and fixed small warnings 2020-03-20 00:07:36 -04:00
sql_base_repository.go Fix typo 2020-05-16 18:35:34 -04:00
sql_restful.go Fine tune search functionality 2020-04-19 23:29:07 -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 Fine tune search functionality 2020-04-19 23:29:07 -04:00
sql_search_test.go Fine tune search functionality 2020-04-19 23:29:07 -04:00
transcoding_repository.go refactor: extracted restful helpers into their own composable struct 2020-03-21 20:00:46 -04:00
user_repository.go refactor: extracted restful helpers into their own composable struct 2020-03-21 20:00:46 -04:00
user_repository_test.go Fixing static checks about passing nil context 2020-04-26 15:07:36 -04:00