photoprism/internal/api
2021-08-11 13:23:17 +02:00
..
account_test.go Auth: fix wrong api test init sequence #98 2021-08-11 12:57:54 +02:00
account.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
album_test.go Backend: Upgrade Go dependencies 2021-04-19 12:24:14 +02:00
album.go Download all related files using their existing name by default #449 2021-01-27 21:30:10 +01:00
api_test.go Auth: fix wrong api test init sequence #98 2021-08-11 12:57:54 +02:00
api.go Update copyright after year change 2021-01-01 22:37:25 +01:00
batch_test.go Tests: Update fixtures 2021-07-22 18:31:56 +02:00
batch.go Navigation: Update counts when saving a photo #996 2021-02-05 18:22:52 +01:00
cache.go Backend: Remove allegro/bigcache in favor of patrickmn/go-cache #807 2021-01-08 13:29:01 +01:00
config_test.go Tests: Add tests for internal/api 2021-03-10 16:55:55 +01:00
config.go API: Refactor ACL 2020-12-19 01:54:48 +01:00
covers_test.go Tests: Add tests for internal/api 2021-03-10 16:55:55 +01:00
covers.go Exif: Refactor JPEG rotation based on orientation flag #1064 2021-02-21 22:53:25 +01:00
doc.go Added inline documentation #14 2018-11-06 19:02:03 +01:00
download_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
download.go Download all related files using their existing name by default #449 2021-01-27 21:30:10 +01:00
errors_test.go Backend: Add unit tests for internal/api 2020-07-07 17:18:41 +02:00
errors.go API: Refactor response headers #822 #846 2021-01-08 09:02:30 +01:00
event.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
feedback_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
feedback.go Refactor backend api package 2020-12-04 13:10:32 +01:00
file_delete_test.go Tests: Add tests for internal/api 2021-03-10 16:55:55 +01:00
file_delete.go Permanently delete non-primary files #435 2020-10-04 14:21:40 +02:00
file_marker_test.go People: Implement marker update API #22 2021-06-02 17:25:04 +02:00
file_marker.go People: Implement marker update API #22 2021-06-02 17:25:04 +02:00
file_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
file.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
folder_cover_test.go Backup: Improve command flags and usage docs #1190 #1193 2021-04-19 13:48:46 +02:00
folder_cover.go Exif: Refactor JPEG rotation based on orientation flag #1064 2021-02-21 22:53:25 +01:00
folder_test.go Complete file browser with symlink support and full folder / file names (#412) 2020-07-16 15:43:23 +02:00
folder.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
geo_test.go Sharing: ACL authorization for REST API #18 2020-06-25 14:54:04 +02:00
geo.go API: Refactor response headers #822 #846 2021-01-08 09:02:30 +01:00
headers.go API: Clear album cover cache when updating private flag(s) #807 #822 2021-01-08 12:20:41 +01:00
import_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
import.go Backend: Remove allegro/bigcache in favor of patrickmn/go-cache #807 2021-01-08 13:29:01 +01:00
index_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
index.go Backend: Remove allegro/bigcache in favor of patrickmn/go-cache #807 2021-01-08 13:29:01 +01:00
label_test.go Tests: Update fixtures 2021-07-22 18:31:56 +02:00
label.go API: Refactor response headers #822 #846 2021-01-08 09:02:30 +01:00
link_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
link.go Frontend: Improve sharing UX 2020-12-12 15:13:16 +01:00
moments_time_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
moments_time.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
parse.go Backend: Add account API #225 2020-03-28 15:29:17 +01:00
photo_label_test.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
photo_label.go Backend: Refactor photo details entity #379 #357 2020-07-06 19:15:57 +02:00
photo_search_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
photo_search.go API: Refactor response headers #822 #846 2021-01-08 09:02:30 +01:00
photo_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
photo_thumb_test.go Tests: Add tests for internal/api 2021-03-11 09:36:47 +01:00
photo_thumb.go Exif: Refactor JPEG rotation based on orientation flag #1064 2021-02-21 22:53:25 +01:00
photo_unstack_test.go Backend: Add unit tests for internal/api 2020-07-14 15:05:03 +02:00
photo_unstack.go Index: Improve log messages #1010 2021-02-08 08:09:23 +01:00
photo.go Navigation: Update counts when saving a photo #996 2021-02-05 18:22:52 +01:00
session_test.go Auth: fix wrong api test init sequence #98 2021-08-11 12:57:54 +02:00
session.go API: Refactor response headers #822 #846 2021-01-08 09:02:30 +01:00
settings_test.go Settings: Add "delete" feature flag and share page title #167 2020-12-13 14:53:26 +01:00
settings.go UX: Refactor config options to be more intuitive 2020-12-18 09:11:42 +01:00
share_preview_test.go Tests: Add tests for internal/api 2021-03-10 15:52:38 +01:00
share_preview.go Exif: Refactor JPEG rotation based on orientation flag #1064 2021-02-21 22:53:25 +01:00
share_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
share.go Shares: Allow reuse of the same share slugs & tokens #776 2020-12-31 12:02:26 +01: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
svg_test.go Tests: Update fixtures and folder test 2020-12-30 18:12:30 +01:00
svg.go Albums: Use same cover placeholder as folders 2021-01-26 19:28:42 +01:00
upload_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
upload.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
user_test.go Run make fmt 2021-08-11 13:23:17 +02:00
user.go UX: Refactor Library UI 2020-12-18 13:05:48 +01:00
video_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
video.go Video: Update docker-compose.yml ARM64 example #703 2021-02-16 11:40:40 +01:00
websocket_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
websocket.go PWA: Add anti-cache param to manifest.json 2021-01-08 18:32:08 +01:00
zip_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
zip.go Download all related files using their existing name by default #449 2021-01-27 21:30:10 +01:00