photoprism/internal/commands
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
..
auth.go Auth: Rename "auth clear" command to "auth reset" for consistency #808 2024-01-18 17:15:22 +01:00
auth_add.go Account: Generate app password from the UI #808 #4114 2024-04-08 10:44:43 +02:00
auth_add_test.go Tests: Add unit tests 2024-01-24 16:15:07 +01:00
auth_list.go OAuth2: Improve authentication logs and commands #213 #3730 #3943 2024-01-29 17:32:53 +01:00
auth_list_test.go Tests: Add unit tests 2024-01-19 15:29:09 +01:00
auth_remove.go Auth: Improve API authentication subcommand usage information #808 2024-01-18 17:53:53 +01:00
auth_remove_test.go Tests: Add unit tests 2024-01-24 16:15:07 +01:00
auth_reset.go Auth: Recreate auth_sessions table when running "users reset" cmd #4242 2024-05-10 09:10:17 +02:00
auth_reset_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00
auth_show.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
auth_show_test.go Tests: Add unit tests 2024-01-19 15:48:07 +01:00
auth_test.go Auth: Add tests for "photoprism auth ls" terminal command #808 2024-01-18 11:13:10 +01:00
backup.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
cleanup.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
clients.go Auth: Refactor grant, method, and provider types in pkg/authn #808 #4114 2024-04-06 15:13:15 +02:00
clients_add.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
clients_add_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00
clients_list.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
clients_list_test.go OAuth2: Improve authentication logs and commands #213 #3730 #3943 2024-01-29 17:32:53 +01:00
clients_mod.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
clients_mod_test.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
clients_remove.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
clients_remove_test.go Auth: Refactor grant, method, and provider types in pkg/authn #808 #4114 2024-04-06 15:13:15 +02:00
clients_reset.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
clients_reset_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00
clients_show.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
clients_show_test.go Tests: Add unit tests 2024-01-19 15:48:07 +01:00
commands.go Auth: Add tests for "photoprism auth ls" terminal command #808 2024-01-18 11:13:10 +01:00
commands_test.go Auth: Add tests for "photoprism auth ls" terminal command #808 2024-01-18 11:13:10 +01:00
config.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
connect.go Upgrade: Improve error handling and messages #3813 2023-10-13 12:43:20 +02:00
convert.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
copy.go CLI: Change type of import --dest flag to string #3473 2023-06-13 19:00:34 +02:00
faces.go Auth: Refactor existing CLI sub-commands #808 #3943 2024-01-02 17:06:57 +01:00
find.go CLI: Shorten "find" command usage description #3222 2023-06-12 19:43:07 +02:00
find_test.go Tests: Run "make fmt" 2024-02-14 20:17:58 +01:00
import.go CLI: Change type of import --dest flag to string #3473 2023-06-13 19:00:34 +02:00
index.go Library: Add option to run index and cache cleanup from the UI #3699 2023-09-03 16:02:42 +02:00
index_test.go Commands: Remove unstable assertion from index_test.go 2023-10-10 14:39:04 +02:00
migrate.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
migrations.go Auth: Refactor existing CLI sub-commands #808 #3943 2024-01-02 17:06:57 +01:00
moments.go Moments: Refactor worker and album backups #4237 2024-05-09 09:59:25 +02:00
optimize.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
passwd.go Auth: Refactor existing CLI sub-commands #808 #3943 2024-01-02 17:06:57 +01:00
places.go Places: Don't retry fetching missing locations in meta worker #4237 2024-05-09 09:29:30 +02:00
purge.go Purge: Improve logging and return number of index updates #3227 2023-02-23 18:33:50 +01:00
report.go Security: Improve rate limit and HTTP proxy configuration #98 2022-10-12 14:57:33 +02:00
reset.go Config: Always initialize fixtures, even when skipping migrations #3215 2023-02-21 04:44:08 +01:00
restore.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
show.go Auth: Refactor existing CLI sub-commands #808 #3943 2024-01-02 17:06:57 +01:00
show_config.go Config: Change report command output title 2022-11-25 10:23:34 +01:00
show_config_options.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
show_config_options_test.go Tests: Add unit tests 2023-07-20 20:02:02 +02:00
show_config_yaml.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
show_config_yaml_test.go Tests: Add unit tests 2023-07-20 20:02:02 +02:00
show_file_formats.go Config: Update CLI "photoprism show" sub-command names 2023-01-25 11:41:39 +01:00
show_metadata.go Config: Update CLI "photoprism show" sub-command names 2023-01-25 11:41:39 +01:00
show_search_filters.go Config: Update CLI "photoprism show" sub-command names 2023-01-25 11:41:39 +01:00
show_test.go Config: Update CLI "photoprism show" sub-command names 2023-01-25 11:41:39 +01:00
show_thumb_sizes.go Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549 2023-07-18 15:15:04 +02:00
show_thumb_sizes_test.go Tests: Add unit tests 2023-07-20 20:02:02 +02:00
show_video_sizes.go Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549 2023-07-18 15:15:04 +02:00
show_video_sizes_test.go Tests: Add unit tests 2023-07-20 20:02:02 +02:00
start.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
status.go Config: Change "web server" to "Web server" in the docs for consistency 2023-09-24 18:05:49 +02:00
stop.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
thumbs.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
users.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
users_add.go Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +01:00
users_add_test.go Tests: Add unit tests 2024-01-19 15:48:07 +01:00
users_legacy.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
users_legacy_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00
users_list.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
users_list_test.go Tests: Add unit tests 2024-01-19 15:29:09 +01:00
users_mod.go Auth: Implement 2FA setup and login in the web user interface #808 #3943 2024-03-21 14:32:51 +01:00
users_mod_test.go 2FA: Rename "Auth Secret" to "App Password" for more clarity #782 #808 2024-01-19 18:10:01 +01:00
users_remove.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
users_remove_test.go 2FA: Rename "Auth Secret" to "App Password" for more clarity #782 #808 2024-01-19 18:10:01 +01:00
users_reset.go Auth: Recreate auth_sessions table when running "users reset" cmd #4242 2024-05-10 09:10:17 +02:00
users_reset_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00
users_show.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
users_show_test.go Tests: Add unit tests 2024-01-19 15:48:07 +01:00
users_test.go 2FA: Rename "Auth Secret" to "App Password" for more clarity #782 #808 2024-01-19 18:10:01 +01:00
version.go CLI: Create thumbs and convert files in deterministic order #3194 2023-02-14 11:37:22 +01:00
version_test.go Tests: Add unit tests 2024-01-25 16:36:38 +01:00