Commit Graph

48 Commits

Author SHA1 Message Date
Michelle 6e301e2928 feat(notfound): add NotFound page with 404 handling and localization
Build & Push Docker Image / build (push) Successful in 6m33s
2026-03-04 08:57:21 +01:00
Michelle cdfc585c8a feat: implement OAuth 2.0 / OpenID Connect support
Build & Push Docker Image / build (push) Failing after 1m12s
- Added OAuth configuration management in the admin panel.
- Implemented OAuth authorization flow with PKCE for enhanced security.
- Created routes for handling OAuth provider discovery, authorization, and callback.
- Integrated OAuth login and registration options in the frontend.
- Updated UI components to support OAuth login and registration.
- Added internationalization strings for OAuth-related messages.
- Implemented encryption for client secrets and secure state management.
- Added error handling and user feedback for OAuth processes.
2026-03-04 08:54:25 +01:00
Michelle e22a895672 feat(security): enhance input validation and security measures across various routes
Build & Push Docker Image / build (push) Successful in 6m38s
2026-03-04 08:39:29 +01:00
Michelle ba096a31a2 feat(room): add copy link functionality with options for room and guest links
Build & Push Docker Image / build (push) Successful in 6m25s
2026-03-03 14:23:57 +01:00
Michelle ddc0c684ec feat(caldav): implement CalDAV support with token management and calendar operations
Build & Push Docker Image / build (push) Successful in 6m5s
2026-03-03 11:41:35 +01:00
Michelle 68f31467af feat(theme): add new themes for Everforest, Kanagawa, Ayu, Moonlight, and Cyberpunk
Build & Push Docker Image / build (push) Successful in 6m7s
2026-03-03 11:28:35 +01:00
Michelle 05f2941b16 fix(room): prevent click event propagation on actions container
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-03 10:38:48 +01:00
Michelle 4bb22be496 feat(room): enforce minimum room name length of 2 characters in creation and editing
Build & Push Docker Image / build (push) Successful in 6m17s
2026-03-03 10:02:28 +01:00
Michelle 1c9c5224ae feat(room): add copy link functionality with clipboard support and update translations
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-03 09:00:50 +01:00
Michelle 2b8c179d03 Add waiting queue for guest join with sound
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-03 06:38:01 +01:00
Michelle 4a4ec0a3a3 feat(i18n): add German and English email templates for invitations and verifications
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-02 18:55:38 +01:00
Michelle 9be3be7712 feat(notifications): add notification sound playback for new alerts and include sound file documentation
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-02 18:32:47 +01:00
Michelle dc7a78badb feat(notifications): add delete functionality for individual and all notifications
Build & Push Docker Image / build (push) Successful in 6m26s
feat(guest-join): support access code in guest join URL
2026-03-02 18:17:13 +01:00
Michelle 272c5dc2cc feat(branding): add imprint and privacy links to GuestJoin and Home components
Build & Push Docker Image / build (push) Successful in 6m28s
2026-03-02 16:57:02 +01:00
Michelle c13090bc80 feat(notifications): implement notification system with CRUD operations and UI integration
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-02 16:45:53 +01:00
Michelle 304349fce8 feat(sidebar): enhance user avatar display with image support and overflow handling
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-02 16:22:20 +01:00
Michelle b5218046c9 Refactor code and improve internationalization support
Build & Push Docker Image / build (push) Has been cancelled
- Updated import statements to remove invisible characters.
- Standardized comments to use a consistent hyphen format.
- Adjusted username validation error messages for consistency.
- Enhanced email sending functions to include language support.
- Added email internationalization configuration for dynamic translations.
- Updated calendar and federation routes to include language in user queries.
- Improved user feedback messages in German and English for clarity.
2026-03-02 16:14:54 +01:00
Michelle c2c10f9a4b feat(calendar): implement local calendar invitations with email notifications
Build & Push Docker Image / build (push) Successful in 6m19s
- Added functionality to create, accept, decline, and delete local calendar invitations.
- Integrated email notifications for calendar event invitations and deletions.
- Updated database schema to support local invitations and outbound event tracking.
- Enhanced the calendar UI to display pending invitations and allow users to manage them.
- Localized new strings for invitations in English and German.
2026-03-02 14:37:54 +01:00
Michelle d989e1291d feat: implement calendar invitation system with creation, acceptance, and management features
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-02 13:57:56 +01:00
Michelle 62a3812424 feat: update red modular light theme colors for improved consistency
Build & Push Docker Image / build (push) Successful in 6m3s
2026-03-02 11:59:31 +01:00
Michelle 2a8ded5211 feat(outlook-addin): remove add-in files and update server to prevent serving static files
Build & Push Docker Image / build (push) Successful in 5m59s
feat(i18n): add translations for "Add to Outlook" and "Add to Google Calendar"
feat(calendar): implement functionality to generate Outlook and Google Calendar event links
2026-03-02 11:49:01 +01:00
Michelle 13c60ba052 feat: add calendar component with event management features including create, edit, delete, and share functionalities
Build & Push Docker Image / build (push) Successful in 6m25s
2026-03-02 10:35:01 +01:00
Michelle fae46c8395 feat(admin): add context menu for user actions with dynamic positioning
Build & Push Docker Image / build (push) Successful in 6m31s
2026-03-01 14:18:21 +01:00
Michelle df4666bb63 feat(invite-system): implement user invite functionality with registration mode control
Build & Push Docker Image / build (push) Successful in 6m24s
Build & Push Docker Image / build (release) Successful in 6m25s
2026-03-01 12:53:45 +01:00
Michelle 57bb1fb696 feat(logging): implement centralized logging system and replace console errors with structured logs
Build & Push Docker Image / build (push) Has been cancelled
Build & Push Docker Image / build (release) Successful in 7m27s
feat(federation): add room sync and deletion notification endpoints for federated instances

