photoprism/internal/api
Michael Mayer fe7e342692 OAuth2: Improve authentication logs and commands #213 #3730 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-29 17:32:53 +01:00
..
abort.go CRC32: Move checksum generation to a dedicated package 2024-01-20 14:56:07 +01:00
albums_search_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
albums_search.go Albums: Add experimental private album flag to edit dialog #480 2023-02-21 00:02:44 +01:00
albums_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Auth: Use hashed auth tokens for enhanced security #3943 #808 #782 2024-01-06 17:35:19 +01:00
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: Use hashed auth tokens for enhanced security #3943 #808 #782 2024-01-06 17:35:19 +01:00
auth_tokens.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
batch_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
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 Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
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 API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
connect.go Upgrade: Improve error handling and messages #3813 2023-10-13 12:43:20 +02:00
covers_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
covers.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
download_album_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
download_album.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
download_file_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
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 UX: Add button to clear error log history in Library > Errors #1683 2022-04-03 12:37:43 +02:00
errors.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
faces_search_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
faces_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
faces_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
faces.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
feedback_test.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
feedback.go Upgrade: Improve error handling and messages #3813 2023-10-13 12:43:20 +02:00
file_delete_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
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 Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
folders_cover.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
folders_search_test.go API: Add sort order "random" to find a random set of photos #153 2023-01-30 12:27:34 +01:00
folders_search.go Albums: Add experimental private album flag to edit dialog #480 2023-02-21 00:02:44 +01:00
import_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
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 Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
index.go Library: Add option to run index and cache cleanup from the UI #3699 2023-09-03 16:02:42 +02:00
labels_search_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
labels_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
labels_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
labels.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
links_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
links.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +01:00
markers_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
markers.go API: Update markers.go handler docs 2024-01-08 14:56:07 +01:00
metrics_test.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
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 Backend: Format go imports 2020-11-21 18:08:41 +01:00
moments_time.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
photo_label_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
photo_label.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
photo_unstack_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Auth: Open album share links in the regular user interface #98 #782 2022-10-02 11:38:30 +02:00
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 Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Server: Add "restart required" flag and button to restart the server 2023-03-27 19:27:19 +02:00
services_search_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_search.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_upload_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_upload.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services.go API: Add action and user context to indexing events #98 2023-03-11 14:09:00 +01:00
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: Improve authentication logs and commands #213 #3730 #3943 2024-01-29 17:32:53 +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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
share.go Albums: Fix generation of site URL when opening a share link #3658 2023-08-21 11:29:41 +02:00
status_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
status.go Server: Add "restart required" flag and button to restart the server 2023-03-27 19:27:19 +02:00
subjects_search_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
subjects_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
subjects_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
subjects.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
svg_test.go Tests: Update fixtures and folder test 2020-12-30 18:12:30 +01:00
svg.go Icons: Improve UI contrast by changing color from black to dim gray 2023-09-11 10:43:40 +02:00
thumbnails_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
thumbnails.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
users_avatar_test.go Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
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 Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
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 Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00
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 Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
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 Index: Add native support for MP4 and Samsung/Google Motion Photos #439 2023-09-22 23:59:56 +02:00
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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
zip.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00