photoprism/internal/api
Michael Mayer 7940786ce9 UX: Refactor config options to be more intuitive
Make sure to update your local config files when upgrading as
the name of some config values has changed. The default
config path has changed from "settings" to "config".
2020-12-18 09:11:42 +01:00
..
account.go Downloads: Configure file name schema #675 2020-12-16 11:59:16 +01:00
account_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
album.go UX: Refactor config options to be more intuitive 2020-12-18 09:11:42 +01:00
album_test.go Backend: Add unit tests for internal/api 2020-07-14 10:31:37 +02:00
api.go Permanently delete non-primary files #435 2020-10-04 14:21:40 +02:00
api_test.go Universal sidecar configuration, indexing with multiple roots #268 #348 2020-06-07 10:09:35 +02:00
batch.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
batch_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
config.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
config_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
doc.go Added inline documentation #14 2018-11-06 19:02:03 +01:00
download.go Language dropdown: Don't translate locales #712 2020-12-16 13:27:44 +01:00
download_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
errors.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
errors_test.go Backend: Add unit tests for internal/api 2020-07-07 17:18:41 +02:00
event.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
feedback.go Refactor backend api package 2020-12-04 13:10:32 +01:00
feedback_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
file.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
file_delete.go Permanently delete non-primary files #435 2020-10-04 14:21:40 +02:00
file_delete_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
file_test.go Sharing: ACL authorization for REST API #18 2020-06-25 14:54:04 +02:00
folder.go Backend: Clear folder cache after indexing #623 2020-11-22 01:30:48 +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
geo.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
geo_test.go Sharing: ACL authorization for REST API #18 2020-06-25 14:54:04 +02:00
import.go Backend: Clear folder cache after indexing #623 2020-11-22 01:30:48 +01:00
import_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
index.go Indexer: Improve stacking settings and merging 2020-12-11 17:21:13 +01:00
index_test.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
label.go Rename "thumbnails" to "thumbs" and group api functions in one file 2020-07-13 17:25:27 +02:00
label_test.go Backend: Add unit tests for internal/api 2020-07-14 11:24:00 +02:00
link.go Frontend: Improve sharing UX 2020-12-12 15:13:16 +01:00
link_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
moments_time_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
parse.go Backend: Add account API #225 2020-03-28 15:29:17 +01:00
photo.go UX: Refactor config options to be more intuitive 2020-12-18 09:11:42 +01:00
photo_label.go Backend: Refactor photo details entity #379 #357 2020-07-06 19:15:57 +02:00
photo_label_test.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
photo_search.go Backend: Add translations for API messages 2020-07-04 12:54:35 +02:00
photo_search_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
photo_test.go Backend: Add unit tests for internal/api 2020-07-14 14:46:27 +02:00
photo_unstack.go Workaround for bad image rotation in Exif headers #637 2020-12-12 13:05:58 +01:00
photo_unstack_test.go Backend: Add unit tests for internal/api 2020-07-14 15:05:03 +02:00
session.go Backend: Refactor user entity and add pro package 2020-10-03 13:50:30 +02:00
session_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
settings.go UX: Refactor config options to be more intuitive 2020-12-18 09:11:42 +01:00
settings_test.go Settings: Add "delete" feature flag and share page title #167 2020-12-13 14:53:26 +01:00
share.go Sharing: Refactor link entity and database columns #367 #18 2020-06-28 14:52:26 +02:00
share_preview.go Sharing: Use single image as preview for small albums #18 2020-06-28 15:23:15 +02:00
share_preview_test.go Backend: Add unit tests for internal/api 2020-07-14 17:02:39 +02: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
svg.go File browser: Implement clipboard; refactor entities and fixtures #260 2020-05-25 19:10:44 +02:00
svg_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
thumbs.go Downloads: Configure file name schema #675 2020-12-16 11:59:16 +01:00
thumbs_test.go Rename "thumbnails" to "thumbs" and group api functions in one file 2020-07-13 17:25:27 +02:00
upload.go Logs: Improve event log and messages in i18n package 2020-07-07 10:51:55 +02:00
upload_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
user.go Backend: Refactor user entity and add pro package 2020-10-03 13:50:30 +02:00
user_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
video.go Downloads: Configure file name schema #675 2020-12-16 11:59:16 +01:00
video_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
websocket.go Backend: Refactor user entity and add pro package 2020-10-03 13:50:30 +02:00
websocket_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
zip.go Downloads: Configure file name schema #675 2020-12-16 11:59:16 +01:00
zip_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00