Files
immich/server
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
..
2026-04-07 15:54:30 -04:00