navidrome/persistence
Deluan 811703ab60 fix: create default transcodings on existing installations 2020-03-17 16:49:37 -04:00
..
album_repository.go fix: index albumArtist as part of the album searchable fields 2020-03-07 13:10:20 -05:00
album_repository_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
artist_repository.go fix: check if album is starred before adding the starred date in the response. also return "starred" in search responses 2020-02-24 22:06:12 -05: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 fix: ormer.Driver() is not available when creating orms with NewOrmWithDB() 2020-02-28 16:09:27 -05: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 feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
persistence_suite_test.go feat: transcoding and player datastores and configuration 2020-03-17 15:20:35 -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: transcoding and player datastores and configuration 2020-03-17 15:20:35 -04:00
sql_search.go fix: check if album is starred before adding the starred date in the response. also return "starred" in search responses 2020-02-24 22:06:12 -05: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