Go to file
Matt b8a6a52417 fix: Update authentication callback to return HTML with client-side redirect for SPA compatibility 2025-07-12 13:25:45 -04:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components feat: Add "Save & Close" button in InterestDetailsModal, enhance saveInterest function to conditionally close modal, and improve logging in delete-generated-document and get-expenses APIs 2025-07-10 17:36:10 -04:00
composables Enhance authorization and authentication handling by optimizing state synchronization from middleware cache, implementing error handling in custom auth, and adding admin audit and system logs pages with filtering and real-time updates. 2025-07-09 13:00:01 -04:00
docs feat: Update auth error handler to differentiate between app and external service 401 errors, preventing unnecessary session logouts 2025-07-11 16:10:26 -04:00
layouts fix: Refine sidebar design and navigation 2025-07-11 17:30:44 -04:00
middleware feat: Address 404 errors and session management issues, improve authorization middleware to use cached auth state, and adjust auth refresh plugin for better session validation 2025-07-11 15:05:59 -04:00
pages feat: Implement unified sidebar with Nuxt UI across all dashboard pages 2025-07-11 16:33:11 -04:00
plugins feat: Update auth error handler to differentiate between app and external service 401 errors, preventing unnecessary session logouts 2025-07-11 16:10:26 -04:00
public Feat: Complete EOI improvements and PWA implementation 2025-06-12 16:16:30 +02:00
server fix: Update authentication callback to return HTML with client-side redirect for SPA compatibility 2025-07-12 13:25:45 -04:00
static feat: add files 2025-02-16 14:10:19 +02:00
tests/auth Refactor authentication to use centralized session manager 2025-07-11 14:43:50 -04:00
utils Add time formatting utilities with error handling for time and full datetime 2025-07-09 13:03:21 -04:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example feat: Update Documenso configuration in .env.example and refactor generate-eoi-document to use environment variables for recipient IDs and template ID 2025-07-09 21:51:42 -04:00
.gitignore feat: Enhance authentication middleware with reduced cache expiry, improved session validation, and global error handling for auth-related issues 2025-07-11 11:58:38 -04:00
Dockerfile REVERT Network Updates 2025-06-12 21:54:47 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: Implement dashboard layout with navigation and role-based access, enhance authentication middleware to clear cache only on actual auth errors, and update expenses page metadata for authorization checks 2025-07-11 14:57:15 -04:00
nuxt.config.ts fix: Switch to pure Vuetify components for unified sidebar 2025-07-11 17:04:13 -04:00
package-lock.json feat: Implement unified sidebar with Nuxt UI across all dashboard pages 2025-07-11 16:33:11 -04:00
package.json feat: Implement unified sidebar with Nuxt UI across all dashboard pages 2025-07-11 16:33:11 -04:00
remove.txt feat: Enhance authentication middleware with reduced cache expiry, improved session validation, and global error handling for auth-related issues 2025-07-11 11:58:38 -04: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