photoprism/internal/server
Michael Mayer 838adee3eb Backend: Refactor middleware naming and improve code comments #5235
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-09-30 23:25:53 +02:00
..
limiter Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
process Server: Move process handling and shutdown to separate package #4767 2025-02-04 19:05:26 +01:00
wellknown Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
api.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
api_docs.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
autotls.go HTTP: Refactor Unix socket support #2337 #3595 2023-08-14 10:43:05 +02:00
extensions.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
fail.go Server: Move process handling and shutdown to separate package #4767 2025-02-04 19:05:26 +01:00
logger.go
methods.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
recovery.go
routes.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
routes_sharing.go Config: Add an option to disable the web user interface #5111 2025-07-14 19:30:24 +02:00
routes_static.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
routes_test.go UX: Redirect users accessing /library/ to the default route #577 2025-03-15 15:44:20 +01:00
routes_webapp.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
routes_webdav.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
routes_wellknown.go Auth: Support asymmetric JSON Web Tokens (JWT) and Key Sets (JWKS) #5230 2025-09-25 17:52:44 +02:00
security.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
server.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
server_test.go WebDAV: Use isolated test environments for server/webdav_write_test.go 2025-09-30 22:17:13 +02:00
start.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
static.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
webdav.go Backend: Add security-focused tests, harden WebDAV and use safe.Download 2025-09-22 10:42:53 +02:00
webdav_actions_test.go Backend: Add security-focused tests, harden WebDAV and use safe.Download 2025-09-22 10:42:53 +02:00
webdav_auth.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
webdav_auth_session.go Auth: Add "node" and "portal" roles, refactor session entity #98 2025-09-18 13:33:18 +02:00
webdav_auth_test.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
webdav_secure_test.go Backend: Introduce optimized test config helpers to improve performance 2025-09-25 23:09:52 +02:00
webdav_write_test.go WebDAV: Use isolated test environments for server/webdav_write_test.go 2025-09-30 22:17:13 +02:00