Commit graph

107 commits

Author SHA1 Message Date
9611f42f43 chore(deps): update @tiptap packages to version 3.10.1 for improved features and stability 2026-01-14 13:43:34 +01:00
c7eb0fa05f chore: update jspdf to version 4.0.0 for improved functionality 2026-01-14 13:42:04 +01:00
757f0ab97c chore: update @react-email packages and related dependencies
- upgraded @react-email/components from 0.5.0 to ^1.0.4
- upgraded @react-email/render from ^1.1.4 to ^2.0.2
- upgraded react-email from ^4.2.8 to ^5.2.3
- upgraded @react-email/preview-server from ^4.2.8 to ^5.2.3
2026-01-14 13:41:17 +01:00
0ac20c65f4 refactor(banners): replace js-cookie with cookies-next for cookie management 2026-01-14 13:38:18 +01:00
c4a753f89f chore(deps): update package dependencies for improved stability and performance 2026-01-14 13:32:25 +01:00
74adc66a63 Implement feature X to enhance user experience and fix bug Y in module Z 2026-01-14 12:15:31 +01:00
a363ca4275 chore(deps): update dependencies in package.json
- updated cookies-next from ^6.1.0 to ^6.1.1
- updated lucide-react from ^0.536.0 to ^0.562.0
- updated nodemailer from ^7.0.5 to ^7.0.12
- updated sharp from ^0.34.3 to ^0.34.5
- updated @types/nodemailer from ^6.4.17 to ^7.0.5
- updated cross-env from ^10.0.0 to ^10.1.0
- updated knip from ^5.62.0 to ^5.81.0
2026-01-14 12:09:01 +01:00
210ee3a9f2 feat: update Stripe integration and add settings page with health check 2026-01-14 12:02:03 +01:00
b9dd1f6f25 feat: update dependencies and improve UI components; add ComeFunziona component for service explanation 2026-01-12 16:00:53 +01:00
4d7802ccc6 feat: implement user invitation system with email invites and password setup
- Added user_invites table to manage invitation tokens.
- Created invite router with procedures for sending, verifying, and accepting invites.
- Implemented email sending functionality for invites.
- Updated user controller to handle password setting during invite acceptance.
- Introduced mustChangePassword flag in user schema and related logic.
- Added middleware to enforce password change requirement.
- Created forms for accepting invites and changing passwords.
- Updated database migrations to reflect new user invite structure and fields.
2025-12-14 18:57:56 +01:00
a9071b3d2f fix: update Next.js version to 15.4.8 for CVE-2025-66478 2025-12-04 09:41:04 +01:00
3143870cfd feat: integrate DnD Kit for enhanced kanban functionality and add Potenziali management components 2025-12-02 16:14:37 +01:00
6d38dc5d5c refactor: remove unused @dnd-kit dependencies from package.json and package-lock.json 2025-11-20 15:06:45 +01:00
e5c0ca04ee feat: add PDF generation and email sending for printable announcements
- Updated package.json to include html2canvas-pro and jsPDF for PDF generation.
- Enhanced SchedaAnnuncioStampabile component to generate a PDF from HTML and send it via email.
- Implemented new API endpoint for sending the generated PDF as an email attachment.
- Refactored existing email sending logic across various controllers to use a unified template structure.
- Improved error handling and logging for email sending processes.
2025-11-19 17:18:28 +01:00
db174cf4f4 feat: integrate @next/bundle-analyzer for improved bundle analysis; refactor dynamic imports in dashboard and pdf-viewer components 2025-11-13 11:38:23 +01:00
7666f08307 feat: add NumberInput component for enhanced numeric input handling; integrate react-number-format 2025-11-11 18:43:51 +01:00
b7850f6994 feat: update package dependencies and enhance UI components with badges; refactor service dialogs and remove unused components 2025-11-07 17:03:08 +01:00
608e6a8e10 feat: Integrate Kanban board with drag-and-drop functionality using @dnd-kit 2025-11-04 16:21:20 +01:00
97503b34e5 fix(dependencies): Update react-day-picker to version 9.11.1 for improved functionality
fix(forms): Adjust endMonth in AnnuncioEditForm to 2050 for better date handling

