photoprism/internal/api
Michael Mayer d0ad3c23fb OAuth2: Remove client soft delete and fix client add command #213 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-29 21:08:01 +01:00
..
abort.go CRC32: Move checksum generation to a dedicated package 2024-01-20 14:56:07 +01:00
albums_search_test.go
albums_search.go
albums_test.go
albums.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
api_auth_test.go API: Move handling of HTTP auth headers to pkg/header #808 #3943 #3959 2024-01-09 10:58:47 +01:00
api_auth.go OAuth2: Improve authentication logs and commands #213 #3730 #3943 2024-01-29 17:32:53 +01:00
api_client_config.go Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
api_event.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
api_log.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
api_request.go API: Move handling of HTTP auth headers to pkg/header #808 #3943 #3959 2024-01-09 10:58:47 +01:00
api_response_headers.go Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
api_response.go
api_test.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
api.go
auth_tokens.go
batch_test.go
batch.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
cache_test.go OAuth2: Add "POST /api/v1/oauth/revoke" API endpoint #782 #808 #3943 2024-01-10 12:21:43 +01:00
cache.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
config_options_test.go
config_options.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
config_settings_test.go
config_settings.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
connect_test.go
connect.go
covers_test.go
covers.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
download_album_test.go
download_album.go
download_file_test.go
download_file.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
echo_test.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
echo.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
errors_test.go
errors.go
faces_search_test.go
faces_search.go
faces_test.go
faces.go
feedback_test.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
feedback.go
file_delete_test.go
file_delete.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
file_orientation.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
files_test.go
files.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
folders_cover_test.go
folders_cover.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
folders_search_test.go
folders_search.go
import_test.go
import.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
index_test.go
index.go
labels_search_test.go
labels_search.go
labels_test.go
labels.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
links_test.go
links.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
markers_test.go
markers.go API: Update markers.go handler docs 2024-01-08 14:56:07 +01:00
metrics_test.go
metrics.go Prometheus: Fix "GET /api/v1/metrics" API endpoint #213 #3730 #3943 2024-01-29 14:18:17 +01:00
moments_time_test.go
moments_time.go
photo_label_test.go
photo_label.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
photo_unstack_test.go
photo_unstack.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
photos_search_geo_test.go
photos_search_geo.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
photos_search_test.go
photos_search.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
photos_test.go
photos.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
reactions.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
server.go
services_search_test.go
services_search.go
services_test.go
services_upload_test.go
services_upload.go
services.go
session_create.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
session_delete.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
session_get.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
session_oauth_test.go OAuth2: Add "POST /api/v1/oauth/revoke" API endpoint #782 #808 #3943 2024-01-10 12:21:43 +01:00
session_oauth.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
session_response.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
session_test.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +01:00
session.go Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
share_preview_test.go
share_preview.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
share_test.go
share.go
status_test.go
status.go
subjects_search_test.go
subjects_search.go
subjects_test.go
subjects.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
svg_test.go
svg.go
thumbnails_test.go
thumbnails.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
users_avatar_test.go
users_avatar.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
users_password_test.go
users_password.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
users_update_test.go
users_update.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
users_upload_test.go
users_upload.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
video_test.go
video.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
websocket_create.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
websocket_reader.go Auth: Accept access token as passwd with fail rate limit #782 #808 #3943 2024-01-14 18:28:17 +01:00
websocket_test.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
websocket_writer.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
websocket.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
zip_test.go
zip.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00