photoprism/internal/api
Michael Mayer 58521190ba Zip: Fix potential filesystem permission and timing issues #2532
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-07-19 20:41:36 +02:00
..
account.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
account_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
album.go Albums: Restore deleted album when trying to create it again #2429 2022-06-16 18:59:03 +02:00
album_test.go UX: Skip RAW files by default when downloading albums #2234 2022-04-11 11:53:21 +02:00
api.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
api_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
batch.go Albums: Restore deleted album when trying to create it again #2429 2022-06-16 18:59:03 +02:00
batch_test.go People: Add faces API endpoint & JS model #22 2021-09-18 15:32:39 +02:00
cache.go Covers: Rename "preview images" to "cover thumbs" for consistency #383 2021-10-01 16:44:50 +02:00
config.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_test.go Config: Update expected flags in config_test.go and client_test.go 2022-03-16 17:41:50 +01:00
connect.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +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 API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
covers_test.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
download_album.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
download_album_test.go UX: Skip RAW files by default when downloading albums #2234 2022-04-11 11:53:21 +02:00
download_file.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
download_file_test.go UX: Skip RAW files by default when clicking Download All #2234 2022-04-10 17:02:09 +02:00
errors.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
errors_test.go UX: Add button to clear error log history in Library > Errors #1683 2022-04-03 12:37:43 +02:00
event.go Search: Add uid:... search filter #1820 2021-12-16 11:42:57 +01:00
face.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
face_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
feedback.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
feedback_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
file.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
file_delete.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
file_delete_test.go Tests: Add tests for internal/api 2021-03-10 16:55:55 +01:00
file_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
folder_cover.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
folder_cover_test.go People: Improve thumb size config and flag descriptions #22 2021-09-05 13:48:53 +02:00
headers.go Videos: Stream OGV, VP8, VP9, AV1, WebM, and HEVC if supported #2461 2022-06-24 06:59:22 +02:00
import.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
import_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
index.go Index: Improve handling of archived photos, skip when possible #2257 2022-04-16 12:39:47 +02:00
index_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
label.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
label_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
link.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
link_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
marker.go Faces: Add Marker and File UID to API error logs #1438 #2201 2022-04-05 13:54:50 +02:00
marker_test.go People: Update test for updating markers of non-primary files #1710 2021-11-09 18:02:44 +01:00
moments_time.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
moments_time_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
photo.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
photo_label.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
photo_label_test.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
photo_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
photo_unstack.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
photo_unstack_test.go Backups: Rename album backups to exports and improve command help #1887 2022-01-05 11:40:44 +01:00
search_accounts.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
search_accounts_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
search_albums.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
search_albums_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
search_faces.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
search_faces_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
search_folders.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
search_folders_test.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
search_geojson.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
search_geojson_test.go Places: Only show nearby photos in viewer if > 50 results on map 2021-11-26 21:10:52 +01:00
search_labels.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
search_labels_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
search_photos.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
search_photos_test.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
search_subjects.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
search_subjects_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
session.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
session_test.go Auth: fix wrong api test init sequence #98 2021-08-11 12:57:54 +02:00
settings.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
settings_test.go Settings: Add "delete" feature flag and share page title #167 2020-12-13 14:53:26 +01:00
share.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
share_preview.go Convert: Set virtual home in cache path for external CLI commands #2262 2022-04-18 13:55:17 +02:00
share_preview_test.go Tests: Add tests for internal/api 2021-03-10 15:52:38 +01:00
share_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
status.go Sharing: ACL authorization for REST API #18 2020-06-25 14:54:04 +02:00
status_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
subject.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
subject_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
svg.go People: Refactor album, subject, and label previews #22 2021-08-30 18:58:27 +02:00
svg_test.go Tests: Update fixtures and folder test 2020-12-30 18:12:30 +01:00
thumbnails.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
thumbnails_test.go People: Disable updates if the worker does not run often enough #2182 2022-04-03 14:51:58 +02:00
upload.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
upload_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
user_password.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
user_password_test.go Auth: Refactor ACL Roles and Resources #98 2021-08-13 21:23:34 +02:00
video.go Videos: Transcode supported formats if bitrate exceeds limit #2461 2022-06-26 19:47:12 +02:00
video_test.go Videos: Stream OGV, VP8, VP9, AV1, WebM, and HEVC if supported #2461 2022-06-24 06:59:22 +02:00
websocket.go Logs: Prevent feedback loops by omitting repeated messages #2335 2022-05-20 11:31:39 +02:00
websocket_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
zip.go Zip: Fix potential filesystem permission and timing issues #2532 2022-07-19 20:41:36 +02:00
zip_test.go Zip: Fix potential filesystem permission and timing issues #2532 2022-07-19 20:41:36 +02:00