feat: integrate Bugtracker module, UpdateService enhancements & Token hierarchy

This commit is contained in:
Deploymentcenter Bot
2026-08-06 12:45:58 +02:00
parent 70b35f7b8b
commit d71f90cdfc
28 changed files with 3494 additions and 32 deletions
@@ -0,0 +1,9 @@
# Bugtracker Protected Management API (.htaccess Security Layer)
# Allows authenticated API token requests or session-authenticated admin users
Satisfy Any
Allow from all
<IfModule mod_authz_core.c>
Require all granted
</IfModule>