Go to file
Matt 5f10e9fb54 Fix email system error handling and remove hardcoded credentials
- Handle missing email sessions gracefully without throwing errors
- Clear partial session data when no valid session exists
- Return empty results instead of 401 errors for missing credentials
- Remove hardcoded Documenso API key and require env variables
- Reduce email fetch limit from 50 to 20 for performance
- Add documentation for email system fixes
2025-06-09 22:50:06 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Fix email system error handling and remove hardcoded credentials 2025-06-09 22:50:06 +02:00
composables feat: add interest button 2025-06-03 22:04:22 +03:00
docs Fix email system error handling and remove hardcoded credentials 2025-06-09 22:50:06 +02:00
middleware feat: add files 2025-02-16 14:10:19 +02:00
pages removed marketing 2025-06-05 18:29:02 +02:00
public Add Port Nimara branding to interest list page 2025-06-04 04:12:54 +02:00
server Fix email system error handling and remove hardcoded credentials 2025-06-09 22:50:06 +02:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils feat: add new status columns 2025-06-04 00:48:44 +03:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example Add Documenso integration for EOI document generation 2025-06-09 22:40:37 +02:00
.gitignore feat: add files 2025-02-16 14:10:19 +02:00
Dockerfile feat: add files 2025-02-16 14:10:19 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: add interest button 2025-06-03 22:04:22 +03:00
nuxt.config.ts Switch Minio connection to use SSL on port 443 2025-06-04 16:50:07 +02:00
package-lock.json Add email communication system with encrypted credentials 2025-06-09 21:45:06 +02:00
package.json Add email communication system with encrypted credentials 2025-06-09 21:45:06 +02:00
tsconfig.json feat: add files 2025-02-16 14:10:19 +02:00

README.md

Client Portal

Commands

  • npm run dev to start development

Tech Stack

  • Node.js
  • Nuxt
  • Directus
  • Vuetify