navidrome/server/subsonic
Deluan ed726c2126 Better implementation of Bookmarks, using its own table 2020-08-01 12:17:15 -04:00
..
responses Better implementation of Bookmarks, using its own table 2020-08-01 12:17:15 -04:00
album_lists.go Correct response body for getSongsByGenre 2020-05-22 18:08:35 -04:00
album_lists_test.go Add fromYear/toYear params to getRandomSongs 2020-04-17 21:44:34 -04:00
api.go Add Bookmarks to Subsonic API 2020-07-31 17:45:49 -04:00
api_suite_test.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
bookmarks.go Better implementation of Bookmarks, using its own table 2020-08-01 12:17:15 -04:00
browsing.go Use Last.FM "white star" URL for artist info 2020-07-31 17:45:49 -04:00
helpers.go Better implementation of Bookmarks, using its own table 2020-08-01 12:17:15 -04:00
media_annotation.go Small refactorings, better var/function names 2020-07-27 10:51:50 -04:00
media_retrieval.go Rename 'Cover' to the more generic term 'Artwork' 2020-07-31 11:38:56 -04:00
media_retrieval_test.go Rename 'Cover' to the more generic term 'Artwork' 2020-07-31 11:38:56 -04:00
middlewares.go Always use lowercase username, as it is used for referential integrity. Fixes #352 2020-06-14 20:20:10 -04:00
middlewares_test.go Fix staticcheck's SA1029 2020-05-13 16:49:55 -04:00
playlists.go Change log level for playlist log messages 2020-05-26 22:03:25 -04:00
searching.go feat: add `transcodedSuffix` to Subsonic API responses 2020-03-17 15:20:35 -04:00
stream.go Use a RWMutex instead of an AtomicBool, to reduce contention 2020-07-26 00:45:33 -04:00
system.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
users.go Rename project to Navidrome 2020-01-23 19:44:08 -05:00
wire_gen.go Implements the get/save play queue Subsonic endpoints and bumps API version to 1.12.0 2020-07-31 17:45:49 -04:00
wire_injectors.go Implements the get/save play queue Subsonic endpoints and bumps API version to 1.12.0 2020-07-31 17:45:49 -04:00