photoprism/internal/server
Michael Mayer 7e7ba69982 Auth: Add client_uid and client_name to auth_sessions table #808 #3943
This also adds the ability to change the client role if needed and
improves the usage information and output of the CLI commands.

Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-18 16:53:05 +01:00
..
limiter
wellknown
api.go Config: Allow CORS for fonts and CSS when using a CDN #3931 2024-01-16 20:04:36 +01:00
autotls.go
extensions.go
logger.go
methods.go
recovery.go
routes.go
routes_pwa.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
routes_sharing.go
routes_static.go API: Refactor "404 Not Found" response handler #3931 2024-01-16 20:56:43 +01:00
routes_test.go
routes_webdav.go
routes_wellknown.go
security.go API: Refactor "404 Not Found" response handler #3931 2024-01-16 20:56:43 +01:00
server.go
server_test.go
start.go Config: Allow CORS for fonts and CSS when using a CDN #3931 2024-01-16 20:04:36 +01:00
static.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
webdav.go
webdav_auth.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
webdav_auth_session.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
webdav_auth_test.go