.. |
album_repository.go
|
Fix genre and id filters (#3273)
|
2024-09-17 16:59:55 -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 genre and id filters (#3273)
|
2024-09-17 16:59:55 -04:00 |
artist_repository_test.go
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -04:00 |
dbx_builder.go
|
Simplify dbx wrapper
|
2024-06-01 15:01:28 -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 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
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
mediafile_repository.go
|
fix(scanner): improve M3U playlist import times (#2706)
|
2024-09-18 20:12:12 -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
|
Use userId in player, other fixes (#3182)
|
2024-08-03 13:37:21 -04:00 |
persistence_test.go
|
Use userId in player, other fixes (#3182)
|
2024-08-03 13:37:21 -04:00 |
player_repository.go
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
player_repository_test.go
|
Small refactoring
|
2024-09-13 20:18:00 -04:00 |
playlist_repository.go
|
Recursively refresh playlist tracks within smart playlist rules (#3018)
|
2024-09-15 13:27:54 -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
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
playqueue_repository.go
|
Replace beego/orm with dbx (#2693)
|
2023-12-09 13:52:17 -05:00 |
playqueue_repository_test.go
|
Optimize SQLite3 access. Mainly separate read access from write access.
|
2024-05-21 17:19:41 -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
|
Improve SQL sanitization
|
2024-09-14 18:53: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
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
sql_annotations.go
|
Remove unnecessary annotation table primary key
|
2024-06-29 11:45:41 -04:00 |
sql_base_repository.go
|
random -> SEEDRAND (#3274)
|
2024-09-17 17:03:12 -04:00 |
sql_base_repository_test.go
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -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 loadGenres, remove duplication
|
2024-04-28 17:04:12 -04:00 |
sql_restful.go
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
sql_restful_test.go
|
Improve SQL sanitization
|
2024-09-14 18:53:34 -04:00 |
sql_search.go
|
Refactor string utilities into its own package str
|
2024-06-05 22:09:27 -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 |