..
album_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
album_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
artist_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
artist_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
collation_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
export_test.go
fix(subsonic): honour PreferSortTag when building indexes for getArtist
and getIndexes
( #3286 )
2024-09-19 13:44:29 -04:00
genre_repository.go
Improve SQL sanitization
2024-09-14 18:53:34 -04:00
genre_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
helpers.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
helpers_test.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
library_repository.go
Improve SQL sanitization
2024-09-14 18:53:34 -04:00
mediafile_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
mediafile_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
persistence.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
persistence_suite_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
persistence_test.go
fix(server): play queue should not return empty entries for deleted tracks
2024-09-20 11:22:37 -04:00
player_repository.go
fix(insights): fix issues and improve reports ( #3558 )
2024-12-18 20:37:35 -05:00
player_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
playlist_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
playlist_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
playlist_track_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
playqueue_repository.go
feat(subsonic): support OS clearing play queue ( #3399 )
2024-10-16 10:59:22 -04:00
playqueue_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
property_repository.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
property_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
radio_repository.go
fix(server): fix case-insensitive sort order and add indexes to improve performance ( #3425 )
2024-10-26 14:06:34 -04:00
radio_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
scrobble_buffer_repository.go
Fix scrobble error spam in the logs.
2024-04-26 16:59:14 -04:00
share_repository.go
feat(Insights): add anonymous usage data collection ( #3543 )
2024-12-17 17:10:55 -05:00
sql_annotations.go
Remove unnecessary annotation table primary key
2024-06-29 11:45:41 -04:00
sql_base_repository.go
refactor: reduce GC pressure by pre-allocating slices
2024-11-19 18:41:50 -05:00
sql_base_repository_test.go
fix(subsonic): random albums not reshuffling.
2024-09-20 16:59:46 -04:00
sql_bookmarks.go
Refactor loadGenres, remove duplication
2024-04-28 17:04:12 -04:00
sql_bookmarks_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
sql_genres.go
refactor(server): replace RangeByChunks with Go 1.23 iterators ( #3292 )
2024-09-22 11:47:10 -04:00
sql_restful.go
fix: do not add nil filters ( #3394 )
2024-10-15 19:03:16 -04:00
sql_restful_test.go
fix: do not add nil filters ( #3394 )
2024-10-15 19:03:16 -04:00
sql_search.go
refactor: small improvements and clean up ( #3423 )
2024-10-22 22:54:31 -04:00
sql_search_test.go
Upgrade Ginkgo to V2
2022-07-26 16:53:17 -04:00
transcoding_repository.go
Improve SQL sanitization
2024-09-14 18:53:34 -04:00
user_props_repository.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
user_repository.go
Improve SQL sanitization
2024-09-14 18:53:34 -04:00
user_repository_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00