6 Commits

Author SHA1 Message Date
a4a35c8d62 feat: Implement module permissions system with database-driven access control
- Added `users_permissions` table for managing user permissions.
- Created `PermissionRepository` for handling permission logic.
- Refactored `controls\Users::permissions()` to utilize the new database structure.
- Introduced AJAX endpoint for saving user permissions.
- Enhanced user management UI with permission checkboxes.
- Added vacation management template for handling employee absences.
- Implemented tests for `PermissionRepository`.
2026-02-26 20:17:03 +01:00
304c87f933 feat: Implement user management functionality with impersonation support 2026-02-09 17:22:52 +01:00
858b40c212 feat: Add priority and parent task selection to task edit form; update task handling in Gantt chart 2025-04-21 23:13:38 +02:00
c10650e888 Zaktualizuj rozmiary plików w konfiguracji oraz popraw logikę logowania użytkowników 2025-02-19 08:26:06 +01:00
8c42e65d57 Refactor task status handling and update styles for task views; add support for 'faktury' status 2024-12-15 11:11:47 +01:00
3f306ccb81 first commit 2024-11-10 11:11:35 +01:00