navidrome/persistence
Deluan 62cc8a2d4b Fix ambiguous column when sorting media_files by created_at.
Fix #3006
2024-05-08 08:24:26 -04:00
..
album_repository.go Fix AlbumPlayCountMode. Closes #2984 2024-05-01 20:05:36 -04:00
album_repository_test.go Fix AlbumPlayCountMode. Closes #2984 2024-05-01 20:05:36 -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
mediafile_repository.go Fix ambiguous column when sorting media_files by created_at. 2024-05-08 08:24:26 -04:00
mediafile_repository_test.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
mediafolders_repository.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
persistence.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
persistence_suite_test.go Fix ReplayGain values not being retrieved from DB 2023-12-27 21:14:54 -05: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 Fix PlaylistTracks's loadAllGenres. Fix #2988 2024-05-01 20:17:42 -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 Remove offset and limit from count queries. Fixes #2443 2024-01-20 22:02:05 -05: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 Fix AlbumPlayCountMode. Closes #2984 2024-05-01 20:05:36 -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