photoprism/internal/server
2025-03-30 00:00:28 +10:00
..
limiter Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
process Server: Move process handling and shutdown to separate package #4767 2025-02-04 19:05:26 +01:00
wellknown Run "make fmt-go" 2025-03-30 00:00:28 +10:00
api.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +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
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 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 Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01: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 Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
routes_webdav.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +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 Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
server.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
server_test.go Add check for save inconsistencies on all db tests. 2024-10-06 23:04:35 +10:00
start.go Server: Remove IdleTimeout from default server configuration #4799 2025-02-20 16:35:30 +01:00
static.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
webdav.go UX: Improve quota calculation and checks in config and api #4266 2025-03-17 16:12:47 +01:00
webdav_auth.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
webdav_auth_session.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
webdav_auth_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00