Commit Graph

32 Commits

Author SHA1 Message Date
R3D347HR4Y
8e420509a8 imports docx 1
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
2026-06-10 00:27:44 +02:00
R3D347HR4Y
79bb6193fc menus1
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
2026-06-09 18:27:10 +02:00
R3D347HR4Y
5b1cc5e83c hehehehe 2026-06-09 17:06:20 +02:00
R3D347HR4Y
cdff12490a hocuspocus
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
2026-06-09 14:31:07 +02:00
R3D347HR4Y
5304790ed5 feat(auth): enhance session management and identity provider settings
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Added SessionGuard component to manage session expiration and online status.
- Updated AuthProvider to streamline session fetching and handling.
- Introduced IdentityProvidersSection for managing OAuth, SAML, and LDAP identity providers.
- Implemented identity provider guides for easier configuration.
- Enhanced mail settings with infinite scroll option for improved user experience.
- Updated global styles and layout components for better consistency across the application.
2026-06-09 09:36:46 +02:00
R3D347HR4Y
f44dadc453 feat(admin): add VirusTotal scan settings and mail UI
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
File policies API key field, conditional scan badge, safe policy merge.
2026-06-07 22:05:28 +02:00
R3D347HR4Y
8b9717861c Admin interface 2026-06-07 21:55:42 +02:00
R3D347HR4Y
636b8cf789 Lots of changes to the API and webhooks
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
2026-06-07 16:02:55 +02:00
R3D347HR4Y
20552a34ff feat(automation): multi-domain rules and webhook scope UI
Extend automations to drive and contacts with context-aware triggers,
conditions, and actions. Webhooks can filter event types and scopes per domain.
2026-06-07 15:51:47 +02:00
R3D347HR4Y
6ec95262af Add OnlyOffice integration and update project configurations
- Updated .env.example to include configuration for OnlyOffice Document Server.
- Modified the workspace configuration to remove the drive-suite path.
- Adjusted TypeScript environment imports for consistency.
- Enhanced Next.js configuration to disable canvas in Webpack.
- Updated package.json to include new dependencies for OnlyOffice and PDF.js.
- Added global styles for OnlyOffice theme integration in the CSS.
- Created new layout and page components for the Drive feature, including public sharing and editing functionalities.
- Updated metadata handling across various layouts to reflect the new app structure.
2026-06-07 15:49:21 +02:00
R3D347HR4Y
07d57f13a8 Add Contact Avatar Features and Improve UI Components
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Introduced new ContactAvatar and ContactAvatarPicker components for enhanced avatar management in contact views.
- Updated ContactDetailView and ContactFormView to utilize the new avatar components, improving user experience when adding or editing contacts.
- Enhanced ContactHoverCard and ContactRow components to display avatars, providing a more visually appealing interface.
- Added loading and error states in ContactsListView for better user feedback during data fetching.
- Implemented a new ContactsLoadState component to handle loading and error scenarios in the contacts list.
- Updated package.json to include @formkit/auto-animate for improved UI animations.
2026-06-06 20:26:51 +02:00
R3D347HR4Y
8a02c10ba3 Add environment configuration and update email view components
- Created a .cursorignore file to manage local environment files.
- Updated .env.example to reflect changes in the public app URL.
- Modified the gmail workspace configuration to include the drive-suite path.
- Enhanced email view components to support attachment handling and fallback for plain text bodies.
- Improved user experience by updating attachment display logic and integrating inline attachment support.
2026-06-04 00:12:43 +02:00
R3D347HR4Y
5567e2f0c1 huhuhuhu 2026-05-25 13:52:40 +02:00
R3D347HR4Y
c87670e90f feat(api): offline-first mail sync w/ TanStack Query
Some checks failed
E2E / Playwright e2e (push) Has been cancelled
Move mail, compose, contacts, and accounts off mocks onto REST + WS.
Add client, auth store, IDB-backed query cache, offline queue, and
sync bar; hybrid Zustand for UI-only state. Settings still local until
backend has preferences API.
2026-05-23 00:04:28 +02:00
R3D347HR4Y
447567a411 Add first launch splash screen with animations and styles
- Introduced CSS animations for splash screen elements including aurora drift, logo float, loader progress, and card breathing effects.
- Implemented a new FirstLaunchSplash component in layout to display the splash screen on the initial app launch.
- Updated theme initialization script to manage splash screen visibility based on local storage state.
2026-05-21 09:55:10 +02:00
R3D347HR4Y
5bf388e062 xs colors 2026-05-20 18:29:40 +02:00
R3D347HR4Y
c36793e440 refactoed and sidebar better 2026-05-20 18:22:36 +02:00
R3D347HR4Y
8551150ffe before split 2 2026-05-20 16:01:08 +02:00
R3D347HR4Y
aad897b617 Huhu 2026-05-20 14:06:44 +02:00
R3D347HR4Y
9266aa34cd huhu 2026-05-19 22:20:43 +02:00
R3D347HR4Y
77f99d8d8a hehe 2026-05-19 00:48:20 +02:00
R3D347HR4Y
ae54fa29e4 Hehe 2026-05-18 17:47:32 +02:00
R3D347HR4Y
18cb1257f4 Enhance email components with dynamic accent colors for active tabs and improved styling. Updated CompactInboxCategoryTabs and EmailList to utilize new accent color logic, refined sidebar icons, and adjusted layout for better responsiveness in split view. 2026-05-18 14:38:27 +02:00
R3D347HR4Y
2eda0d4181 Refactor EmailList component for improved layout and responsiveness. Adjusted class names for better styling and updated the MailFolderStackIndicator positioning to enhance visibility in listToolbarMode. 2026-05-18 12:48:34 +02:00
R3D347HR4Y
a48823cf1e Refactor email components to enhance user experience with improved category tab icons and swipe functionality. Added new MailInboxCategoryTabIcons and MailListSwipeRow components, updated inbox tab handling, and refined styles for better visual consistency. 2026-05-18 12:22:16 +02:00
R3D347HR4Y
4207b5eb55 Update dependencies, enhance long-press functionality, and improve sidebar navigation. Added Fluent icons for folder representation and refined touch interactions for better user experience. 2026-05-18 09:29:20 +02:00
R3D347HR4Y
9b17d4a904 Add Compact Inbox Category Tabs component and integrate with Email List 2026-05-18 00:29:11 +02:00
R3D347HR4Y
1fc4de1873 Refactor and enhance mobile experience with new components and layout adjustments. Updated TypeScript configurations, improved sidebar navigation, and added search functionality. Enhanced email view and invitation handling for better user interaction. 2026-05-18 00:17:51 +02:00
R3D347HR4Y
489c0d0c5c Massive upgrades 2026-05-16 20:30:50 +02:00
R3D347HR4Y
6af6e62774 major perf improvements 2026-05-15 23:51:57 +02:00
R3D347HR4Y
22e7b8e1d2 Major improvements on mobile 2026-05-15 23:22:24 +02:00
R3D347HR4Y
88d8ab283d First commit, not a small one 2026-05-15 17:40:17 +02:00