photoprism/internal/server
Michael Mayer c5f6a28448 Config: Add PHOTOPRISM_HTTP_CORS option for CDN users #3931 #3940
In addition, the Access-Control-Allow-Origin header is set to the same
URL if an Origin header is found in the request (experimental).

Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-15 13:06:27 +01:00
..
limiter Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
wellknown OAuth2: Add "POST /api/v1/oauth/revoke" API endpoint #782 #808 #3943 2024-01-10 12:21:43 +01:00
autotls.go HTTP: Refactor Unix socket support #2337 #3595 2023-08-14 10:43:05 +02:00
extensions.go CLI: Reduce logging output in production environments #3370 2023-05-05 09:55:00 +02:00
logger.go Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
methods.go
recovery.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
routes.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
routes_pwa.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
routes_sharing.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
routes_static.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
routes_test.go PWA: Create manifest.json in code without using a template #3181 2023-02-10 15:53:01 +01:00
routes_webdav.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
routes_wellknown.go Docs: Improve inline comments of the internal/server package #782 #3943 2024-01-10 12:46:00 +01:00
security.go Config: Add PHOTOPRISM_HTTP_CORS option for CDN users #3931 #3940 2024-01-15 13:06:27 +01:00
server.go Docs: Update year in backend and frontend package file headers 2024-01-05 16:38:36 +01:00
server_test.go WebDAV: Add authorization check based on auth tokens #782 #808 #3943 2024-01-10 16:54:13 +01:00
start.go Config: Change "web server" to "Web server" in the docs for consistency 2023-09-24 18:05:49 +02:00
webdav.go WebDAV: Refactor authentication and HTTP request handlers #3942 #3959 2024-01-10 09:56:46 +01:00
webdav_auth.go WebDAV: Require username when authenticating with basic auth #808 #3943 2024-01-11 18:51:38 +01:00
webdav_auth_session.go WebDAV: Add token authentication tests #808 #3943 2024-01-11 12:08:39 +01:00
webdav_auth_test.go WebDAV: Require username when authenticating with basic auth #808 #3943 2024-01-11 18:51:38 +01:00