Commit Graph

30 Commits

Author SHA1 Message Date
c1acc3122d Disable initial email verification. 2025-07-06 18:16:00 +02:00
b08ae5feca Enable configuration of an Imprint. 2025-07-06 17:49:14 +02:00
462d91c3a8 Merge website-branding feature and adjust for compatibility
- Resolved conflicts in models.py, app.py, and template files
- Added branding checks to prevent errors when g.branding is None
- Updated all template references to use conditional branding
- Added BrandingSettings to migrations
- Created branding uploads directory
- Integrated branding with existing comment and task management features
2025-07-06 16:58:29 +02:00
9bc3839587 Add user avatars and comments for tasks. 2025-07-06 16:49:17 +02:00
397175f38e Add Task Archive feature. 2025-07-06 08:49:09 +02:00
8f63817194 Add smart search for Task Management. 2025-07-06 08:12:58 +02:00
1fe3f18bbd Remove obsolete Kanban parts. 2025-07-04 21:55:54 +02:00
9f4190a29b Add Sprint Management feature. 2025-07-04 20:03:30 +02:00
e4cc154f92 Add Kanban feature.
ADD: Kanban Boards.
FIX: Fix user deletion.
2025-07-04 17:10:33 +02:00
336d998a8a Add a customizable dashboard feature. 2025-07-04 15:58:55 +02:00
4a4aa05645 Add Kanban Boards for Projects. 2025-07-04 15:58:55 +02:00
0fbf410755 Add website branding feature. 2025-07-04 09:29:05 +02:00
52d3400728 Add system health and system event logging. 2025-07-04 08:46:06 +02:00
e31401a939 Add system announcement feature. 2025-07-04 08:05:11 +02:00
d4e56c5cde Improve db migrations.
Move all migration code to python module and use it from app.py. Use Enum values to avoid problems with Enum names in DB.
2025-07-03 12:04:03 +02:00
Jens Luedicke
3eeae1f411 Fix for DB Migration. #3 2025-07-03 08:49:05 +02:00
Jens Luedicke
03455374e5 Add SYSTEM_ADMINISTRATOR role. 2025-07-03 01:33:32 +02:00
Jens Luedicke
8e100f101a Add Freelancer registration model. 2025-07-02 23:05:30 +02:00
ff6d2da523 Move break time settings into admin area. 2025-07-02 17:00:35 +02:00
f641be6026 Add date/time formatting options. 2025-07-02 16:36:23 +02:00
197ffde545 Add time rounding option. 2025-07-02 16:15:35 +02:00
8f49958dfa Add company feature. 2025-07-02 12:42:18 +02:00
Jens Luedicke
be111a4bed Implement comprehensive project time logging feature
Add complete project management system with role-based access control:

**Core Features:**
- Project creation and management for Admins/Supervisors
- Time tracking with optional project selection and notes
- Project-based filtering and reporting in history
- Enhanced export functionality with project data
- Team-specific project assignments

**Database Changes:**
- New Project model with full relationships
- Enhanced TimeEntry model with project_id and notes
- Updated migration scripts with rollback support
- Sample project creation for testing

**User Interface:**
- Project management templates (create, edit, list)
- Enhanced time tracking with project dropdown
- Project filtering in history page
- Updated navigation for role-based access
- Modern styling with hover effects and responsive design

**API Enhancements:**
- Project validation and access control
- Updated arrive endpoint with project support
- Enhanced export functions with project data
- Role-based route protection

**Migration Support:**
- Comprehensive migration scripts (migrate_projects.py)
- Updated main migration script (migrate_db.py)
- Detailed migration documentation
- Rollback functionality for safe deployment

**Role-Based Access:**
- Admins: Full project CRUD operations
- Supervisors: Project creation and management
- Team Leaders: View team hours with projects
- Team Members: Select projects when tracking time

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-29 17:18:10 +02:00
Jens Luedicke
0964a2177a Add 2FA authentification. 2025-06-29 15:41:55 +02:00
Jens Luedicke
d8ec7d636e Add Team Roles feature. 2025-06-28 22:39:28 +02:00
Jens Luedicke
e7593dc840 Add System Settings. Enable/Disable User registration. 2025-06-28 11:30:34 +02:00
Jens Luedicke
99765d5728 Enable blocking and unblocking of users. 2025-06-28 11:10:22 +02:00
Jens Luedicke
44809e34f0 Require registration by mail link. 2025-06-28 10:33:18 +02:00
Jens Luedicke
452f3abd80 Initial user management. 2025-06-28 09:33:39 +02:00
a8d1f33874 Initial commit. 2025-06-27 15:14:57 +02:00