photoprism/internal/api
graciousgrey 0c8ddb159c Tests: Add unit tests 2024-05-10 18:18:25 +02:00
..
abort.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
albums.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
albums_search.go Albums: Add experimental private album flag to edit dialog #480 2023-02-21 00:02:44 +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_test.go Tests: Add unit tests 2024-05-10 18:18:25 +02:00
api.go Auth: Use hashed auth tokens for enhanced security #3943 #808 #782 2024-01-06 17:35:19 +01:00
api_auth.go Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +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_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.go Auth: Use hashed auth tokens for enhanced security #3943 #808 #782 2024-01-06 17:35:19 +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_test.go Tests: Add unit tests 2024-04-29 18:36:39 +02:00
api_test.go Account: Refactor access token API and request forms #808 #4114 2024-04-05 14:46:11 +02:00
auth_tokens.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
batch.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
batch_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
cache.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +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
config_options.go Index: Show warning if extension does not match mimetype #3518 #4118 2024-03-25 15:04:35 +01:00
config_options_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
config_settings.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
config_settings_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
connect.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
connect_test.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
covers.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01: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
download_album.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +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_file.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
download_file_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
echo.go Config: Update CORS header defaults and add /api/v1/echo endpoint #3931 2024-01-16 14:36:08 +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
errors.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +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
faces.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
faces_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +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_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
feedback.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
feedback_test.go API: Add .well-known/oauth-authorization-server route handler #808 #3943 2024-01-08 14:53:39 +01:00
file_delete.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01: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_orientation.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
files.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
folders_cover.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +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_search.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +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
import.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
import_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
index.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
index_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
labels.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
labels_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
labels_search_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +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
links.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02: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
markers.go Subjects: Do not use or count people tagged on private pictures #4238 2024-05-08 15:35:30 +02: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
metrics.go Prometheus: Fix "GET /api/v1/metrics" API endpoint #213 #3730 #3943 2024-01-29 14:18:17 +01:00
metrics_test.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
moments_time.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
moments_time_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
oauth_create_token.go Auth: Extend session lifetime if 2FA is enabled #808 #3943 #4114 2024-04-12 13:30:30 +02:00
oauth_create_token_test.go Tests: Add unit tests 2024-04-30 14:48:19 +02:00
oauth_revoke_token.go Auth: Fix arguments for audit logs in OAuth API endpoints #808 #4114 2024-04-10 07:12:11 +02:00
oauth_revoke_token_test.go Tests: Add unit tests 2024-05-08 10:32:12 +02:00
photo_label.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
photo_label_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
photo_unstack.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02: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
photos.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
photos_search.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
photos_search_geo.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +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_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
photos_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
reactions.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
server.go Server: Add "restart required" flag and button to restart the server 2023-03-27 19:27:19 +02:00
services.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
services_search.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_search_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
services_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
services_upload.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
services_upload_test.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
session.go API: Refactor authentication failure rate limit #808 #3943 2024-04-04 11:18:05 +02:00
session_create.go Auth: Extend session lifetime if 2FA is enabled #808 #3943 #4114 2024-04-12 13:30:30 +02:00
session_delete.go Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +01:00
session_get.go Security: Refactor cache headers, auth token validation & UI #782 #808 2024-01-17 14:16:02 +01:00
session_response.go Account: Generate app password from the UI #808 #4114 2024-04-08 10:44:43 +02:00
session_test.go Account: Refactor access token API and request forms #808 #4114 2024-04-05 14:46:11 +02:00
share.go Albums: Fix generation of site URL when opening a share link #3658 2023-08-21 11:29:41 +02:00
share_preview.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +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_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
status.go Server: Add "restart required" flag and button to restart the server 2023-03-27 19:27:19 +02:00
status_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
subjects.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
subjects_search.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +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_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
svg.go Icons: Improve UI contrast by changing color from black to dim gray 2023-09-11 10:43:40 +02:00
svg_test.go Tests: Update fixtures and folder test 2020-12-30 18:12:30 +01:00
thumbnails.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
thumbnails_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
users_avatar.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +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_passcode.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
users_passcode_test.go Account: Refactor access token API and request forms #808 #4114 2024-04-05 14:46:11 +02:00
users_password.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
users_password_test.go Tests: Add unit tests 2024-03-28 13:17:32 +01:00
users_sessions.go Account: Generate app password from the UI #808 #4114 2024-04-08 10:44:43 +02:00
users_sessions_test.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
users_update.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
users_update_test.go Tests: Add unit tests 2024-03-28 13:17:32 +01:00
users_upload.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
users_upload_test.go Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
video.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +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
websocket.go Auth: Ensure backwards compatibility for existing API clients #808 #3943 2024-01-07 12:25:56 +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 Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
zip.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02: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