navidrome/server/app
Deluan 9cbeddae8f Avoid cross-site scripting
See: https://lgtm.com/rules/1510377426397/
2020-11-05 12:32:39 -05:00
..
app.go Unexport private function 2020-10-01 09:56:09 -04:00
app_suite_test.go Add test for ServeIndex 2020-04-06 15:37:15 -04:00
auth.go Started the big refactor to extract common logic from `engine` package (Subsonic only) to `core` package (more generic) 2020-07-10 12:53:11 -04:00
auth_test.go Use a custom authorization header, to avoid conflicts with proxies using basic auth (fixes #146) 2020-04-06 16:03:20 -04:00
playlists.go Avoid cross-site scripting 2020-11-05 12:32:39 -05:00
serve_index.go Unexport private function 2020-10-01 09:56:09 -04:00
serve_index_test.go Move mock datastore to tests package 2020-10-27 15:23:49 -04:00
translations.go Allow translations to be overridden in the data folder 2020-07-23 18:11:10 -04:00
translations_test.go Add validation tests to translations files 2020-05-04 19:54:10 -04:00