quintodrome/server/subsonic
Manuel 72cde6dfde
fix:(middlewares.go) - Set Cookie SameSite mode to Strict - 1776 (#1777)
* None is deprecated and will fallback to Lax in the future.
* Using Strict is future proof and provides additional CSR protection

Signed-off-by: Manuel Kroeber <manuel.kroeber@gmail.com>

Signed-off-by: Manuel Kroeber <manuel.kroeber@gmail.com>
2022-09-27 17:58:47 -04:00
..
filter Adds Lyrics Support to Subsonic API (#1379) 2021-10-19 16:33:06 -04:00
responses Remove //+build tags, as the code does not compile on older versions of Go anymore 2022-07-29 08:41:28 -04:00
album_lists.go Fix error codes for required parameters in getAlbumList 2021-11-02 21:38:08 -04:00
album_lists_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
api.go Add log warn when request is cancelled/interrupted 2022-07-27 14:27:18 -04:00
api_suite_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
bookmarks.go Fix Bookmarks Subsonic support (#1099) 2021-05-07 09:47:13 -04:00
browsing.go Add userRating to Subsonic Album/Artist responses. Closes #1486 2021-11-23 21:50:57 -05:00
helpers.go Only compute version once 2022-09-14 21:09:39 -04:00
library_scanning.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
media_annotation.go Add tests to /scrobble endpoint 2021-06-26 13:52:29 -04:00
media_annotation_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
media_retrieval.go Fix loading overridden translations from ${DataFolder}/resources/i18n 2022-02-10 14:56:39 -05:00
media_retrieval_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
playlists.go Add owner_id to playlist 2021-10-31 15:08:06 -04:00
searching.go Add more info in search log message 2022-07-27 14:59:01 -04:00
stream.go Remove dependency of deprecated ioutil package 2021-07-20 20:12:28 -04:00
system.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
users.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
wire_gen.go Optimize playlist updates 2021-10-26 10:45:14 -04:00
wire_injectors.go Remove //+build tags, as the code does not compile on older versions of Go anymore 2022-07-29 08:41:28 -04:00