navidrome/persistence
Deluan 4b1c76e307 Keep the order of the playlist when adding new songs. Also allow adding a song more than once 2020-04-11 21:24:15 -04:00
..
album_repository.go Add all individual artists from album in searchable full text field. Should fix #94 2020-04-08 23:54:54 -04:00
album_repository_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
artist_repository.go fix: various album_artists <-> artists mismatches 2020-03-26 09:08:53 -04:00
artist_repository_test.go fix: remove sql injection 2020-03-25 20:40:18 -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 refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
helpers.go feat: expose album, song and artist annotations in the RESTful API 2020-03-28 19:22:55 -04:00
helpers_test.go fix: remove sql injection 2020-03-25 20:40:18 -04:00
mediafile_repository.go refactor: extracted restful helpers into their own composable struct 2020-03-21 20:00:46 -04:00
mediafile_repository_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
mediafolders_repository.go refactor: read musicFolderId from request (but still don't use it) 2020-02-01 17:23:03 -05: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 fix: typo 2020-03-28 18:50:18 -04:00
persistence_suite_test.go Add `created` and `changed` fields to playlists responses 2020-04-11 18:58:43 -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 Keep the order of the playlist when adding new songs. Also allow adding a song more than once 2020-04-11 21:24:15 -04:00
playlist_repository_test.go Keep the order of the playlist when adding new songs. Also allow adding a song more than once 2020-04-11 21:24:15 -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 refactor: adding back artist and album tables 2020-02-01 17:23:03 -05: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 Add `created` and `changed` fields to playlists responses 2020-04-11 18:58:43 -04:00
sql_restful.go fix: configured transcodings not appearing in players view 2020-03-27 19:12:11 -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 Remove duplicated words and extra spaces from full text searchable fields 2020-04-08 23:29:28 -04:00
sql_search_test.go Remove duplicated words and extra spaces from full text searchable fields 2020-04-08 23:29:28 -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 fix: login must be case-insensitive 2020-03-01 15:45:41 -05:00