photoprism/internal/photoprism
2021-10-07 09:32:17 +02:00
..
testdata Metadata: Add support for XMP sidecar CreateDate and Keywords (#1161) 2021-04-26 13:54:14 +02:00
albums.go Backend: Add index update mutex to reduce database locking 2021-10-06 11:50:48 +02:00
cleanup.go Backend: Add index update mutex to reduce database locking 2021-10-06 11:50:48 +02:00
cleanup_options.go Add cleanup command that removes orphaned thumbnails and index entries 2021-01-24 17:46:18 +01:00
colors.go People: Improve thumb size config and flag descriptions #22 2021-09-05 13:48:53 +02:00
colors_test.go Indexer: Improve color & chroma classification #596 2020-12-17 11:47:31 +01:00
config.go Universal sidecar configuration, indexing with multiple roots #268 #348 2020-06-07 10:09:35 +02:00
convert.go Enable module graph pruning and deprecate io/ioutil (#1600) 2021-10-06 07:10:50 +02:00
convert_test.go Tests: Add tests for internal/photoprism 2021-02-26 13:04:48 +01:00
convert_worker.go RAW: Improve JPEG converter logging #1362 2021-09-21 16:29:03 +02:00
delete.go CLI: Update help texts for commands and flags 2021-10-05 22:33:29 +02:00
faces.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
faces_audit.go Backend: Add index update mutex to reduce database locking 2021-10-06 11:50:48 +02:00
faces_audit_test.go People: Switch to UIDs for marker API and entity #22 2021-09-01 20:46:15 +02:00
faces_cluster.go People: Update unsuitable face embeddings blacklist #22 2021-10-07 09:32:17 +02:00
faces_cluster_test.go Tests: Add unit tests 2021-09-02 17:44:27 +02:00
faces_match.go Logs: Improve purge log messages 2021-10-02 16:46:53 +02:00
faces_match_test.go People: Switch to UIDs for marker API and entity #22 2021-09-01 20:46:15 +02:00
faces_optimize.go People: Add embeddings blacklist to reduce false positives #22 2021-09-30 13:44:23 +02:00
faces_optimize_test.go People: Switch to UIDs for marker API and entity #22 2021-09-01 20:46:15 +02:00
faces_options.go People: Improve face clustering and matching #22 2021-08-23 16:22:01 +02:00
faces_reset.go Index: Replace changed file hashes and remove orphan markers 2021-09-24 13:13:59 +02:00
faces_reset_test.go People: Switch to UIDs for marker API and entity #22 2021-09-01 20:46:15 +02:00
faces_stats.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
faces_stats_test.go People: Switch to UIDs for marker API and entity #22 2021-09-01 20:46:15 +02:00
faces_test.go People: Add unit tests #22 2021-09-01 15:06:54 +02:00
filename.go People: Add embeddings blacklist to reduce false positives #22 2021-09-30 13:44:23 +02:00
filename_test.go Tests: Add tests for internal/photoprism 2021-03-02 11:59:52 +01:00
files.go Fix locking (#1141) 2021-03-28 19:51:38 +02:00
files_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
import.go Logs: Tweak messages and log levels for improved readability 2021-10-02 14:24:44 +02:00
import_options.go Import: Never remove ignored directories #1319 2021-05-23 13:49:07 +02:00
import_options_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
import_test.go People: Improve face crop caching #22 2021-09-02 23:47:37 +02:00
import_worker.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
index.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
index_faces.go Covers: Improve performance of update queries #383 2021-10-01 00:05:49 +02:00
index_labels.go Labels: Improve log message 2021-09-23 11:18:41 +02:00
index_mediafile.go Index: Reset file error when hash changes 2021-10-05 20:51:18 +02:00
index_mediafile_test.go People: Improve face crop caching #22 2021-09-02 23:47:37 +02:00
index_nsfw.go People: Add "photoprism faces index" command for indexing faces only #22 2021-09-22 19:33:41 +02:00
index_options.go People: Add "photoprism faces index" command for indexing faces only #22 2021-09-22 19:33:41 +02:00
index_options_test.go People: Add "photoprism faces index" command for indexing faces only #22 2021-09-22 19:33:41 +02:00
index_related.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
index_related_test.go People: Improve face crop caching #22 2021-09-02 23:47:37 +02:00
index_result.go People: Add "photoprism faces index" command for indexing faces only #22 2021-09-22 19:33:41 +02:00
index_test.go People: Improve face crop caching #22 2021-09-02 23:47:37 +02:00
index_worker.go Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
label.go Backend: Move reusable packages to pkg/ 2020-01-12 14:00:56 +01:00
label_test.go Add test for label.go 2020-01-27 15:26:48 +01:00
location.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
location_test.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
mediafile.go CLI: Update help texts for commands and flags 2021-10-05 22:33:29 +02:00
mediafile_meta.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
mediafile_meta_test.go Metadata: Fix TestMediaFile_Exif_HEIF 2021-05-20 16:46:15 +02:00
mediafile_test.go Enable module graph pruning and deprecate io/ioutil (#1600) 2021-10-06 07:10:50 +02:00
mediafiles.go Backend: Store and index original file names during import #184 2020-02-01 20:52:28 +01:00
moments.go Logs: Tweak messages and log levels for improved readability 2021-10-02 14:24:44 +02:00
moments_test.go Add moments #154 2020-05-30 01:41:47 +02:00
photoprism.go Archive: Permanently Delete Files After Confirmation #167 2021-01-24 15:28:59 +01:00
photoprism_test.go Index: Refactor mime type detection #391 2020-07-21 14:43:45 +02:00
photos.go Fix locking (#1141) 2021-03-28 19:51:38 +02:00
photos_test.go Backup: Improve command flags and usage docs #1190 #1193 2021-04-19 13:48:46 +02:00
purge.go Backend: Add index update mutex to reduce database locking 2021-10-06 11:50:48 +02:00
purge_options.go Backend: Refactor file indexing / skipping 2020-07-18 20:58:35 +02:00
related.go Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
related_test.go Backend: Add unit tests 2020-10-20 12:06:16 +02:00
resample.go People: Improve Facial Recognition Accuracy, Command, and UI #22 2021-08-13 20:04:59 +02:00
resample_test.go People: Implement crop thumbnail API #22 2021-09-03 17:42:37 +02:00
resample_worker.go Sync: Import/index after downloading #225 2020-04-06 22:09:45 +02:00
timezone.go XMP: Group files based on DocumentID and Instance ID #335 2020-05-27 13:40:21 +02:00
timezone_test.go XMP: Group files based on DocumentID and Instance ID #335 2020-05-27 13:40:21 +02:00