Commit graph

112 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
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
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
d93d23c607 feat: enhance email management with delete functionality and session handling 2025-12-01 12:29:48 +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
16bb7094dc feat(package.json): Add format script for code formatting 2025-11-03 11:03:41 +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
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
f904500e2d refactor: remove check-env-vars.js and update lint script to streamline environment checks 2025-10-20 16:42:43 +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
6d69e6c037 feat: add PDF viewer component and integrate with AllegatoIframe for improved document handling 2025-09-09 14:51:23 +02:00
fdc6c71beb refactor: reorganize package.json structure and update metadata 2025-09-03 12:30:23 +02:00
5755b00d7b formatt 2025-08-29 16:18:32 +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
bacd466c9d fix: remove turbopack option from build script for consistency 2025-08-28 14:36:29 +02:00
7241c19cd5 fix: update development scripts to use turbopack for improved performance 2025-08-28 14:29:16 +02:00
f0881a062f test with turbo 2025-08-28 13:46:51 +02:00
8d6eeb49c5 fix: update stripe-dev script to use HTTPS for webhook forwarding 2025-08-25 12:06:46 +02:00
612ac8513a chore: update @react-email/components version to 0.5.0 2025-08-20 18:27:33 +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
9778df27b0 Add TRPC UI dependency and implement FormDebug component for development debugging 2025-08-08 09:40:02 +02:00
cb6e0cee40 Remove unused TRPC panel code and simplify API handler response 2025-08-07 19:38:15 +02:00
73e7c947d8 web2 2025-08-07 19:31:51 +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
e61b152986 remove global install pnpm 2025-08-07 11:46:44 +02:00
9d7bdb9653 fix: update trpc-ui postinstall script for improved installation process 2025-08-07 11:42:10 +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
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