Implement Blake3 hashing in CDokumente; update related metadata and localization files

This commit is contained in:
2026-03-11 22:20:21 +01:00
parent e15dd14cab
commit 80dc3b40d3
9 changed files with 114 additions and 41 deletions

View File

@@ -59,21 +59,14 @@
"readOnlyAfterCreate": false,
"isCustom": true
},
"md5sum": {
"blake3hash": {
"type": "varchar",
"maxLength": 32,
"maxLength": 64,
"copyToClipboard": true,
"readOnlyAfterCreate": true,
"options": [],
"isCustom": true
},
"sha256": {
"type": "varchar",
"maxLength": 64,
"readOnlyAfterCreate": true,
"options": [],
"isCustom": true,
"copyToClipboard": true
"tooltip": true
},
"puls": {
"type": "link",
@@ -298,14 +291,9 @@
"id"
]
},
"md5sum": {
"blake3hash": {
"columns": [
"md5sum"
]
},
"sha256": {
"columns": [
"sha256"
"blake3hash"
]
}
},