refactor(forms): Remove date validation in ProfileFormAnagrafica for simplified logic

fix(user-view): Update DialogContent class for consistent styling in NewServizioModal
2025-10-30 19:39:40 +01:00
Marco
da7683ba45
Merge pull request #321 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/axios-1.12.2
chore(deps): bump axios from 1.11.0 to 1.12.2 in /apps/infoalloggi
2025-10-30 09:51:59 +01:00
f85ea22215 chore: update biome schema and dependencies, refactor key usage in components
- Updated biome schema version from 2.2.2 to 2.3.1 in biome.json.
- Removed experimentalScannerIgnores from files section and replaced with ignore patterns.
- Added CSS parser configuration for Tailwind directives.
- Updated linter rules for better code quality.
- Refactored key usage in various components to use unique identifiers instead of array indices.
- Updated package-lock.json and package.json to reflect new biome version.
- General code cleanup and improvements across multiple components for better maintainability.
2025-10-28 11:55:01 +01:00
b83527eb97 cleanup 2025-10-28 10:54:42 +01:00
1e3a28d81a fix: update global CSS file name and add new Radix UI components
- Changed global CSS file reference from "global.css" to "globals.css" in components.json.
- Added new dependencies for Radix UI components in package.json and package-lock.json.
- Updated the ServizioContent component to include new dialog functionality for managing announcements.
- Removed commented-out code in RicercaUser component for cleaner codebase.
2025-10-21 14:35:06 +02:00
699579b432 feat: update environment variable handling and dependencies
- Added @t3-oss/env-nextjs for improved environment variable management.
- Updated zod to version 4.1.12 for enhanced validation capabilities.
- Upgraded jiti to version 2.6.1 for better module loading.
- Refactored environment variable imports from env.mjs to env.ts.
- Removed deprecated env.mjs file and replaced it with a new env.ts file using @t3-oss/env-nextjs.
- Adjusted various components and API routes to utilize the new environment variable structure.
- Updated next.config.js to support the new environment variable management.
- Modified Docker configuration to align with new BASE_URL handling.
2025-10-20 16:22:20 +02:00
dependabot[bot]
4caef5ad79
chore(deps): bump axios from 1.11.0 to 1.12.2 in /apps/infoalloggi
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 03:35:57 +00:00
6d69e6c037 feat: add PDF viewer component and integrate with AllegatoIframe for improved document handling 2025-09-09 14:51:23 +02:00
3f82763168 eslint migration biome 2025-08-28 18:27:07 +02:00
9185d8ddec feat: integrate Biome for linting and formatting, update package.json and add biome.json 2025-08-28 17:11:59 +02:00
0741ee0a68 chore: update @react-email/components and @react-email/render versions to 0.5.0 and 1.2.0 respectively 2025-08-20 18:39:16 +02:00
2c0ff3bbbb chore: update next.js version to 15.4.7 and comment out TRPC panel API handler 2025-08-20 17:48:52 +02:00
8d4f51aaf8 Add Open Graph support with @vercel/og integration and related updates 2025-08-08 11:34:33 +02:00
18b843db22 fix: update Dockerfile for production dependencies and enhance form debug visibility in development 2025-08-07 16:10:17 +02:00
9314026817 refactor: update zod imports to version 4 and adjust error handling
- Changed all zod imports from "zod" to "zod/v4" across multiple files.
- Updated error handling in forms to use new zod error configuration.
- Refactored custom error mapping to align with zod v4 changes.
- Adjusted password validation logic to utilize new zod features.
- Cleaned up unused locale error mapping code.
- Enhanced type definitions for async iterables in zod utility functions.
2025-08-07 14:50:40 +02:00
0ca49646d0 refactor: rename package from infoalloggi2 to infoalloggi and update trpc-ui dependency source 2025-08-07 11:36:51 +02:00
4b2fdd1c29 Update trpc-ui dependency to use specific GitHub branch for Zod v4 support 2025-08-07 10:37:08 +02:00
a93be4d547 Implement code changes to enhance functionality and improve performance 2025-08-06 16:44:46 +02:00
Marco
3b3a7c239d
Merge pull request #13 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/react-email/preview-server-4.2.7
Bump @react-email/preview-server from 4.2.3 to 4.2.7 in /apps/infoalloggi
2025-08-06 15:31:01 +02:00
dependabot[bot]
c0b54ab8af
Bump typescript from 5.8.3 to 5.9.2 in /apps/infoalloggi
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:14:15 +00:00
Marco
b3a92e0f1b
Merge pull request #49 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/react-email-4.2.7
Bump react-email from 4.2.3 to 4.2.7 in /apps/infoalloggi
2025-08-06 15:13:53 +02:00
Marco
68892e10bd
Merge pull request #50 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/typescript-eslint-8.39.0
Bump typescript-eslint from 8.35.0 to 8.39.0 in /apps/infoalloggi
2025-08-06 15:13:45 +02:00
Marco
b3e69f1a4a
Merge pull request #52 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/yaml-2.8.1
Bump yaml from 2.8.0 to 2.8.1 in /apps/infoalloggi
2025-08-06 15:13:08 +02:00
Marco
8fa772a14a
Merge pull request #56 from marcopedone/dependabot/npm_and_yarn/apps/infoalloggi/kanel-3.14.2
Bump kanel from 3.14.1 to 3.14.2 in /apps/infoalloggi
2025-08-06 15:13:00 +02:00
dependabot[bot]
2940b013ec
Bump kanel from 3.14.1 to 3.14.2 in /apps/infoalloggi
Bumps [kanel](https://github.com/kristiandupont/kanel) from 3.14.1 to 3.14.2.
- [Release notes](https://github.com/kristiandupont/kanel/releases)
- [Commits](https://github.com/kristiandupont/kanel/commits)

---
updated-dependencies:
- dependency-name: kanel
  dependency-version: 3.14.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:05:45 +00:00
dependabot[bot]
e3f7ce7d5a
Bump tw-animate-css from 1.3.5 to 1.3.6 in /apps/infoalloggi
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases)
- [Commits](https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.5...v1.3.6)

---
updated-dependencies:
- dependency-name: tw-animate-css
  dependency-version: 1.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:05:09 +00:00
dependabot[bot]
c802f760b6
Bump react-email from 4.2.3 to 4.2.7 in /apps/infoalloggi
Bumps [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) from 4.2.3 to 4.2.7.
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/react-email@4.2.7/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@4.2.7/packages/react-email)

---
updated-dependencies:
- dependency-name: react-email
  dependency-version: 4.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:05:07 +00:00
dependabot[bot]
b55de451cd
Bump yaml from 2.8.0 to 2.8.1 in /apps/infoalloggi
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:05:07 +00:00
dependabot[bot]
f2c036c5e3
Bump typescript-eslint from 8.35.0 to 8.39.0 in /apps/infoalloggi
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.35.0 to 8.39.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.39.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:05:06 +00:00
dependabot[bot]
5a6a619e3b
Bump @react-email/preview-server in /apps/infoalloggi
Bumps [@react-email/preview-server](https://github.com/resend/react-email/tree/HEAD/packages/preview-server) from 4.2.3 to 4.2.7.
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/@react-email/preview-server@4.2.7/packages/preview-server/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/preview-server@4.2.7/packages/preview-server)

---
updated-dependencies:
- dependency-name: "@react-email/preview-server"
  dependency-version: 4.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 13:04:49 +00:00
7a50ba4147 refactor: upgrade tiptap dependencies and enhance toolbar functionality
- Updated Tiptap dependencies to version 3.x, including core, extensions, and starter kit.
- Added Link extension to the editor for hyperlink support.
- Refactored ToolBar component to utilize useEditorState for better state management.
- Enhanced toolbar with additional heading options (H5, H6) and improved button states for formatting actions.
- Added a button to clear all marks in the editor.
2025-08-06 15:03:05 +02:00
e544b25795 Frontend: Add NextNProgress component for progress indication during page transitions 2025-08-06 09:26:35 +02:00