Modul-System (Registry Backend+Frontend, generierte Tabs, Settings-Sektion); ToDo-Modul: persistente Liste mit Anlegen/Bearbeiten im Panel (todos_add/todos_update, Formular mit Abbrechen); alte Hook-Todoliste (OFFENE-PUNKTE.md) komplett entfernt

This commit is contained in:
marcus hinz
2026-07-23 11:35:29 +02:00
parent 513e1a768f
commit 1523856ea7
40 changed files with 1832 additions and 600 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-buffer-read"
description = "Enables the buffer_read command without any pre-configured scope."
commands.allow = ["buffer_read"]
[[permission]]
identifier = "deny-buffer-read"
description = "Denies the buffer_read command without any pre-configured scope."
commands.deny = ["buffer_read"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-enabled-modules"
description = "Enables the enabled_modules command without any pre-configured scope."
commands.allow = ["enabled_modules"]
[[permission]]
identifier = "deny-enabled-modules"
description = "Denies the enabled_modules command without any pre-configured scope."
commands.deny = ["enabled_modules"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-module-registry"
description = "Enables the module_registry command without any pre-configured scope."
commands.allow = ["module_registry"]
[[permission]]
identifier = "deny-module-registry"
description = "Denies the module_registry command without any pre-configured scope."
commands.deny = ["module_registry"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-set-module"
description = "Enables the set_module command without any pre-configured scope."
commands.allow = ["set_module"]
[[permission]]
identifier = "deny-set-module"
description = "Denies the set_module command without any pre-configured scope."
commands.deny = ["set_module"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-todos-add"
description = "Enables the todos_add command without any pre-configured scope."
commands.allow = ["todos_add"]
[[permission]]
identifier = "deny-todos-add"
description = "Denies the todos_add command without any pre-configured scope."
commands.deny = ["todos_add"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-todos-delete"
description = "Enables the todos_delete command without any pre-configured scope."
commands.allow = ["todos_delete"]
[[permission]]
identifier = "deny-todos-delete"
description = "Denies the todos_delete command without any pre-configured scope."
commands.deny = ["todos_delete"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-todos-update"
description = "Enables the todos_update command without any pre-configured scope."
commands.allow = ["todos_update"]
[[permission]]
identifier = "deny-todos-update"
description = "Denies the todos_update command without any pre-configured scope."
commands.deny = ["todos_update"]