photoprism/internal/config
Michael Mayer dc33ff690a HEIF: Remove support for deprecated convert script #2726
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-06 22:11:41 +02:00
..
testdata Config: Update unit tests after changing develop base image 2022-09-02 16:19:18 +02:00
about.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +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 Frontend: Fix other assertions in TestClientManifestUri #1648 2022-01-18 12:48:02 +01:00
client_config.go Auth: Rename database tables and delete temporary tables #98 #782 2022-10-02 22:09:02 +02:00
client_config_test.go Search: Hide results needing review if the user is not an admin #98 2022-10-04 02:57:15 +02:00
client_ext.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
config.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
config_auth.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +02:00
config_auth_test.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +02:00
config_const.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +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 Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
config_db_test.go SQLite: Set _busy_timeout default to reduce locking issues #2707 2022-09-15 07:29:09 +02:00
config_ext.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +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 API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
config_features_test.go WebDAV: Add assertions to TestConfig_DisableWebDAV #2464 2022-06-25 03:48:05 +02:00
config_ffmpeg.go Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +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 Auth: Apply user rights and permissions in the search API #98 #782 2022-09-30 00:42:19 +02:00
config_filepaths_test.go Config: Update unit tests after changing develop base image 2022-09-02 16:19:18 +02:00
config_metadata.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_metadata_test.go Config: Update unit tests after changing develop base image 2022-09-02 16:19:18 +02:00
config_raw.go HEIF: Remove support for deprecated convert script #2726 2022-10-06 22:11:41 +02:00
config_raw_test.go HEIF: Remove support for deprecated convert script #2726 2022-10-06 22:11:41 +02:00
config_report.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 Auth: Add support for config and routing extensions (WIP) #782 #2478 2022-07-05 23:13:34 +02:00
config_server_test.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_tensorflow.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
config_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +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
log_error.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
options.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +02:00
options_cli.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +02:00
options_test.go Auth: Add PHOTOPRISM_AUTH_MODE config option #98 #782 2022-07-07 19:12:28 +02:00
settings.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02: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