photoprism/internal/server
2025-01-09 15:17:45 +01:00
..
limiter Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
wellknown Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
api.go Server: Exclude .mp4 and .zip from compression and refactor vary #4018 2024-01-20 12:48:42 +01:00
api_docs.go API: Add proof-of-concept for generating Swagger API docs #2132 2024-07-14 14:35:24 +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
logger.go Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
methods.go WebDAV: Refactor logging 2021-01-04 10:32:43 +01:00
recovery.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
routes.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +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 Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
routes_test.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
routes_webapp.go Config: Refactor client config and assets tests #3168 2025-01-08 13:55:39 +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: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
server.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
server_test.go Backend: Move get package to /internal/photoprism/get 2024-07-02 08:03:30 +02:00
start.go Server: Add link to documentation for unix domain sockets #4673 #4684 2025-01-09 15:17:45 +01:00
static.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
webdav.go Backend: Move auto-indexing and import functionality to workers package 2024-07-02 06:27:05 +02:00
webdav_auth.go WebDAV: Add missing client and session info to the login log 2024-07-11 08:26:20 +02:00
webdav_auth_session.go API: Refactor authentication failure rate limit #808 #3943 2024-04-04 11:18:05 +02:00
webdav_auth_test.go API: Implement OIDC redirect endpoint #782 2024-07-01 16:50:53 +02:00