feat: allow editing can post/reply permissions

This commit is contained in:
2026-03-09 23:14:46 +02:00
parent 0574535f53
commit 9a33146bd8
17 changed files with 535 additions and 184 deletions

View File

@@ -3473,6 +3473,8 @@
"required": [
"roleId",
"canView",
"canPost",
"canReply",
"canModerate"
],
"properties": {
@@ -3483,6 +3485,12 @@
"canView": {
"type": "boolean"
},
"canPost": {
"type": "boolean"
},
"canReply": {
"type": "boolean"
},
"canModerate": {
"type": "boolean"
}
@@ -7444,6 +7452,8 @@
"required": [
"categoryId",
"canView",
"canPost",
"canReply",
"canModerate"
],
"properties": {
@@ -7454,6 +7464,12 @@
"canView": {
"type": "boolean"
},
"canPost": {
"type": "boolean"
},
"canReply": {
"type": "boolean"
},
"canModerate": {
"type": "boolean"
}
@@ -8035,6 +8051,8 @@
"required": [
"categoryId",
"canView",
"canPost",
"canReply",
"canModerate"
],
"properties": {
@@ -8045,6 +8063,12 @@
"canView": {
"type": "boolean"
},
"canPost": {
"type": "boolean"
},
"canReply": {
"type": "boolean"
},
"canModerate": {
"type": "boolean"
}