navidrome/persistence
Deluan 478c709a64 Associate main entities with library 2024-05-12 21:37:42 -04:00
..
album_repository.go Simplify normalized AlbumPlayCountMode calc 2024-05-09 08:13:42 -04:00
album_repository_test.go Associate main entities with library 2024-05-12 21:37:42 -04:00
artist_repository.go Refactor loadGenres, remove duplication 2024-04-28 17:04:12 -04:00
artist_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
genre_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
genre_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
helpers.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
helpers_test.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
library_repository.go Associate main entities with library 2024-05-12 21:37:42 -04:00
mediafile_repository.go Make sorting lists by name/title case-insensitive (#2993) 2024-05-09 07:08:15 -04:00
mediafile_repository_test.go Associate main entities with library 2024-05-12 21:37:42 -04:00
persistence.go Rename MediaFolder to Library 2024-05-12 21:37:42 -04:00
persistence_suite_test.go Associate main entities with library 2024-05-12 21:37:42 -04:00
persistence_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
player_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
playlist_repository.go Block regular users from changing their own playlists ownership 2024-04-20 12:08:07 -04:00
playlist_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
playlist_track_repository.go Do not panic if when updatePlaylist is called with a non-existent ID. 2024-05-11 15:37:50 -04:00
playqueue_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
playqueue_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
property_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
property_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
radio_repository.go Make sorting lists by name/title case-insensitive (#2993) 2024-05-09 07:08:15 -04:00
radio_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
scrobble_buffer_repository.go Fix scrobble error spam in the logs. 2024-04-26 16:59:14 -04:00
share_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
sql_annotations.go Simplify normalized AlbumPlayCountMode calc 2024-05-09 08:13:42 -04:00
sql_base_repository.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
sql_base_repository_test.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
sql_bookmarks.go Refactor loadGenres, remove duplication 2024-04-28 17:04:12 -04:00
sql_bookmarks_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
sql_genres.go Refactor loadGenres, remove duplication 2024-04-28 17:04:12 -04:00
sql_restful.go Filter playlists by names and comments 2021-10-28 13:58:06 -04:00
sql_restful_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
sql_search.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
sql_search_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
transcoding_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_props_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00