photoprism/internal/config
Michael Mayer 163db703d1 Config: Add "develop" feature flag to disable new viewer sidebar #3168
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-02-03 12:29:02 +01:00
..
customize FFmpeg: Refactor extraction of JPEG and PNG images from videos #4604 2025-01-09 10:24:53 +01:00
pwa FFmpeg: Refactor extraction of JPEG and PNG images from videos #4604 2025-01-09 10:24:53 +01:00
testdata Config: Refactor client config and assets tests #3168 2025-01-08 13:55:39 +01:00
ttl FFmpeg: Refactor extraction of JPEG and PNG images from videos #4604 2025-01-09 10:24:53 +01:00
cli_context.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01:00
cli_flag.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01:00
cli_flag_test.go CLI: Add RunWithTestContext function for command tests #3168 2024-12-06 09:08:38 +01:00
cli_flags.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01:00
cli_flags_report.go Commands: Fix config options report in config/cli_flags_report.go 2025-01-17 00:20:05 +01:00
cli_flags_test.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01:00
client_assets.go Frontend: Refactor app bootstrapping templates and CSS imports #3168 2025-01-06 15:05:39 +01:00
client_assets_test.go Config: Refactor client config and assets tests #3168 2025-01-08 13:55:39 +01:00
client_config.go Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
client_config_test.go Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +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: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
config_ai.go Config: Refactor initialization of settings and database connection 2024-07-07 17:00:38 +02:00
config_ai_test.go Config: Refactor initialization of settings and database connection 2024-07-07 17:00:38 +02:00
config_app.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
config_app_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
config_auth.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01: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 Settings: Update config options and usage descriptions #3981 #4294 2024-05-24 09:27:20 +02:00
config_backup_test.go Tests: Add unit tests #4294 2024-05-27 16:33:48 +02:00
config_cache.go Config: Improve Wallpaper URI caching and tests 2023-03-20 10:28:01 +01:00
config_cdn.go Config: Refactor initialization of settings and database connection 2024-07-07 17:00:38 +02:00
config_cdn_test.go Config: Refactor initialization of settings and database connection 2024-07-07 17:00:38 +02:00
config_const.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
config_customize.go Config: Improve the naming of file and directory variables 2024-09-13 12:30:21 +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 API: Move swagger.json to /internal/api and embed it in build #2132 2024-07-19 22:08:56 +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 Backend: Rename /internal/tensorflow to /internal/ai 2024-07-02 08:08:14 +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 Config: Disable the use of libvips on 32-bit operating systems #4299 2024-05-25 17:17:47 +02:00
config_features_test.go Tests: Add unit tests 2024-05-27 16:22:08 +02:00
config_ffmpeg.go FFmpeg: Refactor extraction of JPEG and PNG images from videos #4604 2025-01-09 10:24:53 +01:00
config_ffmpeg_test.go FFmpeg: Refactor extraction of JPEG and PNG images from videos #4604 2025-01-09 10:24:53 +01:00
config_media.go HEIC: Keep Exif orientation after upgrading to libheif 1.18.2 #4439 2024-08-19 13:23:30 +02:00
config_media_raw.go HEIC: Reset Exif orientation for compatibility with libheif 1.18.1 #4439 2024-08-03 16:31:11 +02:00
config_media_raw_test.go Config: Change test path in config_media_raw_test.go 2025-01-08 14:16:11 +01:00
config_media_test.go HEIC: Keep Exif orientation after upgrading to libheif 1.18.2 #4439 2024-08-19 13:23:30 +02:00
config_metadata.go Backups: Refactor config and add "sidecar-yaml" config option #4243 2024-05-13 09:21:34 +02:00
config_metadata_test.go Backups: Refactor config and add "sidecar-yaml" config option #4243 2024-05-13 09:21:34 +02:00
config_oidc.go OIDC: Add "address" to the default userinfo request scopes #782 2024-07-09 06:55:06 +02:00
config_oidc_test.go OIDC: Add "address" to the default userinfo request scopes #782 2024-07-09 06:55:06 +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_server.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
config_server_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
config_site.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01:00
config_site_test.go Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
config_storage.go Migrations: Use "mariadb" binary instead of "mysql" to run commands 2024-10-31 15:10:24 +01:00
config_storage_test.go CI: Remove Drone-related scripts, configs and make targets #4631 2024-11-19 15:49:52 +01:00
config_test.go Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
config_test_test.go Tests: Add unit tests 2024-07-16 17:26:18 +02:00
config_thumb.go Config: Disable use of libvips with PHOTOPRISM_DISABLE_VIPS #3981 #4296 2024-05-24 11:25:42 +02:00
config_thumb_test.go Tests: Add unit tests 2024-05-27 16:22:08 +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 Develop: Change default Site URL to use HTTPS as required for OIDC #782 2024-06-28 00:21:19 +02:00
develop.go Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
develop_test.go Config: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01: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: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
env_test.go CLI: Add RunWithTestContext function for command tests #3168 2024-12-06 09:08:38 +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: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01: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 CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +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_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: Add "develop" feature flag to disable new viewer sidebar #3168 2025-02-03 12:29:02 +01:00
report_sections.go Commands: Fix config options report in config/cli_flags_report.go 2025-01-17 00:20:05 +01:00
report_test.go Tests: Add unit tests 2023-08-30 16:30:06 +02:00
robots.txt Config: Serve "robots.txt" file to control how site is indexed #4574 2024-11-07 19:09:43 +01:00
schedule.go Config: Add “daily” and “weekly” backup schedule options #4243 2024-05-19 14:17:01 +02:00
schedule_test.go Config: Add “daily” and “weekly” backup schedule options #4243 2024-05-19 14:17:01 +02:00
settings.go Config: Refactor initialization of settings and database connection 2024-07-07 17:00:38 +02:00
test.go About: Update copyright notices 2025-01-09 10:41:37 +01:00
test_test.go CLI: Upgrade github.com/urfave/cli from v1 to v2 #3168 2024-12-05 17:15:59 +01: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