photoprism/internal/config
Michael Mayer 958766ba79 Config: Change wording from sponsors to members
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-04-29 13:52:42 +02:00
..
testdata Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
about.go Config: Update membership sign up info 2023-04-01 12:07:17 +02: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 Config: Change wording from sponsors to members 2023-04-29 13:52:42 +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 PWA: Load manifest.json with version parameter to limit caching #3181 2023-02-10 16:23:36 +01:00
client_assets_test.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
client_config.go About: Update footer and info page 2023-04-29 10:55:21 +02:00
client_config_test.go UX: Update expected counts in backend test #3164 2023-02-03 13:18:30 +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 About: Update footer and info page 2023-04-29 10:55:21 +02:00
config_app.go PWA: Create manifest.json in code without using a template #3181 2023-02-10 15:53:01 +01: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 API: Skip sending token headers in public mode to allow caching #2875 2023-04-14 18:06:57 +02:00
config_auth_test.go Auth: Add dummy LDAP service #98 2022-11-22 22:14:34 +01:00
config_cache.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_const.go Config: Code clean-up 2023-03-15 17:05:05 +01: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: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_customize_test.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_db.go Backup & Restore: Refactor commands not to run into size limits #3140 2023-04-01 16:23:25 +02:00
config_db_test.go Backup & Restore: Refactor commands not to run into size limits #3140 2023-04-01 16:23:25 +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 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 Config: Change wording from sponsors to members 2023-04-29 13:52:42 +02:00
config_ffmpeg_test.go FFmpeg: Allow selection of specific video and audio streams #3284 2023-03-14 18:00:55 +01:00
config_filepaths.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_filepaths_test.go Config: Use fixed users folder name in the storage path 2023-03-14 23:17:12 +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 Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +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 Config: Rename HttpCacheTTL to HttpCacheMaxAge #3297 2023-03-20 20:37:07 +01:00
config_server_test.go Config: Rename HttpCacheTTL to HttpCacheMaxAge #3297 2023-03-20 20:37:07 +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: Add option to stream videos over the specified CDN #2875 2023-04-14 11:47:27 +02: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: Code clean-up 2023-03-15 17:05:05 +01:00
env_test.go Config: Code clean-up 2023-03-15 17:05:05 +01:00
extensions.go Security: Add "header" package for setting common response headers #98 2022-10-09 17:16:49 +02:00
flags.go Config: Update admin username and password flag descriptions 2023-04-29 13:46:35 +02:00
log_error.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
options.go Config: Add option to stream videos over the specified CDN #2875 2023-04-14 11:47:27 +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_test.go Auth: Add PHOTOPRISM_AUTH_MODE config option #98 #782 2022-07-07 19:12:28 +02:00
report.go Config: Add option to stream videos over the specified CDN #2875 2023-04-14 11:47:27 +02: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