photoprism/internal/config
Michael Mayer b71ec5bce1 Config: Fix assets path and disable hub updates when running unit tests
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-10-04 14:16:11 +02:00
..
customize Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
feat AI: Configure vision model execution and scheduling #5232 #5233 #5234 2025-09-30 15:51:48 +02:00
pwa Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
testdata Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
ttl
cli_context.go Faces: Optimize matching performance with spatial index #4669 #5167 2025-10-02 22:00:11 +02:00
cli_flag.go
cli_flag_test.go
cli_flags.go Config: Refactor options and command flags 2025-09-01 10:04:05 +02:00
cli_flags_report.go
cli_flags_test.go Config: Refactor options and command flags 2025-09-01 10:04:05 +02:00
client_assets.go Config: Add code comments for easier troubleshooting #5235 2025-09-30 21:54:22 +02:00
client_assets_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
client_config.go Config: Add code comments for easier troubleshooting #5235 2025-09-30 21:54:22 +02:00
client_config_test.go Backend: Introduce optimized test config helpers to improve performance 2025-09-25 23:09:52 +02:00
client_ext.go
cluster_defaults.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
cluster_defaults_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
config.go Config: Fix assets path and disable hub updates when running unit tests 2025-10-04 14:16:11 +02:00
config_app.go API: Add GET /cluster/theme endpoint and refactor config package #98 2025-09-11 06:47:45 +02:00
config_app_test.go Config: Update Progressive Web App (PWA) flag usage and defaults 2025-09-07 22:03:05 +02:00
config_auth.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
config_auth_test.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
config_backup.go API: Add GET /cluster/theme endpoint and refactor config package #98 2025-09-11 06:47:45 +02:00
config_backup_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
config_cache.go
config_cdn.go
config_cdn_test.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
config_cluster.go CLI: Add "photoprism vision reset" command to reset metadata #5233 2025-09-29 18:59:52 +02:00
config_cluster_test.go Test: Use PascalCase names for all Go subtests in /pkg 2025-10-02 15:03:47 +02:00
config_const.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
config_customize.go Metadata: Move timezone related functions to /pkg/time/tz #4622 #4946 2025-04-23 12:50:12 +02:00
config_customize_test.go Metadata: Update tests after changing Local timezone identifier #4946 2025-04-16 17:36:25 +02:00
config_db.go CLI: Added JWT issuance and diagnostics sub commands #5230 2025-09-26 02:38:49 +02:00
config_db_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
config_faces.go Faces: Optimized midpoint computation and performance #4669 #5167 2025-10-02 19:21:29 +02:00
config_faces_test.go Faces: Optimized midpoint computation and performance #4669 #5167 2025-10-02 19:21:29 +02:00
config_features.go AI: Add a setting to specify when vision models should run #5234 2025-09-30 10:52:11 +02:00
config_features_test.go AI: Add a setting to specify when vision models should run #5234 2025-09-30 10:52:11 +02:00
config_ffmpeg.go Videos: Improve downloading, remuxing, and transcoding #4982 #4892 #5040 2025-06-09 15:31:23 +02:00
config_ffmpeg_test.go Tests: Add unit tests #4969 2025-05-07 12:03:50 +02:00
config_media.go Import: Add ytdl package for downloading videos from URLs #4982 2025-05-02 10:04:34 +02:00
config_media_raw.go Import: Add ytdl package for downloading videos from URLs #4982 2025-05-02 10:04:34 +02:00
config_media_raw_test.go
config_media_test.go Upload: Allow to limit the types of files users can upload #4895 2025-03-25 06:32:01 +01:00
config_metadata.go Import: Add ytdl package for downloading videos from URLs #4982 2025-05-02 10:04:34 +02:00
config_metadata_test.go
config_oidc.go Config: Refactor command flags, reports, and client options 2025-04-15 15:42:03 +02:00
config_oidc_test.go
config_places.go Places: Add config option to specify location details locale #465 #883 2025-07-03 12:58:20 +02:00
config_places_test.go Places: Add config option to specify location details locale #465 #883 2025-07-03 12:58:20 +02:00
config_proxy.go
config_proxy_test.go
config_server.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
config_server_test.go Pkg: Add service/cluster package & rename media/http → service/http #98 2025-09-13 12:58:28 +02:00
config_site.go API: Update entity.Client and cluster config options #98 2025-09-19 01:13:32 +02:00
config_site_test.go Config: Refactor command flags, reports, and client options 2025-04-15 15:42:03 +02:00
config_storage.go API: Add GET /cluster/theme endpoint and refactor config package #98 2025-09-11 06:47:45 +02:00
config_storage_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
config_test.go Config: Fix assets path and disable hub updates when running unit tests 2025-10-04 14:16:11 +02:00
config_thumb.go
config_thumb_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
config_tls.go API: Add GET /cluster/theme endpoint and refactor config package #98 2025-09-11 06:47:45 +02:00
config_tls_test.go
config_upload.go Config: Add upload-limit flag to limit total upload size #4929 #4895 2025-04-05 15:44:13 +02:00
config_upload_test.go Upload: Allow to limit the types of files users can upload #4895 2025-03-25 06:32:01 +01:00
config_usage.go UX: Improve quota calculation and checks in config and api #4266 2025-03-17 16:12:47 +01:00
config_usage_test.go UX: Improve quota calculation and checks in config and api #4266 2025-03-17 16:12:47 +01:00
config_vision.go AI: Decouple NSFW detection from label generation #5234 2025-10-02 12:53:07 +02:00
config_vision_test.go AI: Decouple NSFW detection from label generation #5234 2025-10-02 12:53:07 +02:00
develop.go
develop_test.go
dsn.go
dsn_test.go
env.go Config: Read admin and database password from file #2302 2025-03-28 21:00:56 +01:00
env_test.go Config: Read admin and database password from file #2302 2025-03-28 21:00:56 +01:00
err.go
error.go
expand.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
expand_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
extensions.go Config: Add cluster instance bootstrap and registration hook #98 2025-09-16 23:30:23 +02:00
flags.go Faces: Optimized midpoint computation and performance #4669 #5167 2025-10-02 19:21:29 +02:00
logs.go Config: Refactor command flags, reports, and client options 2025-04-15 15:42:03 +02:00
map.go CLI: Add "photoprism vision reset" command to reset metadata #5233 2025-09-29 18:59:52 +02:00
messages.go
options.go Faces: Optimized midpoint computation and performance #4669 #5167 2025-10-02 19:21:29 +02:00
options_report.go Config: Refactor command flags, reports, and client options 2025-04-15 15:42:03 +02:00
options_report_test.go
options_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
report.go Faces: Optimized midpoint computation and performance #4669 #5167 2025-10-02 19:21:29 +02:00
report_sections.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
report_test.go
robots.txt
schedule.go
schedule_test.go
settings.go Auth: Add "node" and "portal" roles, refactor session entity #98 2025-09-18 13:33:18 +02:00
test.go Config: Fix assets path and disable hub updates when running unit tests 2025-10-04 14:16:11 +02:00
test_test.go
thumbnails.go
var.go