photoprism/internal/api
Michael Mayer b072a18a17 Backend: Run "make fmt" with Go v1.19
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-08-10 16:09:21 +02:00
..
account_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
account.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
album_test.go UX: Skip RAW files by default when downloading albums #2234 2022-04-11 11:53:21 +02:00
album.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
api_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
api.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
batch_test.go People: Add faces API endpoint & JS model #22 2021-09-18 15:32:39 +02:00
batch.go Cleanup: Remove cached JSON files and further improve logs #2521 2022-07-22 19:18:42 +02:00
cache.go Covers: Rename "preview images" to "cover thumbs" for consistency #383 2021-10-01 16:44:50 +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
config.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +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
connect.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
covers.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +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_album.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +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
download_file.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +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
errors.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
event.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
face_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
face.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
feedback_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
feedback.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
file_delete_test.go Tests: Add tests for internal/api 2021-03-10 16:55:55 +01:00
file_delete.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
file_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
file.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
folder_cover_test.go People: Improve thumb size config and flag descriptions #22 2021-09-05 13:48:53 +02:00
folder_cover.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +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_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
import.go Index: Check if the originals folder is empty before indexing #2299 2022-08-01 17:08:46 +02:00
index_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
label_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
label.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
link_test.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
link.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
marker_test.go People: Update test for updating markers of non-primary files #1710 2021-11-09 18:02:44 +01:00
marker.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
moments_time_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
moments_time.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_label.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
photo_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +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
photo_unstack.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
photo.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02: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_accounts.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01: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_albums.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_faces.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +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_folders.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +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_geojson.go Places: Hide private pictures if "Private" is enabled in Settings #2570 2022-08-02 09:26:42 +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_labels.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +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_photos.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +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
search_subjects.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
session.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
settings_test.go Settings: Add "delete" feature flag and share page title #167 2020-12-13 14:53:26 +01:00
settings.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
share_preview_test.go Tests: Add tests for internal/api 2021-03-10 15:52:38 +01:00
share_preview.go Search: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
share_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
share.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
status_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
subject_test.go API: Add prefix to the source filename of search request handlers 2021-11-26 14:28:50 +01:00
subject.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
svg_test.go Tests: Update fixtures and folder test 2020-12-30 18:12:30 +01:00
svg.go People: Refactor album, subject, and label previews #22 2021-08-30 18:58:27 +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
thumbnails.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
upload_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
upload.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
user_password.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +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
video.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
websocket_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
websocket.go Logs: Prevent feedback loops by omitting repeated messages #2335 2022-05-20 11:31:39 +02:00
zip_test.go Zip: Improve download handler, tests and logging #2532 2022-07-21 15:16:20 +02:00
zip.go Zip: Improve download handler, tests and logging #2532 2022-07-21 15:16:20 +02:00