3 Commits

Author SHA1 Message Date
6b105c07c4 feat: Implement multi-tenant architecture with organization support
- Added organization model and membership management to support multi-tenancy.
- Updated file and folder routes to include organization context for ownership checks.
- Integrated Google Drive connection management per organization, ensuring proper authorization and folder structure.
- Enhanced user account deletion to prevent removal if the user owns organizations.
- Introduced middleware for organization validation and admin role checks.
- Created organization admin routes for managing memberships and retrieving statistics.
- Implemented token encryption/decryption for secure Google Drive token storage.
- Updated serializers to include organization data in user memberships.
- Added database migration for new organization and membership tables.
2026-07-06 15:37:26 +05:30
d532c2e084 first commit 2026-06-30 22:58:28 +05:30
d8a26f3604 Done 2026-06-25 00:19:26 +05:30