.. |
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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04: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
|
fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
|
2024-10-26 14:06:34 -04:00 |
collation_test.go
|
fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
|
2024-10-26 14:06:34 -04:00 |
dbx_builder.go
|
Simplify dbx wrapper
|
2024-06-01 15:01:28 -04: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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04: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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04:00 |
persistence.go
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04:00 |
persistence_suite_test.go
|
fix(server): play queue should not return empty entries for deleted tracks
|
2024-09-20 11:22:37 -04: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(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
|
2024-10-26 14:06:34 -04:00 |
player_repository_test.go
|
Small refactoring
|
2024-09-13 20:18:00 -04: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
|
Recursively refresh playlist tracks within smart playlist rules (#3018)
|
2024-09-15 13:27:54 -04: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
|
refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292)
|
2024-09-22 11:47:10 -04:00 |
property_repository.go
|
Replace beego/orm with dbx (#2693)
|
2023-12-09 13:52:17 -05:00 |
property_repository_test.go
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04: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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04:00 |
scrobble_buffer_repository.go
|
Fix scrobble error spam in the logs.
|
2024-04-26 16:59:14 -04:00 |
share_repository.go
|
fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
|
2024-10-26 14:06:34 -04:00 |
sql_annotations.go
|
Remove unnecessary annotation table primary key
|
2024-06-29 11:45:41 -04:00 |
sql_base_repository.go
|
fix(server): fix case-insensitive sort order and add indexes to improve performance (#3425)
|
2024-10-26 14:06:34 -04: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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04: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
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04:00 |