navidrome/server
Andy Klimczak 2f7a3c5eda
feat: Add listenbrainz base url configuration (#1774)
* feat: Add listenbrainz base url configuration

- ListenBrainz.BaseURL config value

* Don't need to store baseUrl

* Use `url.JoinPath` to concatenate url paths

* Replace url.JoinPath (Go 1.19 only) with custom function

Co-authored-by: Deluan <deluan@navidrome.org>
2022-09-27 21:06:28 -04:00
..
events Only compute version once 2022-09-14 21:09:39 -04:00
nativeapi New config DefaultLanguage. Closes #1561 2022-09-27 19:31:09 -04:00
subsonic fix:(middlewares.go) - Set Cookie SameSite mode to Strict - 1776 (#1777) 2022-09-27 17:58:47 -04:00
auth.go Upgrade golangci-lint and fix new lint error 2022-07-24 19:30:23 -04:00
auth_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
initial_setup.go feat: Add listenbrainz base url configuration (#1774) 2022-09-27 21:06:28 -04:00
initial_setup_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
middlewares.go fix:(middlewares.go) - Set Cookie SameSite mode to Strict - 1776 (#1777) 2022-09-27 17:58:47 -04:00
middlewares_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
serve_index.go New config DefaultLanguage. Closes #1561 2022-09-27 19:31:09 -04:00
serve_index_test.go New config DefaultLanguage. Closes #1561 2022-09-27 19:31:09 -04:00
server.go Fix creating server (#1894) 2022-09-27 16:53:40 -04:00
server_suite_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00