Ship SCUM user SQL management page

This commit is contained in:
npc0-hue
2026-08-24 16:43:00 +08:00
parent 3005e0510c
commit d4e3f68032
19 changed files with 351 additions and 115 deletions
@@ -71,6 +71,7 @@
"remote.run.files.read",
"remote.run.files.write",
"remote.run.db.sqlite.query",
"remote.run.db.sqlite.execute",
"remote.run.process.start",
"remote.run.process.stop",
"remote.run.logs.transfer",
@@ -95,6 +96,7 @@
"remote.run.files.read",
"remote.run.files.write",
"remote.run.db.sqlite.query",
"remote.run.db.sqlite.execute",
"remote.run.process.start",
"remote.run.process.stop",
"remote.run.logs.transfer",
@@ -193,15 +195,6 @@
"resultSchemaRef": "schemas/bridge/maintenance-prepare.result.schema.json",
"timeoutSeconds": 120,
"maxPayloadBytes": 4096
},
{
"type": "game-state.patch",
"title": "Patch SCUM player state",
"permission": "server.game-client.maintenance",
"payloadSchemaRef": "schemas/bridge/game-state-patch.payload.schema.json",
"resultSchemaRef": "schemas/bridge/game-state-patch.result.schema.json",
"timeoutSeconds": 120,
"maxPayloadBytes": 4096
}
],
"snapshots": [
@@ -485,14 +478,6 @@
"player.notify"
]
},
{
"key": "state.patch",
"title": "SCUM player state patch",
"permission": "server.game-client.maintenance",
"requiredHandlers": [
"game-state.patch"
]
},
{
"key": "vehicle.spawn",
"title": "SCUM catalogued vehicle spawn",
@@ -522,8 +507,7 @@
"scum.positions"
],
"featureKeys": [
"player.intelligence",
"state.patch"
"player.intelligence"
]
},
{
@@ -898,8 +882,7 @@
"remote.access.request"
],
"featureKeys": [
"player.intelligence",
"state.patch"
"player.intelligence"
]
},
{
@@ -1357,7 +1340,8 @@
"kind": "sqlite",
"targetKey": "scum-database",
"capabilities": [
"remote.run.db.sqlite.query"
"remote.run.db.sqlite.query",
"remote.run.db.sqlite.execute"
]
},
{