photoprism/internal/photoprism
Michael Mayer 1fe0bab4c1 Backups: Add config option to limit the number of backups to keep #4243
PHOTOPRISM_BACKUP_RETAIN lets to specify the number of index database
dumps to keep (backup filenames are in the format "YYYY-MM-DD.sql").

Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-05-12 17:44:33 +02:00
..
testdata Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
actions.go API: Add action and user context to indexing events #98 2023-03-11 14:09:00 +01:00
backup_albums.go Backups: Add worker to create backups in the background #4237 #4243 2024-05-10 17:41:32 +02:00
backup_index.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
cleanup.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +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 Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
colors_test.go Tests: Add unit tests #3900 2024-05-09 14:23:30 +02:00
config.go Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
convert.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
convert_fix.go Videos: Cache embedded media to allow streaming and transcoding #3764 2023-09-24 17:13:06 +02:00
convert_fix_test.go Videos: Cache embedded media to allow streaming and transcoding #3764 2023-09-24 17:13:06 +02:00
convert_image.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
convert_image_jpeg.go FFmpeg: Seek input not output video (#3893) 2023-11-19 15:55:33 +01:00
convert_image_png.go Vectors: Use RSVG instead of imagemagick to convert SVG to PNG #3885 2023-11-20 11:43:54 +01:00
convert_image_test.go Tests: Add unit tests #3900 2024-05-09 14:23:30 +02:00
convert_sidecar_json.go Index: Refactor JSON sidecar creation #439 #3588 2023-08-14 12:51:22 +02:00
convert_sidecar_json_test.go HEIC: Add iPhone 15 Pro file samples and update related tests #3852 2023-10-31 12:39:36 +01:00
convert_test.go Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +01:00
convert_video_avc.go Index: Ignore nested storage folder in the originals path #1642 2024-01-20 17:32:10 +01:00
convert_video_avc_test.go FFmpeg: Update AVC convert command test #3284 2023-03-14 18:30:48 +01:00
convert_worker.go Logs: Shorten the names of error log helper functions 2024-01-18 11:23:59 +01:00
delete.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
faces.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
faces_audit.go Video: Add transcoding libs and improve error handling #3466 2023-07-15 15:17:41 +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 Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
faces_cluster_test.go Tests: Add unit tests 2021-09-02 17:44:27 +02:00
faces_match.go Faces: Skip ambiguous embeddings when matching #1497 #3124 2023-02-21 04:49:06 +01: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 Faces: Skip ambiguous embeddings when matching #1497 #3124 2023-02-21 04:49:06 +01: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 Faces: Skip ambiguous embeddings when matching #1497 #3124 2023-02-21 04:49:06 +01: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 Cleanup: Remove cached JSON files and further improve logs #2521 2022-07-22 19:18:42 +02:00
filename_test.go Index: Find photo stack by filename & recover original names #1823 #1892 2022-01-06 09:55:41 +01:00
files.go Index: Truncate mod time to full seconds #2257 2022-05-17 01:04:26 +02:00
files_test.go Tests: Adapt tests to fixture changes 2021-08-05 12:33:52 +02:00
import.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
import_options.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
import_options_test.go Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
import_test.go Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
import_worker.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
import_worker_test.go Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
index.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
index_faces.go Convert: Set virtual home in cache path for external CLI commands #2262 2022-04-18 13:55:17 +02:00
index_labels.go Convert: Set virtual home in cache path for external CLI commands #2262 2022-04-18 13:55:17 +02:00
index_main.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
index_mediafile.go Index: Show warning if extension does not match mimetype #3518 #4118 2024-03-25 15:04:35 +01:00
index_mediafile_test.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
index_nsfw.go Convert: Set virtual home in cache path for external CLI commands #2262 2022-04-18 13:55:17 +02:00
index_options.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +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 Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
index_related_test.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
index_result.go Index: Improve file size/resolution checks, add WebP support #1017 #1226 2022-04-02 18:04:11 +02:00
index_test.go Index: Skip updates if there are no changes #3227 2023-02-23 01:06:52 +01: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 HEIC: Add iPhone 15 Pro file samples and update related tests #3852 2023-10-31 12:39:36 +01:00
mediafile.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
mediafile_heic_test.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
mediafile_meta.go Index: Ignore nested storage folder in the originals path #1642 2024-01-20 17:32:10 +01:00
mediafile_meta_test.go HEIC: Add iPhone 15 Pro file samples and update related tests #3852 2023-10-31 12:39:36 +01:00
mediafile_related.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
mediafile_related_test.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
mediafile_test.go Index: Change type of "*.thm" files from ImageJPEG to ImageThumb #3900 2024-05-08 12:34:25 +02:00
mediafile_thumbs.go Index: Show warning if extension does not match mimetype #3518 #4118 2024-03-25 15:04:35 +01:00
mediafile_thumbs_test.go Index: Show warning if extension does not match mimetype #3518 #4118 2024-03-25 15:04:35 +01:00
mediafiles.go Backend: Store and index original file names during import #184 2020-02-01 20:52:28 +01:00
moments.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
moments_test.go Add moments #154 2020-05-30 01:41:47 +02:00
photoprism.go Docs: Update year in backend and frontend package file headers 2024-01-05 16:38:36 +01:00
photoprism_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +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
places.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
places_test.go Places: Don't retry fetching missing locations in meta worker #4237 2024-05-09 09:29:30 +02:00
purge.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
purge_options.go Index: Skip updates if there are no changes #3227 2023-02-23 01:06:52 +01:00
related.go Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +01:00
related_test.go Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +01:00
restore_index.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
thumbs.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
thumbs_test.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
thumbs_worker.go CLI: Generate thumbs for files in the sidecar folder #2669 2022-08-31 18:53:04 +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