cyberpanel/baseTemplate
Master3395 96226989b1 Add user notification preferences and related API endpoints
- Introduced a new model `UserNotificationPreferences` to store user-specific notification dismissal settings.
- Added context processor to include notification preferences in templates.
- Implemented API endpoints to dismiss backup and AI scanner notifications permanently.
- Updated front-end logic to handle notification dismissal via server-side checks and API calls.
- Enhanced documentation to include a new Custom CSS Guide for theme customization.
2025-09-15 02:01:11 +02:00
..
migrations Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
static Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
templates/baseTemplate Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
apps.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
context_processors.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
models.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
signals.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00
views.py Add user notification preferences and related API endpoints 2025-09-15 02:01:11 +02:00