..
album_repository.go
Add denormalized list of artist_ids to album, to speed-up artist's albums queries
2020-12-13 14:05:48 -05:00
album_repository_test.go
Import comments and lyrics
2020-11-11 10:43:17 -05:00
artist_repository.go
Fix Artist full_text refresh
2020-11-02 10:27:01 -05:00
artist_repository_test.go
Add artistImageUrl available in getArtists endpoint
2020-11-01 14:37:29 -05:00
genre_repository.go
refactor: consolidate query executions into two functions queryOne and queryAll
2020-02-01 17:23:03 -05:00
genre_repository_test.go
Fixing static checks about passing nil context
2020-04-26 15:07:36 -04:00
helpers.go
Use MBID with most occurrences
2020-10-20 17:16:24 -04:00
helpers_test.go
Use MBID with most occurrences
2020-10-20 17:16:24 -04:00
mediafile_repository.go
Fall back to media file path when sorting
2020-12-25 12:37:16 -05:00
mediafile_repository_test.go
Fall back to media file path when sorting
2020-12-25 12:37:16 -05:00
mediafolders_repository.go
Change MediaFolder.ID type to int32
2020-10-25 23:22:52 -04:00
persistence.go
Remove dangling tracks after changing MusicFolder. Fix #445
2020-10-02 16:18:45 -04:00
persistence_suite_test.go
Handle playlist's permissions on server
2020-06-05 11:55:29 -04:00
player_repository.go
Add referential integrity to player and playlist tables
2020-06-10 18:07:10 -04:00
playlist_repository.go
Auto-Import playlists found in the Music Folder
2020-07-17 22:55:51 -04:00
playlist_repository_test.go
Check permissions in playlists
2020-05-16 23:14:28 -04:00
playlist_track_repository.go
Add and show Playlists sizes
2020-10-12 22:31:01 -04:00
playqueue_repository.go
Better implementation of Bookmarks, using its own table
2020-08-01 12:17:15 -04:00
playqueue_repository_test.go
Better implementation of Bookmarks, using its own table
2020-08-01 12:17:15 -04:00
property_repository.go
refactor: removed unused code, unnecessary typecasts and fixed small warnings
2020-03-20 00:07:36 -04:00
property_repository_test.go
Fixing static checks about passing nil context
2020-04-26 15:07:36 -04:00
sql_annotations.go
Use Subsonic API to star/unstar
2020-10-03 20:08:51 -04:00
sql_base_repository.go
Handle more sort/order cases
2020-12-23 11:37:38 -05:00
sql_base_repository_test.go
Handle more sort/order cases
2020-12-23 11:37:38 -05:00
sql_bookmarks.go
Better implementation of Bookmarks, using its own table
2020-08-01 12:17:15 -04:00
sql_bookmarks_test.go
Better implementation of Bookmarks, using its own table
2020-08-01 12:17:15 -04:00
sql_restful.go
Better detection of ID fields, to use = instead of LIKE
2020-11-15 18:24:13 -05:00
sql_restful_test.go
fix: configured transcodings not appearing in players view
2020-03-27 19:12:11 -04:00
sql_search.go
Add denormalized list of artist_ids to album, to speed-up artist's albums queries
2020-12-13 14:05:48 -05:00
sql_search_test.go
Add denormalized list of artist_ids to album, to speed-up artist's albums queries
2020-12-13 14:05:48 -05:00
transcoding_repository.go
refactor: extracted restful helpers into their own composable struct
2020-03-21 20:00:46 -04:00
user_repository.go
Do not force username to always be lowercase in the DB
2020-09-01 18:00:19 -04:00
user_repository_test.go
Fixing static checks about passing nil context
2020-04-26 15:07:36 -04:00