Commit Graph

  • c1d49689da feat: Enhance deployment scripts with environment variable validation and loading RKWojs 2025-09-12 09:21:53 +02:00
  • 95ef139843 feat: Add support for project cancellation status across the application RKWojs 2025-09-11 16:19:46 +02:00
  • 2735d46552 feat: Add finish date update tracking for projects RKWojs 2025-09-11 15:50:48 +02:00
  • 0dd988730f feat: Implement internationalization for task management components RKWojs 2025-09-11 15:49:07 +02:00
  • 50adc50a24 feat: Update .gitignore to include /kosz and /public/uploads directories RKWojs 2025-07-30 12:46:05 +02:00
  • 639a7b7eab feat: Implement file upload and management system with database integration RKWojs 2025-07-30 11:37:25 +02:00
  • 07b4af5f24 feat: Refactor user management to replace email with username across the application RKWojs 2025-07-28 22:25:23 +02:00
  • 6fc2e6703b feat: Implement redirect to projects page on home component load RKWojs 2025-07-28 22:08:28 +02:00
  • 764f6d1100 feat: Update Docker entrypoint scripts to create admin account on container startup RKWojs 2025-07-28 22:00:47 +02:00
  • 225d16c1c9 feat: Update Docker deployment scripts and configurations for default admin account creation RKWojs 2025-07-28 21:55:11 +02:00
  • aada481c0a feat: Automatically create default admin account during Docker build process RKWojs 2025-07-28 21:48:28 +02:00
  • c767e65819 fix: Update port mapping to avoid conflict in production and development configurations RKWojs 2025-07-28 21:44:02 +02:00
  • 8e35821344 Refactor project tasks page and navigation components RKWojs 2025-07-28 20:56:04 +02:00
  • 747a68832e feat(i18n): Add Polish translations for task management components and update search placeholder Chop 2025-07-27 23:54:56 +02:00
  • e828aa660b feat(i18n): Implement multilingual support with Polish and English translations Chop 2025-07-27 22:01:15 +02:00
  • 9b6307eabe feat: Add TaskCommentsModal for viewing and managing task comments Chop 2025-07-17 22:49:12 +02:00
  • 490994d323 feat: Add optional max wait display to task rows and tables Chop 2025-07-17 22:39:54 +02:00
  • b5120657a9 refactor: Update layout of task template actions for improved alignment and usability Chop 2025-07-10 23:45:50 +02:00
  • 5228ed3fc0 feat: Enhance ProjectTasksSection with improved button styles and layout adjustments Chop 2025-07-10 23:41:03 +02:00
  • 51d37fc65a feat: Implement task editing functionality with validation and user assignment Chop 2025-07-10 23:35:17 +02:00
  • 92f458e59b fix: Update note rendering logic to simplify system note display Chop 2025-07-10 23:02:45 +02:00
  • 33ea8de17e feat: Add coordinate formatting utility and update project views Chop 2025-07-10 22:56:03 +02:00
  • 9c076f537e docs: Add merge completion summary main Chop 2025-07-10 22:37:31 +02:00
  • 1594889e3b Merge branch 'auth2' into main Chop 2025-07-10 22:35:28 +02:00
  • 50fce2f6ba Add merge preparation summary documentation Chop 2025-07-10 22:34:30 +02:00
  • 5cd56593eb Fix projects map page - restore original design Chop 2025-07-10 22:32:13 +02:00
  • faeb1ca80c Prepare branch for merge to main Chop 2025-07-10 22:18:32 +02:00
  • 38b0682d83 feat(audit-logging): Replace req.session with req.auth for audit logging in notes and projects Chop 2025-07-10 00:08:59 +02:00
  • b1a78bf7a8 feat(audit-logging): Implement Edge-compatible audit logging utility and safe logging module Chop 2025-07-09 23:08:16 +02:00
  • 90875db28b feat: Add user tracking to project tasks and notes Chop 2025-06-26 00:17:51 +02:00
  • 294d8343d3 feat: Implement user tracking in projects Chop 2025-06-25 23:08:15 +02:00
  • 81afa09f3a feat: Update Authorization Implementation Guide with current state, completed phases, and security best practices Chop 2025-06-25 22:36:14 +02:00
  • 988a33788d fix: Align action buttons to the right in the layer control panel RKWojs 2025-06-25 16:16:17 +02:00
  • 44bc7b3e7c fix: Await asynchronous calls in ProjectViewPage and remove redundant Leaflet imports in WMSLayer RKWojs 2025-06-25 13:43:27 +02:00
  • 988a4eb71b feat: Implement user management functionality with CRUD operations; add user edit page, API routes for user actions, and enhance authentication middleware RKWojs 2025-06-25 13:37:10 +02:00
  • 1524e1e9bb feat: add authentication test page and API testing scripts; implement debug auth endpoint and enhance task route with read permissions RKWojs 2025-06-25 12:54:37 +02:00
  • c1bb4c44fd feat: upgrade next-auth to v5.0.0-beta.29 and refactor authentication middleware RKWojs 2025-06-25 12:32:13 +02:00
  • 7e67fe96ef style: Increase column widths for improved readability in ProjectListPage table RKWojs 2025-06-25 11:35:36 +02:00
  • 035a0386d7 Your commit message here Chop 2025-06-25 00:22:12 +02:00
  • 4b2a544870 feat: Add comprehensive Authorization Implementation Guide for Next.js application, detailing authentication, role-based access control, and security best practices Chop 2025-06-24 23:54:30 +02:00
  • 7e1edfebce feat: Sort projects by project_id in descending order on ContractDetailsPage Chop 2025-06-24 23:49:41 +02:00
  • 74550be679 Refactor LeafletMap to implement custom WMSLayer component and remove WMSTileLayer usage; update mapLayers configuration for improved readability and maintainability; delete obsolete page_backup.js file. Chop 2025-06-24 22:46:53 +02:00
  • af133c1d5f feat: Add tool panel with multiple map interaction tools in ProjectsMapPage RKWojs 2025-06-24 13:41:47 +02:00
  • 56088b4e78 feat: Update maxZoom values to 20 for various map layers and enhance Polish Cadastral Data layers with additional server support RKWojs 2025-06-24 13:30:36 +02:00
  • 4c11801ab1 feat: Implement layer control and custom zoom functionality in ProjectsMapPage and LeafletMap components RKWojs 2025-06-24 12:01:48 +02:00
  • 96da5212d4 fix: Remove unnecessary whitespace in table headers across multiple components Chop 2025-06-21 21:56:20 +02:00
  • f83cc8e564 feat: Add Improved Polish Orthophoto Map component with WMTS support RKWojs 2025-06-21 01:21:21 +02:00
  • 6df4302396 feat: enhance TaskStatusDropdownSimple with portal-based dropdown and position calculation RKWojs 2025-06-21 00:08:33 +02:00
  • e5d681547d feat: enhance map functionality by adding URL state management and event handling for view changes RKWojs 2025-06-20 23:56:11 +02:00
  • 7b4d5afb90 refactor: simplify next.config.mjs by removing experimental block for serverExternalPackages RKWojs 2025-06-20 23:21:34 +02:00
  • 68c6165b32 feat: implement ProjectTasksList component and update ProjectTasksPage to use it feat: add date_completed column to project_tasks table in database initialization feat: update project task status to set date_completed when marking as completed RKWojs 2025-06-20 23:17:18 +02:00
  • 27c5feb6dc feat: add TaskStatusChart component and integrate it into the home page Chop 2025-06-19 23:51:45 +02:00
  • ab0721881a feat: Add test script for date formatting functions Chop 2025-06-19 23:29:17 +02:00
  • 639179ed21 feat: Add date formatting utility functions and integrate them across components Chop 2025-06-19 23:29:06 +02:00
  • 306c96328e feat: Add simple dropdown components for project and task statuses Chop 2025-06-19 23:16:13 +02:00
  • 1dc3fd88f9 feat: Implement TaskStatusDropdown and integrate it across project and task components Chop 2025-06-19 22:59:48 +02:00
  • 2f5194bb4e new dashboard Chop 2025-06-19 22:35:57 +02:00
  • f0e3bf6eaa feat: Add schema check and logging tests for project tasks and notes Chop 2025-06-19 22:13:08 +02:00
  • 3762f2e6f8 feat: Add is_system column to notes and update task note handling for system notes Chop 2025-06-19 22:12:07 +02:00
  • d40af1ff31 feat: Enhance project task management with expandable notes and descriptions, and add date_started column for task tracking Chop 2025-06-19 22:01:39 +02:00
  • 78b2474a9f feat: Implement task addition modal with escape key handling and z-index adjustments Chop 2025-06-19 21:50:13 +02:00
  • aaa08a3504 feat: Add comprehensive roadmap for app development and prioritize features Chop 2025-06-19 20:57:50 +02:00
  • a8f52f6d28 feat: Implement full-screen map view and enhance project navigation Chop 2025-06-19 19:17:22 +02:00
  • 0acb203ef8 Refactor project and contract forms for improved UI and functionality Chop 2025-06-19 18:59:03 +02:00
  • 85f18825ad feat: Add advanced map features and UI/UX enhancements to README Chop 2025-06-19 17:59:52 +02:00
  • 603634e8a4 feat: Add Leaflet map integration and project coordinates handling RKWojs 2025-06-18 12:47:04 +02:00
  • c983ba9882 feat: Update PageHeader component to include action prop for enhanced flexibility RKWojs 2025-06-05 13:14:16 +02:00
  • d3874d52d0 feat: Enhance project filtering by adding address to search criteria RKWojs 2025-06-05 11:55:31 +02:00
  • 931ec3012d feat: Integrate ProjectStatusDropdown component into ProjectViewPage for dynamic project status updates Chop 2025-06-04 22:58:39 +02:00
  • 49d49b42f1 feat: Add project type and status fields to project forms and views, including database migrations Chop 2025-06-04 22:53:33 +02:00
  • e136c9f0e8 feat: Add migration functionality to update template-based tasks and set custom_max_wait_days to NULL Chop 2025-06-03 21:28:33 +02:00
  • 330744daf9 feat: Implement task notes functionality with CRUD operations and integrate into project tasks section Chop 2025-06-03 20:46:37 +02:00
  • a9afebdda5 feat: Add ProjectTasksPage and ProjectTasksDashboard components with task categorization and filtering Chop 2025-06-03 00:14:17 +02:00
  • a1261b2169 Refactor Project Tasks and Task Templates pages with new UI components Chop 2025-06-02 23:41:49 +02:00
  • fb00c1d2d6 docs: Update README.md to include Docker development instructions and additional API endpoints Chop 2025-06-02 23:23:48 +02:00
  • 35569846bc feat: Implement project search functionality and task management features Chop 2025-06-02 23:21:04 +02:00
  • b06aad72b8 docs: Update README.md with comprehensive project features, installation instructions, and API endpoints Chop 2025-06-02 22:11:00 +02:00
  • d0586f2876 feat: Add NoteForm, ProjectForm, and ProjectTaskForm components Chop 2025-06-02 22:07:05 +02:00
  • aa1eb99ce9 Initial commit from Create Next App Chop 2025-05-23 20:32:51 +02:00