photoprism/internal/server
Michael Mayer b08b06c2fe WebDAV: Log successful authentication attempts via auth token #808 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-04-17 07:29:44 +02:00
..
limiter Server: Split auth and login rate limiters into separate source files 2024-04-04 11:41:59 +02:00
wellknown Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
api.go Server: Exclude .mp4 and .zip from compression and refactor vary #4018 2024-01-20 12:48:42 +01: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 Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
routes_pwa.go CRC32: Move checksum generation to a dedicated package 2024-01-20 14:56:07 +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 API: Refactor "404 Not Found" response handler #3931 2024-01-16 20:56:43 +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 API: Refactor "404 Not Found" response handler #3931 2024-01-16 20:56:43 +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 Server: Improve start-up log messages and set explicit TLS min version 2024-02-24 22:15:08 +01:00
static.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
webdav.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
webdav_auth.go WebDAV: Log successful authentication attempts via auth token #808 #3943 2024-04-17 07:29:44 +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 Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +01:00