navidrome/persistence
Deluan 32fbf2e9eb refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
..
album_repository.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
album_repository_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
artist_repository.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
artist_repository_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -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 refactor: new persistence, more SQL, less ORM 2020-02-01 17:23:03 -05:00
mediafile_repository.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -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 Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_artist_repo.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_mediafile_repo.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
mock_persistence.go feat: add `transcodedSuffix` to Subsonic API responses 2020-03-17 15:20:35 -04:00
persistence.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
persistence_suite_test.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
player_repository.go feat: allow regular users to change their players' configuration 2020-03-17 15:20:35 -04:00
playlist_repository.go feat: store duration as float, to cater for milliseconds 2020-02-20 17:02:06 -05:00
playlist_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
property_repository.go refactor: new persistence, more SQL, less ORM 2020-02-01 17:23:03 -05:00
property_repository_test.go refactor: adding back artist and album tables 2020-02-01 17:23:03 -05:00
sql_annotations.go fix: set default play_count to 0 2020-02-08 22:55:05 -05:00
sql_base_repository.go feat: allow restful filter customization per field 2020-03-19 21:09:57 -04:00
sql_search.go refactor: drop search table, integrated full_text into main tables 2020-03-19 21:44:48 -04:00
transcoding_repository.go fix: create default transcodings on existing installations 2020-03-17 16:49:37 -04:00
user_repository.go fix: login must be case-insensitive 2020-03-01 15:45:41 -05:00
user_repository_test.go fix: login must be case-insensitive 2020-03-01 15:45:41 -05:00