• Joined on 2025-07-24
Admin pushed to ui-fix at Admin/panel 2025-10-09 18:57:03 +00:00
ec5b60d478 feat: update ProjectListPage layout and button styles for improved UI/UX
Admin pushed to ui-fix at Admin/panel 2025-10-09 18:44:34 +00:00
ac5fedb61a feat: implement project export to Excel with API endpoint and UI button
Admin pushed to ui-fix at Admin/panel 2025-10-09 13:01:10 +00:00
ce3c53b4a8 feat: add 'can_be_assigned' column to users with default settings for admin users
Admin pushed to ui-fix at Admin/panel 2025-10-09 12:55:21 +00:00
cdfc37c273 feat: add 'can_be_assigned' field to users with updates to user creation, retrieval, and assignment queries
Admin pushed to ui-fix at Admin/panel 2025-10-09 10:39:53 +00:00
1288fe1cf8 feat: add 'not_started' task status with updates to task creation, status handling, and translations
Admin pushed to ui-fix at Admin/panel 2025-10-07 21:07:29 +00:00
33c5466d77 feat: implement 'not_started' task status with validation and UI updates
a6ef325813 feat: add task_category field to tasks with validation and update related forms
Compare 2 commits »
Admin pushed to ui-fix at Admin/panel 2025-10-07 19:59:34 +00:00
952caf10d1 feat: add task sets functionality with CRUD operations and UI integration
Admin pushed to ui-fix at Admin/panel 2025-10-06 14:07:22 +00:00
e19172d2bb feat: Restrict notifications feature to admin users only in navigation
Admin pushed to ui-fix at Admin/panel 2025-10-06 14:01:34 +00:00
80a53d5d15 feat: Add notifications dropdown to navigation and update translations for notifications
Admin pushed to ui-fix at Admin/panel 2025-10-04 18:53:00 +00:00
5011f80fc4 feat: Add timezone configuration for Docker to ensure correct time handling in production and development environments
Admin pushed to ui-fix at Admin/panel 2025-10-04 17:44:43 +00:00
9357c2e0b9 Merge branch 'ui-fix' of https://git.wastpol.pl/admin/Panel into ui-fix
119b03a7ba feat: Update date handling to use local time formatting across various components and queries
Compare 2 commits »
Admin pushed to ui-fix at Admin/panel 2025-10-02 17:35:45 +00:00
f4b30c0faf feat: Update README.md with authentication, user management, and audit logging details
Admin pushed to ui-fix at Admin/panel 2025-10-02 09:36:45 +00:00
79238dd643 feat: Add link parsing functionality to notes in ProjectViewPage and TaskCommentsModal
Admin pushed to ui-fix at Admin/panel 2025-10-02 08:02:02 +00:00
31736ccc78 feat: Enhance FieldWithHistory component with improved tooltip display and time formatting
Admin pushed to ui-fix at Admin/panel 2025-10-02 07:58:01 +00:00
50760ab099 feat: Integrate translation support in FieldWithHistory component and update i18n strings
Admin pushed to ui-fix at Admin/panel 2025-09-29 20:07:30 +00:00
a59dc83678 feat: Add 'mine' filter to ProjectListPage and update translations
Admin pushed to ui-fix at Admin/panel 2025-09-29 18:09:20 +00:00
769fc73898 feat: Add ProjectAssigneeDropdown component and integrate it into ProjectViewPage
Admin pushed to ui-fix at Admin/panel 2025-09-29 17:50:49 +00:00
6ab87c7396 feat: Add assigned user initial to project details and update translations
Admin pushed to ui-fix at Admin/panel 2025-09-29 17:44:43 +00:00
a4e607bfe1 feat: Add migration script to add 'initial' column to users table
Admin pushed to ui-fix at Admin/panel 2025-09-29 17:41:56 +00:00
e589d6667f feat: Add initial identifier field to user management and update related functions