photoprism/internal/server
Michael Mayer 5ad391068d API: Add missing Swagger annotations and update swagger.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-10-30 11:00:16 +01: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 Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +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 Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
methods.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
recovery.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
routes.go Backend: Refactor middleware naming and improve code comments #5235 2025-09-30 23:25:53 +02:00
routes_sharing.go API: Add missing Swagger annotations and update swagger.json 2025-10-30 11:00:16 +01:00
routes_static.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +02:00
routes_test.go PWA: Improve handling of service worker requests #5274 2025-10-19 07:25:50 +02:00
routes_webapp.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +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 Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +02:00
security.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +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 Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +02:00
static.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +02:00
sw_fallback.go Config: Add StaticBuildFile() and StaticImgFile() functions #5274 2025-10-18 09:09:56 +02:00
sw_fallback.js PWA: Include minimal no-op service worker for tests #5274 2025-10-17 20:41:22 +02:00
webdav.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +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 Logs: Add package pkg/log/status to provide generic outcome constants 2025-10-21 14:42:05 +02:00
webdav_auth_session.go Logs: Add package pkg/log/status to provide generic outcome constants 2025-10-21 14:42:05 +02:00
webdav_auth_test.go Pkg: Move /service/http/... to /http/... and add package /http/dns 2025-10-19 21:08:48 +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 Server: Improve stability of WebDAV write tests 2025-10-23 13:33:15 +02:00