Andras Bacsai
|
86b05b902a
|
fix(auth): enforce authorization checks across API and Livewire components
- Add authorization checks to API controller endpoints (view, create, update, delete)
- Wrap Livewire component methods with try-catch for consistent error handling
- Add AuthorizesRequests trait to components requiring authorization checks
- Ensure all sensitive operations verify user permissions before execution
- Implement unified error handling with handleError() helper function
|
2026-02-25 14:20:29 +01:00 |
|
Andras Bacsai
|
adb8f9d88e
|
feat(auth): implement authorization checks for database management
|
2025-08-23 18:50:35 +02:00 |
|
Andras Bacsai
|
fe24296de7
|
feat(backup): implement custom database type selection and enhance scheduled backups management
|
2025-04-30 16:44:44 +02:00 |
|
Lucas Michot
|
c5403b0b3f
|
Always prefer ::class notation
|
2024-10-28 14:56:13 +01:00 |
|
Andras Bacsai
|
81b8a58415
|
fix: scheduled backup for services view
|
2024-10-03 22:38:37 +02:00 |
|
Thijmen
|
d86274cc37
|
Fix styling
|
2024-06-10 20:43:34 +00:00 |
|
Andras Bacsai
|
9b73bca79d
|
fix: sentry error + livewire downgrade
|
2024-05-24 17:20:20 +02:00 |
|
Andras Bacsai
|
c7218f2856
|
Update success messages
|
2024-02-22 14:53:42 +01:00 |
|
Andras Bacsai
|
718603e37e
|
wip: migrate to livewire 3
|
2023-12-07 19:06:32 +01:00 |
|