infoalloggi-monorepo/apps/infoalloggi
Marco Pedone 9c18ca37ab Refactor API structure and update flag handling
- Replaced references to `api.settings` with `api.etichette`, `api.flags`, and `api.strings` in various admin pages to align with new API structure.
- Removed the deprecated `settingsRouter` and introduced `flagsRouter`, `etichetteRouter`, and `stringsRouter` to handle respective functionalities.
- Updated the `Flags` schema to change the `value` field from string to boolean.
- Modified flag handling logic in the `SendMessage` and `NewMail` functions to check for boolean flags instead of string values.
- Added migration script to convert the `value` column in the `flags` table from string to boolean.
- Implemented new routers for banners, etichette, flags, revalidation, and strings to encapsulate related functionalities.
2025-11-20 12:38:42 +01:00
..
.github feat: add revalidation functionality and integrate it into various components and API routes 2025-10-17 19:14:27 +02:00
.vscode cleanup 2025-10-21 16:57:59 +02:00
biome_plugins feat: add new biome plugins for enforcing select and where clauses, remove deprecated kysely rules 2025-09-01 09:04:02 +02:00
emails feat: implement email sending for contact details with PDF attachment 2025-11-20 11:59:24 +01:00
public feat: update theme and background color meta tags for light and dark modes 2025-11-14 18:35:07 +01:00
src Refactor API structure and update flag handling 2025-11-20 12:38:42 +01:00
.dockerignore eslint migration biome 2025-08-28 18:27:07 +02:00
.kanelrc.js feat: Update ignored tables in kanel config, enhance TODOs, remove obsolete migration, and improve styling in annuncio card component 2025-10-29 17:57:59 +01:00
biome.json refactor: update UploadComponent max file size and supported media types, enhance apiMiddleware for video streaming 2025-11-18 11:50:29 +01:00
components.json fix: update global CSS file name and add new Radix UI components 2025-10-21 14:35:06 +02:00
dev-docker-compose.yml fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml 2025-11-03 15:50:30 +01:00
dev_utils_compose.sh fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml 2025-11-03 15:50:30 +01:00
Dockerfile feat: update environment variables in Dockerfile and env.ts; modify logging in api_middleware and settings router 2025-11-12 17:28:59 +01:00
knip.json cleanup 2025-10-28 10:54:42 +01:00
next.config.ts 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
package-lock.json feat: add PDF generation and email sending for printable announcements 2025-11-19 17:18:28 +01:00
package.json feat: add PDF generation and email sending for printable announcements 2025-11-19 17:18:28 +01:00
pgadmin-docker-compose.yml feat: enhance user management and document handling; refactor service and schema integrations 2025-11-10 16:27:15 +01:00
postcss.config.cjs eslint migration biome 2025-08-28 18:27:07 +02:00
reset.d.ts init 2025-08-04 17:45:44 +02:00
TODO feat: update Admin confirmation modal to display transient status information; refactor related components and enhance localization strings 2025-11-12 17:05:05 +01:00
tsconfig.json refactor: remove check-env-vars.js and update lint script to streamline environment checks 2025-10-20 16:42:43 +02:00
TypeHelpers.type.ts formatt 2025-08-29 16:18:32 +02:00