Files
immich/e2e
timonrieger bb06990957 fix(server): use 403 instead of 400 for access-denied errors
requireAccess threw BadRequestException which is incorrect HTTP semantics.
Access denial is a client authorization problem (403 Forbidden), not a
malformed request (400 Bad Request). Keep the descriptive permission name
in the message since the full permission set is public API surface.
2026-04-30 13:11:44 +02:00
..
2025-11-18 21:08:55 -06:00
2025-11-10 15:55:15 +01:00