photoprism/internal/server
Michael Mayer fed1d8ad95 Auth: Accept access token as passwd with fail rate limit #782 #808 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-14 18:28:17 +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
logger.go
methods.go
recovery.go
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
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 Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +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