photoprism/internal/config
Michael Mayer 2e7268f834 Config: Remove slash from social preview image file path #3160
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-02-02 17:13:12 +01:00
..
testdata Config: Load initial settings from default file, if exists 2023-01-30 14:56:31 +01:00
about.go Update year in copyright notices 2023-01-11 16:43:01 +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 Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +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 Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +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: Automatically generate command-flag docs #1017 #2195 #2227 #2250 2022-04-22 17:38:40 +02:00
client_assets.go Frontend: Refactor asset loading #1648 2022-01-18 12:26:33 +01:00
client_assets_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
client_config.go Frontend: Add upgrade page and update about page 2022-11-27 18:00:55 +01:00
client_config_test.go Auth: Fix login URI in public mode #98 2022-11-23 19:48:39 +01:00
client_ext.go Security: Add "header" package for setting common response headers #98 2022-10-09 17:16:49 +02:00
config.go Config: Remove slash from social preview image file path #3160 2023-02-02 17:13:12 +01:00
config_auth.go Auth: Fix login URI in public mode #98 2022-11-23 19:48:39 +01:00
config_auth_test.go Auth: Add dummy LDAP service #98 2022-11-22 22:14:34 +01:00
config_const.go Config: Update options report, parameter names and tests 2022-10-25 06:19:56 +02:00
config_customize.go Auth: Rename database tables and delete temporary tables #98 #782 2022-10-02 22:09:02 +02:00
config_customize_test.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
config_db.go MariaDB: Make version check compatible with 10.10 #2913 2022-11-18 12:49:17 +01:00
config_db_test.go SQLite: Set _busy_timeout default to reduce locking issues #2707 2022-09-15 07:29:09 +02:00
config_faces.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +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 HEIF/AVIF/DNG: Improve conversion to JPEG #1246 #2726 #2291 #2593 2022-10-07 16:45:49 +02:00
config_features_test.go HEIF/AVIF/DNG: Improve conversion to JPEG #1246 #2726 #2291 #2593 2022-10-07 16:45:49 +02:00
config_ffmpeg.go Config: Use mutex when resolving the path of external binaries 2022-10-12 18:39:30 +02:00
config_ffmpeg_test.go Videos: Transcode supported formats if bitrate exceeds limit #2461 2022-06-26 19:47:12 +02:00
config_filepaths.go Config: Load initial settings from default file, if exists 2023-01-30 14:56:31 +01:00
config_filepaths_test.go Config: Load initial settings from default file, if exists 2023-01-30 14:56:31 +01:00
config_metadata.go Config: Use mutex when resolving the path of external binaries 2022-10-12 18:39:30 +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 Security: Create new files without execution permission #2809 2022-10-31 15:01:48 +01:00
config_raw_test.go HEIF: Remove support for deprecated convert script #2726 2022-10-06 22:11:41 +02:00
config_resample.go Convert: Set virtual home in cache path for external CLI commands #2262 2022-04-18 13:55:17 +02:00
config_resample_test.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_server.go Config: Do not search empty template paths for files #2946 2022-11-28 10:22:53 +01:00
config_server_test.go Server: Add Error 404 Not Found template and change ext to .gohtml #840 2022-10-18 22:19:41 +02:00
config_tensorflow.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_test.go Config: Remove slash from social preview image file path #3160 2023-02-02 17:13:12 +01:00
config_tls.go Security: Change default site URLs to HTTP and add HTTPS init target 2022-10-20 16:19:28 +02:00
config_tls_test.go Config: Update options report, parameter names and tests 2022-10-25 06:19:56 +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 Config: Improve Config.WakeupInterval() and add tests 2022-04-22 18:24:59 +02:00
env_test.go Config: Automatically generate command-flag docs #1017 #2195 #2227 #2250 2022-04-22 17:38:40 +02:00
extensions.go Security: Add "header" package for setting common response headers #98 2022-10-09 17:16:49 +02:00
flags.go Config: Improve CLI flag command help #3132 2023-01-20 00:37:51 +01:00
log_error.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
options.go Config: Improve CLI flag command help #3132 2023-01-20 00:37:51 +01:00
options_report.go Docs: Add command that generates an overview of YAML config values 2023-01-15 15:36:20 +01:00
options_test.go Auth: Add PHOTOPRISM_AUTH_MODE config option #98 #782 2022-07-07 19:12:28 +02:00
report.go Config: Change order of options when reporting current values 2023-02-02 12:09:46 +01:00
settings.go Config: Load initial settings from default file, if exists 2023-01-30 14:56:31 +01:00
test.go Update year in copyright info 2023-01-11 16:48:18 +01:00
test_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
thumbnails.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
values.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00