photoprism/internal/config
Michael Mayer e042b40975 Config: Shorten usage description for "wakeup-interval" flag
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-05-12 18:42:47 +02:00
..
testdata Config: Update default wallpaper image 2024-01-12 12:46:18 +01:00
cli_context.go Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
cli_flag.go Backend: Update Go dependencies 2023-06-01 16:35:07 +02:00
cli_flag_test.go Config: Automatically generate command-flag docs #1017 #2195 #2227 #2250 2022-04-22 17:38:40 +02:00
cli_flags.go Config: Refactor authentication settings #782 2023-10-07 11:09:27 +02:00
cli_flags_report.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
cli_flags_test.go Config: Improve usage descriptions of admin-user and password flags #808 2024-04-10 13:44:11 +02:00
client_assets.go PWA: Load manifest.json with version parameter to limit caching #3181 2023-02-10 16:23:36 +01:00
client_assets_test.go Config: Update default wallpaper image 2024-01-12 12:46:18 +01:00
client_config.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
client_config_test.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
client_ext.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
config.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_app.go PWA: Set orientation to any in generated manifest.json #3413 2023-10-10 20:43:44 +02:00
config_app_test.go PWA: Create manifest.json in code without using a template #3181 2023-02-10 15:53:01 +01:00
config_auth.go Config: Add option to change default session cache duration #808 #3943 2024-04-17 08:26:35 +02:00
config_auth_test.go Config: Add option to change default session cache duration #808 #3943 2024-04-17 08:26:35 +02:00
config_backup.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
config_backup_test.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_cache.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_const.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_convert.go Advanced Settings: Add ImageMagick, PNG, and vectors options #2207 2023-02-19 16:42:19 +01:00
config_customize.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_customize_test.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_db.go Backups: Add config option to limit the number of backups to keep #4243 2024-05-12 17:44:33 +02:00
config_db_test.go Config: Set TCP timeout for establishing a database connection #4059 2024-03-31 09:58:49 +02:00
config_faces.go Config: Make options available to all users 2023-05-13 16:02:49 +02:00
config_faces_test.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_features.go Server: Add "restart required" flag and button to restart the server 2023-03-27 19:27:19 +02:00
config_features_test.go Advanced Settings: Add ImageMagick, PNG, and vectors options #2207 2023-02-19 16:42:19 +01:00
config_ffmpeg.go FFmpeg: Remove deprecated "-vsync vfr" command flag #3659 2023-09-06 11:27:24 +02:00
config_ffmpeg_test.go Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549 2023-07-18 15:15:04 +02:00
config_filepaths.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_filepaths_test.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
config_metadata.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_metadata_test.go Config: Update unit tests after changing develop base image 2022-09-02 16:19:18 +02:00
config_proxy.go Config: Add option to set a proxy for outgoing connections #3132 2023-01-19 20:46:27 +01:00
config_proxy_test.go Config: Add option to set a proxy for outgoing connections #3132 2023-01-19 20:46:27 +01:00
config_raw.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
config_raw_test.go Advanced Settings: Add ImageMagick, PNG, and vectors options #2207 2023-02-19 16:42:19 +01:00
config_resample.go Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +01:00
config_resample_test.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_server.go Security: Refactor rate limits for failed authentication request #808 2024-03-31 14:45:17 +02:00
config_server_test.go Config: Add options to configure CORS origin, headers and methods #3931 2024-01-16 12:14:06 +01:00
config_tensorflow.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_test.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
config_tls.go Security: Add PHOTOPRISM_DEFAULT_TLS config option #3509 2023-07-15 12:01:06 +02:00
config_tls_test.go Security: Add PHOTOPRISM_DEFAULT_TLS config option #3509 2023-07-15 12:01:06 +02:00
dsn.go SQLite: Set _busy_timeout default to reduce locking issues #2707 2022-09-15 07:29:09 +02:00
dsn_test.go SQLite: Set _busy_timeout default to reduce locking issues #2707 2022-09-15 07:29:09 +02:00
env.go CLI: Reduce logging output in production environments #3370 2023-05-05 09:55:00 +02:00
env_test.go Config: Code clean-up 2023-03-15 17:05:05 +01:00
err.go CRC32: Move checksum generation to a dedicated package 2024-01-20 14:56:07 +01:00
error.go Config: Refactor directory initialization and improve inline docs 2023-06-14 16:44:45 +02:00
extensions.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
flags.go Config: Shorten usage description for "wakeup-interval" flag 2024-05-12 18:42:47 +02:00
map.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
messages.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
options.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
options_report.go Docs: Add command that generates an overview of YAML config values 2023-01-15 15:36:20 +01:00
options_report_test.go Tests: Add unit tests 2023-08-30 16:30:06 +02:00
options_test.go Auth: Add PHOTOPRISM_AUTH_MODE config option #98 #782 2022-07-07 19:12:28 +02:00
report.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
report_test.go Tests: Add unit tests 2023-08-30 16:30:06 +02:00
settings.go Account: Add GET /api/v1/users/:uid/sessions endpoint #808 #4114 2024-03-28 13:24:12 +01:00
test.go Config: Allow scheduling of indexing and backup tasks #2495 #2608 #4243 2024-05-11 19:11:49 +02:00
test_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
thumbnails.go Video: Refactor FFmpeg Transcoding Size Limit #3466 #3498 #3549 2023-07-18 15:15:04 +02:00
var.go CRC32: Move checksum generation to a dedicated package 2024-01-20 14:56:07 +01:00