some big beautiful update

This commit is contained in:
2026-03-08 19:18:17 +01:00
parent 845a55d170
commit 218b6e0d97
96 changed files with 171864 additions and 465 deletions

View File

@@ -21,14 +21,16 @@
"default": "Active"
},
"host": {
"type": "varchar"
"type": "varchar",
"massUpdateDisabled": true
},
"port": {
"type": "int",
"min": 0,
"max": 65535,
"default": 993,
"disableFormatting": true
"disableFormatting": true,
"massUpdateDisabled": true
},
"security": {
"type": "enum",
@@ -122,14 +124,16 @@
"tooltip": true
},
"smtpHost": {
"type": "varchar"
"type": "varchar",
"massUpdateDisabled": true
},
"smtpPort": {
"type": "int",
"min": 0,
"max": 65535,
"default": 587,
"disableFormatting": true
"disableFormatting": true,
"massUpdateDisabled": true
},
"smtpAuth": {
"type": "bool",