.. |
album_repository.go
|
Optimize AlbumRepository.GetAll and add a GetAllWithoutGenres method specifically for Subsonic API, where multiple-genres are not required
|
2021-11-02 21:19:49 -04:00 |
album_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
artist_repository.go
|
Make song/album/artist endpoints read-only
|
2021-11-02 14:44:50 -04:00 |
artist_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
genre_repository.go
|
Optimize GetAll genres query
|
2021-07-20 17:45:08 -04:00 |
genre_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
helpers.go
|
Remove non-album artist_ids from the DB
|
2021-11-05 20:24:50 -04:00 |
helpers_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
mediafile_repository.go
|
Remove non-album artist_ids from the DB
|
2021-11-05 20:24:50 -04:00 |
mediafile_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
mediafolders_repository.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
persistence.go
|
Remove non-album artist_ids from the DB
|
2021-11-05 20:24:50 -04:00 |
persistence_suite_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
player_repository.go
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
playlist_repository.go
|
Fix logging smart playlist's song count
|
2021-11-20 12:29:09 -05:00 |
playlist_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
playlist_track_repository.go
|
Fix logging smart playlist's song count
|
2021-11-20 12:29:09 -05:00 |
playqueue_repository.go
|
Use structs lib to map models to DB. Fix #1266
|
2021-08-01 12:04:45 -04:00 |
playqueue_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
property_repository.go
|
Implement Last.FM Desktop Auth flow endpoints
|
2021-06-21 18:14:01 -04:00 |
property_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
scrobble_buffer_repository.go
|
Implement Scrobble buffering/retrying
|
2021-07-02 10:04:41 -04:00 |
share_repository.go
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
sql_annotations.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_base_repository.go
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
sql_base_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
sql_bookmarks.go
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_bookmarks_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
sql_genres.go
|
Optimize AlbumRepository.GetAll and add a GetAllWithoutGenres method specifically for Subsonic API, where multiple-genres are not required
|
2021-11-02 21:19:49 -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
|
Move project to Navidrome GitHub organization
|
2021-02-06 21:46:35 -05:00 |
sql_search_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |
transcoding_repository.go
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
user_props_repository.go
|
Pass userId explicitly to UserPropsRepository methods
|
2021-06-25 22:21:37 -04:00 |
user_repository.go
|
Use new rest lib (Update receives all columns that need to be updated)
|
2021-11-01 21:27:36 -04:00 |
user_repository_test.go
|
Upgrade Ginkgo to V2
|
2022-07-26 16:53:17 -04:00 |