infoalloggi-monorepo/apps/infoalloggi/src
Marco Pedone 2111535d08 feat: refactor middleware and proxy structure for improved organization and functionality
- Removed old middleware files and replaced them with new proxy implementations for auth, API, password change, test redirection, and updater functionalities.
- Introduced a new proxy handler to streamline request processing through a chain of proxies.
- Updated package.json and package-lock.json to reflect dependency changes and ensure compatibility with the latest versions of Next.js, React, and related packages.
- Enhanced error handling and response management in the new proxy implementations.
2026-01-14 14:51:43 +01:00
..
_app test 2025-11-28 10:56:06 +01:00
components chore: remove unused RepackValues function to clean up code 2026-01-14 14:23:03 +01:00
forms chore: update biome schema version and refactor code style 2026-01-14 14:21:57 +01:00
hooks refactor: remove ImageWithFallback component and replace with Next.js Image in various components 2025-12-05 16:36:17 +01:00
i18n feat: update Stripe integration and add settings page with health check 2026-01-14 12:02:03 +01:00
lib feat: add budget filtering functionality with min and max budget inputs 2025-12-29 19:10:46 +01:00
pages chore: update biome schema version and refactor code style 2026-01-14 14:21:57 +01:00
providers refactor: remove compatibility patch logic and unused imports from getServerSideProps and RicercaProvider 2025-12-30 10:09:40 +01:00
proxies feat: refactor middleware and proxy structure for improved organization and functionality 2026-01-14 14:51:43 +01:00
schemas feat: implement user invitation system with email invites and password setup 2025-12-14 18:57:56 +01:00
server chore: update biome schema version and refactor code style 2026-01-14 14:21:57 +01:00
styles feat: implement AnnuncioDisplay component and integrate it into ServizioContent for better display of selected announcements 2026-01-09 13:13:17 +01:00
utils refactor: enhance build ID generation and API error handling in configuration 2025-11-25 12:04:53 +01:00
env.ts feat: add updater middleware for managing app version cookies 2026-01-07 09:54:02 +01:00
proxy.ts feat: refactor middleware and proxy structure for improved organization and functionality 2026-01-14 14:51:43 +01:00