fix(federation): handle room deletion and update settings during sync process

feat(federation): enhance FederatedRoomCard and FederatedRoomDetail components to display deleted rooms

i18n: add translations for room deletion messages in English and German
2026-03-01 12:20:14 +01:00
Michelle 3556aaede7 Add DragonflyDB integration for JWT revocation and implement rate limiting for authentication routes
Build & Push Docker Image / build (push) Successful in 6m14s
2026-02-28 13:37:27 +01:00
Michelle ed97587248 Add federated room detail page and improve address parsing in invites
Build & Push Docker Image / build (push) Successful in 6m18s
2026-02-27 17:42:37 +01:00
Michelle 9814150ba8 Add verification resend timestamp and cooldown handling for email verification
Build & Push Docker Image / build (push) Successful in 6m13s
2026-02-27 17:23:22 +01:00
Michelle 4d0756d864 keep original presentation name
Build & Push Docker Image / build (push) Successful in 6m0s
2026-02-27 16:51:17 +01:00
Michelle ab52ca4529 Add email verification handling and resend functionality to login
Build & Push Docker Image / build (push) Successful in 6m2s
2026-02-27 16:49:24 +01:00
Michelle 15eed76ab4 fix typo
Build & Push Docker Image / build (push) Successful in 6m13s
2026-02-27 16:40:23 +01:00
Michelle a7af7d0e6f Add presentation upload and management features to room functionality
Build & Push Docker Image / build (push) Failing after 1m11s
2026-02-27 16:37:57 +01:00
Michelle 9be9938f02 Add display name support for user management and update related components
Build & Push Docker Image / build (push) Successful in 6m2s
2026-02-27 16:29:23 +01:00
Michelle 2762df3e57 Add default theme management to branding settings and admin interface
Build & Push Docker Image / build (push) Successful in 6m14s
2026-02-27 15:54:41 +01:00
Michelle d7d7991ff0 more details with federation
Build & Push Docker Image / build (push) Has been cancelled
2026-02-27 15:51:46 +01:00
Michelle e5b6c225e9 New federation features
Build & Push Docker Image / build (push) Successful in 5m58s
2026-02-27 15:24:18 +01:00
Michelle c5a6a15731 feat: implement federation for inter-instance meeting invitations with dedicated API, UI, and configuration. 2026-02-27 12:53:20 +01:00
Michelle a35b708cbf add theme in index.css
Build & Push Docker Image / build (push) Successful in 1m11s
2026-02-26 18:11:59 +01:00
Michelle 0b9bba2285 try to add new theme
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-26 14:49:29 +01:00
Michelle 32cc4d724b Add defaultWelcome lang string
Build & Push Docker Image / build (push) Successful in 1m19s
2026-02-26 09:53:29 +01:00
Michelle 8be973a166 Add mail verification and use .env insteads of environment in compose
Build & Push Docker Image / build (push) Has been cancelled
2026-02-24 20:35:08 +01:00
Michelle 3898bf1b4b fix branding again
Build & Push Docker Image / build (push) Successful in 1m7s
2026-02-24 19:52:34 +01:00
Michelle cd98ee4cc7 add branding option
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-24 19:43:59 +01:00
Michelle d8dcb6e628 Add sharing rooms
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:32:57 +01:00
Michelle 49769d4b51 change guest access
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:14:55 +01:00
Michelle cf74ed31af some fixing
Build & Push Docker Image / build (push) Successful in 1m6s
2026-02-24 18:55:21 +01:00
Michelle 44ebdcb8ee fix language selection and missing locales
Build & Push Docker Image / build (push) Successful in 1m7s
Build & Push Docker Image / build (release) Successful in 1m10s
2026-02-24 18:40:22 +01:00
Michelle 54d6ee553a Init v1.0.0
Build & Push Docker Image / build (push) Failing after 53s
2026-02-24 18:14:16 +01:00