ISO-27001-Risk-Management/risks
Kevin Heyer 686030e4cb feat: Enhance risk management application with user auditing and improved incident handling
- Added AuditUserMiddleware to track the current user for auditing purposes.
- Introduced audit_context for managing the current user in thread-local storage.
- Updated Control and Incident models to include created_at and updated_at timestamps.
- Refactored Control and Incident serializers to handle related risks and timestamps.
- Modified views to set the _changed_by attribute for user actions.
- Enhanced incident listing and detail views to display related risks and user actions.
- Updated templates for better presentation of risks and incidents.
- Added migrations for new fields and relationships in the database.
- Improved filtering options in the incident list view.
2025-09-09 12:00:29 +02:00
..
migrations feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
templatetags feat: Enhance Risk Management Module 2025-09-08 15:03:12 +02:00
__init__.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
admin.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
apps.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
audit_context.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
middleware.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
models.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
serializers.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
signals.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00
tests.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
urls.py feat: Enhance Risk Management Module 2025-09-08 15:03:12 +02:00
utils.py Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
views.py feat: Enhance risk management application with user auditing and improved incident handling 2025-09-09 12:00:29 +02:00