filebrowser/auth
Henrique Dias cd5749dff8
test(auth): cover per-user scope isolation for proxy and hook provisioning
Unit tests for Settings.CreateUserHome (derives a per-user home, rejects a
colliding scope, preserves an explicit scope) plus proxy and hook regression
tests asserting that with CreateUserDir enabled two provisioned users receive
distinct home directories instead of the server root.

Refs GHSA-j7jh-37pf-mf8h, GHSA-j2fc-28fx-hc8q
2026-07-25 08:16:18 +02:00
..
auth.go feat: hook authentication method 2022-07-20 16:40:49 +02:00
hook.go fix(auth): isolate auto-provisioned proxy and hook users to their own home 2026-07-25 08:16:15 +02:00
hook_test.go test(auth): cover per-user scope isolation for proxy and hook provisioning 2026-07-25 08:16:18 +02:00
json.go fix: restore symlink behavior as opt-in followExternalSymlinks 2026-06-23 13:19:51 +02:00
none.go fix: restore symlink behavior as opt-in followExternalSymlinks 2026-06-23 13:19:51 +02:00
proxy.go fix(auth): isolate auto-provisioned proxy and hook users to their own home 2026-07-25 08:16:15 +02:00
proxy_test.go test(auth): cover per-user scope isolation for proxy and hook provisioning 2026-07-25 08:16:18 +02:00
storage.go refactor: add more go linters (#970) 2020-06-01 01:12:36 +02:00