1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-20 00:38:24 +02:00
immich/mobile/openapi/doc/SystemConfigDto.md
Mert 8edc2fb46f
refactor(server): decouple generated images from image formats (#8246)
* rename

thumbnail config

update target paths, fix tests

rename to image settings

replace legacy enum

better typing

update sql

update api

remove config option

fix

* update docs

* update other thumbnail configs in migration

* keep legacy enum for now

* fix jumbled job names

* fix jumbled job names in tests

* rename thumbhash job

* rename dto

* fix tests

* preserve order

* remove unused import

* keep old fields in dto, marked deprecated

* update sql

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-04-02 04:56:56 +00:00

1.6 KiB
Generated

openapi.model.SystemConfigDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
ffmpeg SystemConfigFFmpegDto
image SystemConfigImageDto
job SystemConfigJobDto
library_ SystemConfigLibraryDto
logging SystemConfigLoggingDto
machineLearning SystemConfigMachineLearningDto
map SystemConfigMapDto
newVersionCheck SystemConfigNewVersionCheckDto
oauth SystemConfigOAuthDto
passwordLogin SystemConfigPasswordLoginDto
reverseGeocoding SystemConfigReverseGeocodingDto
server SystemConfigServerDto
storageTemplate SystemConfigStorageTemplateDto
theme SystemConfigThemeDto
trash SystemConfigTrashDto
user SystemConfigUserDto

[Back to Model list] [Back to API list] [Back to README]