mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-27 09:35:51 +00:00
* implement method to read config file * getConfig returns config file if present * return isConfigFile for http requests * disable elements if config file is used, show message if config file is set, copy existing config to clipboard * fix allowing partial configuration files * add new env variable to docs * fix tests * minor refactoring, address review * adapt config type in frontend * remove unnecessary imports * move config file reading to system-config repo * add documentation * fix code formatting in system settings page * add validator for config file * fix formatting in docs * update generated files * throw error when trying to update config. e.g. via cli or api * switch to feature flags for isConfigFile * refactoring * refactor: config file * chore: open api * feat: always show copy/export buttons * fix: default flags * refactor: copy to clipboard --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> |
||
|---|---|---|
| .. | ||
| context-menu | ||
| create-share-link-modal | ||
| gallery-viewer | ||
| leaflet | ||
| navigation-bar | ||
| notification | ||
| portal | ||
| scrollbar | ||
| search-bar | ||
| side-bar | ||
| album-selection-modal.svelte | ||
| apple-header.svelte | ||
| base-modal.svelte | ||
| confirm-dialogue.svelte | ||
| control-app-bar.svelte | ||
| drag-and-drop-upload-overlay.svelte | ||
| dropdown-button.svelte | ||
| empty-placeholder.svelte | ||
| favicon-header.svelte | ||
| full-screen-modal.svelte | ||
| fullscreen-container.svelte | ||
| immich-logo.svelte | ||
| loading-spinner.svelte | ||
| navigation-loading-bar.svelte | ||
| profile-image-cropper.svelte | ||
| show-shortcuts.svelte | ||
| status-box.svelte | ||
| theme-button.svelte | ||
| upload-asset-preview.svelte | ||
| upload-panel.svelte | ||
| user-avatar.svelte | ||
| version-announcement-box.svelte | ||