navidrome/server
selfhoster1312 1e24809ed6
Create accounts automatically when authenticating from HTTP header (#2087)
* Create accounts automatically when authenticating from HTTP header

* Disable password check when header auth is enabled

* Formatting

* Password change is valid when no password (old or new) is provided

* Test suite runs with header auth disabled (mock config)
Prevents nil pointer access (panic) while testing password validating logic

* Use a constant prefix for autogenerated passwords (header auth case)

* Add tests

* Add context to log messages

Co-authored-by: Deluan <deluan@navidrome.org>
2023-01-24 20:18:10 -05:00
..
backgrounds Increase timeout for obtaining login background image list 2023-01-17 22:57:14 -05:00
events Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
nativeapi Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
public Add meta tags to show cover and share description in social platforms 2023-01-24 18:36:47 -05:00
subsonic Disable Subsonic Share endpoints if feature is disabled 2023-01-24 18:36:47 -05:00
auth.go Create accounts automatically when authenticating from HTTP header (#2087) 2023-01-24 20:18:10 -05:00
auth_test.go Initial work on Shares 2023-01-24 18:36:45 -05:00
initial_setup.go Get album info (when available) from Last.fm, add getAlbumInfo endpoint (#2061) 2023-01-17 20:22:54 -05:00
initial_setup_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
middlewares.go Add public endpoint to expose images 2023-01-13 22:18:34 -05:00
middlewares_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
serve_index.go Add meta tags to show cover and share description in social platforms 2023-01-24 18:36:47 -05:00
serve_index_test.go Use defaultDownsamplingFormat in share options 2023-01-24 18:36:45 -05:00
server.go Initial work on Shares 2023-01-24 18:36:45 -05:00
server_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00