5739cc1200
Refactor helper drift in lib: centralize theme/translation and remove app() hotspots
2026-03-19 08:23:14 +01:00
f4ce9f3378
docs: add class docblocks, business-rule comments, and transaction wrapper
...
- Add single-line class docblocks to all 59 repository classes and interfaces
describing scope and responsibility
- Add multi-line docblocks to key services documenting business rules:
AuthService (6-step login cascade), ImportService (3-phase CSV workflow),
TenantScopeService (strict/permissive modes), PermissionService (RBAC
resolution + two-tier caching), UserAccountService (atomicity + audit)
- Add transaction(callable) wrapper to DatabaseSessionRepository to DRY up
begin/commit/rollback boilerplate
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 21:58:51 +01:00
892da0048d
refactor(arch): enforce gateway compliance and remove service-wrapping gateways
2026-03-13 11:31:33 +01:00
01c05d997f
fix(security): enforce atomic role/permission writes and user assignment rollback
2026-03-09 19:54:58 +01:00
11ca546eae
feat(security): add session timeout + transaction wrapping (B1)
...
Session timeout: configurable idle (default 30min) and absolute (default 8h)
timeouts via DB settings, enforced in web/index.php on every request.
Timestamps set at login in action layer; graceful fallback for pre-existing
sessions.
Transaction wrapping: UserAccountService.createFromAdmin/register, roles
create/edit, and permissions edit now wrap multi-step DB operations in
transactions to guarantee atomicity.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 19:16:26 +01:00
9a08f96c11
agent foundation
2026-03-06 00:44:52 +01:00
c5f657c8c8
listen ansichten verbessert
2026-03-05 11:17:42 +01:00
4b31fc7664
Repo Interface für tests
2026-03-05 08:26:51 +01:00
8f4dd5840d
major update
2026-03-04 15:56:58 +01:00
16759a2732
weitere updates für instanzierbarkeit und sauberes testing
2026-02-24 08:49:40 +01:00
99db252f60
instances added god may help
2026-02-23 12:58:19 +01:00