Refactor Blake3 hashing implementation in CDokumente; update localization and metadata files

This commit is contained in:
2026-03-11 22:45:42 +01:00
parent 80dc3b40d3
commit 51d9f7fa22
7 changed files with 27 additions and 129 deletions

View File

@@ -45,13 +45,6 @@
"isCustom": true,
"audited": true
},
"ydocumentuuid": {
"type": "varchar",
"maxLength": 100,
"readOnlyAfterCreate": true,
"options": [],
"isCustom": true
},
"preview": {
"type": "image",
"previewSize": "medium",
@@ -63,7 +56,7 @@
"type": "varchar",
"maxLength": 64,
"copyToClipboard": true,
"readOnlyAfterCreate": true,
"readOnlyAfterCreate": false,
"options": [],
"isCustom": true,
"tooltip": true
@@ -73,59 +66,53 @@
"entity": "CPuls",
"isCustom": true
},
"fileStatus": {
"type": "enum",
"required": false,
"options": [
"new",
"changed",
"synced"
],
"style": {
"new": "info",
"changed": "warning",
"synced": "success"
},
"default": "new",
"readOnly": false,
"tooltip": true,
"isCustom": true
},
"advowareAktenHnr": {
"type": "int",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAdvowareAkten"]
"layoutAvailabilityList": [
"listForAdvowareAkten"
]
},
"advowareAktenSyncstatus": {
"type": "varchar",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAdvowareAkten"]
"layoutAvailabilityList": [
"listForAdvowareAkten"
]
},
"advowareAktenLastSync": {
"type": "datetime",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAdvowareAkten"]
"layoutAvailabilityList": [
"listForAdvowareAkten"
]
},
"aiKnowledgeAiDocumentId": {
"type": "varchar",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAIKnowledge"]
"layoutAvailabilityList": [
"listForAIKnowledge"
]
},
"aiKnowledgeSyncstatus": {
"type": "varchar",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAIKnowledge"]
"layoutAvailabilityList": [
"listForAIKnowledge"
]
},
"aiKnowledgeLastSync": {
"type": "datetime",
"notStorable": true,
"utility": true,
"layoutAvailabilityList": ["listForAIKnowledge"]
"layoutAvailabilityList": [
"listForAIKnowledge"
]
}
},
"links": {