..
album_repository.go
fix(scanner): optimize refresh ( #4059 )
2025-05-14 20:47:03 -04:00
album_repository_test.go
feat(server): add Role filters to albums ( #3829 )
2025-03-14 21:43:52 -04:00
artist_repository.go
fix(subsonic): change role filter logic
2025-05-29 14:54:09 -04:00
artist_repository_test.go
test: add tests for filtering artists by role
2025-05-29 15:44:27 -04:00
collation_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
export_test.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
folder_repository.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
genre_repository.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
helpers.go
fix(scanner): optimize refresh ( #4059 )
2025-05-14 20:47:03 -04:00
helpers_test.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
library_repository.go
fix(scanner): optimize refresh ( #4059 )
2025-05-14 20:47:03 -04:00
mediafile_repository.go
feat(scanner): add Scanner.PurgeMissing configuration option ( #4107 )
2025-05-22 20:50:15 -04:00
mediafile_repository_test.go
feat(ui): add remove all missing files functionality ( #4108 )
2025-05-22 22:28:10 -04:00
persistence.go
fix(scanner): optimize missing flag update logic for artists
2025-05-24 12:31:12 -04:00
persistence_suite_test.go
chore: remove some BFR-related TODOs that are not valid anymore
2025-03-23 11:37:20 -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(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
feat(ui): add 'Show in Playlist' context menu ( #4139 )
2025-05-30 21:26:35 -04:00
playlist_repository_test.go
feat(ui): add 'Show in Playlist' context menu ( #4139 )
2025-05-30 21:26:35 -04:00
playlist_track_repository.go
feat(ui): add song Love and Rating functionality to playlist view ( #4134 )
2025-06-04 20:38:28 -04:00
playqueue_repository.go
feat(server): add index-based play queue endpoints to native API ( #4210 )
2025-06-10 23:00:44 -04:00
playqueue_repository_test.go
feat(server): add index-based play queue endpoints to native API ( #4210 )
2025-06-10 23:00:44 -04: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
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05: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(server): send artist mbids when scrobbling to ListenBrainz
2025-02-23 13:30:39 -05:00
scrobble_buffer_repository_test.go
test(server): validate play tracker participants, scrobble buffer ( #3752 )
2025-02-23 21:52:51 -05:00
share_repository.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_annotations.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_base_repository.go
fix(transcoding): restrict transcoding operations to admin users ( #4096 )
2025-05-21 22:19:23 -04:00
sql_base_repository_test.go
fix(subsonic): random albums not reshuffling.
2024-09-20 16:59:46 -04:00
sql_bookmarks.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_bookmarks_test.go
revert: separation of write and read DBs
2024-11-19 18:41:50 -05:00
sql_participations.go
fix(server): send artist mbids when scrobbling to ListenBrainz
2025-02-23 13:30:39 -05:00
sql_restful.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_restful_test.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_search.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_search_test.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
sql_tags.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00
tag_repository.go
fix(scanner): optimize refresh ( #4059 )
2025-05-14 20:47:03 -04:00
transcoding_repository.go
fix(transcoding): restrict transcoding operations to admin users ( #4096 )
2025-05-21 22:19:23 -04:00
transcoding_repository_test.go
fix(transcoding): restrict transcoding operations to admin users ( #4096 )
2025-05-21 22:19:23 -04:00
user_props_repository.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
user_repository.go
sec(subsonic): authentication bypass in Subsonic API with non-existent username
2025-02-20 20:14:19 -05:00
user_repository_test.go
feat(bfr): Big Refactor: new scanner, lots of new fields and tags, improvements and DB schema changes ( #2709 )
2025-02-19 20:35:17 -05:00