Commit Graph

34 Commits

Author SHA1 Message Date
00e563664e feat(analytics): enhance analytics functionality with token validation and data extraction
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-13 10:34:39 +01:00
7ef173c49e feat(analytics): implement learning analytics feature with data collection and display
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m33s
2026-03-13 09:46:15 +01:00
71557280f5 feat(sidebar): update user initials display to show first two letters of first and last name
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m32s
2026-03-10 22:50:47 +01:00
6aa01d39f4 feat(DateTimePicker): optimize onChange handling with ref for improved performance
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-04 13:25:53 +01:00
bb4da19f4f feat(Sidebar): update BrandLogo size for improved layout
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-04 13:11:55 +01:00
e3a5f21c8b feat(DateTimePicker): import flatpickr CSS for improved styling
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m33s
2026-03-04 12:41:36 +01:00
014de634b1 feat(DateTimePicker): integrate flatpickr for enhanced date/time selection and theming
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-04 12:33:51 +01:00
268f6d0c5a feat(DateTimePicker): replace custom date/time picker with native inputs for improved theming and accessibility
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m50s
2026-03-04 12:17:42 +01:00
7018c5579f feat(DateTimePicker): add fixed strategy to popperProps for improved positioning
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
2026-03-04 11:55:48 +01:00
2a7754dd56 feat(DateTimePicker): add return statement to render DateTimePicker component
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m48s
2026-03-04 11:14:04 +01:00
a78fc06f2b feat(DateTimePicker): implement calendar open handler to preserve scroll position
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
feat(Modal): remove max height restriction for modal body
style: clean up z-index for datepicker popper
2026-03-04 11:12:56 +01:00
15bfcc80c3 feat(DateTimePicker): remove custom popper container and adjust z-index for improved layout
All checks were successful
Build & Push Docker Image / build (push) Successful in 7m4s
2026-03-04 11:00:39 +01:00
fcb83a9b72 feat(DateTimePicker): implement custom popper container for improved layout handling
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m58s
feat(Modal): enhance modal styling with rounded corners and improved overflow handling
style: adjust z-index for datepicker popper to ensure proper layering above modals
2026-03-04 10:49:17 +01:00
0d84610e3b feat(BrandLogo): enhance logo sizing and visibility based on app name visibility
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m57s
2026-03-04 10:23:23 +01:00
ce2cf499dc feat: implement hide app name feature with toggle in admin settings and update branding context
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
2026-03-04 10:11:35 +01:00
ba096a31a2 feat(room): add copy link functionality with options for room and guest links
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
2026-03-03 14:23:57 +01:00
05f2941b16 fix(room): prevent click event propagation on actions container
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-03 10:38:48 +01:00
1c9c5224ae feat(room): add copy link functionality with clipboard support and update translations
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-03 09:00:50 +01:00
dc7a78badb feat(notifications): add delete functionality for individual and all notifications
All checks were successful
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
c13090bc80 feat(notifications): implement notification system with CRUD operations and UI integration
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-02 16:45:53 +01:00
304349fce8 feat(sidebar): enhance user avatar display with image support and overflow handling
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-02 16:22:20 +01:00
13c60ba052 feat: add calendar component with event management features including create, edit, delete, and share functionalities
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
2026-03-02 10:35:01 +01:00
57bb1fb696 feat(logging): implement centralized logging system and replace console errors with structured logs
Some checks failed
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
ed97587248 Add federated room detail page and improve address parsing in invites
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m18s
2026-02-27 17:42:37 +01:00
9814150ba8 Add verification resend timestamp and cooldown handling for email verification
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m13s
2026-02-27 17:23:22 +01:00
a7af7d0e6f Add presentation upload and management features to room functionality
Some checks failed
Build & Push Docker Image / build (push) Failing after 1m11s
2026-02-27 16:37:57 +01:00
9be9938f02 Add display name support for user management and update related components
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m2s
2026-02-27 16:29:23 +01:00
d7d7991ff0 more details with federation
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
2026-02-27 15:51:46 +01:00
e5b6c225e9 New federation features
All checks were successful
Build & Push Docker Image / build (push) Successful in 5m58s
2026-02-27 15:24:18 +01:00
c5a6a15731 feat: implement federation for inter-instance meeting invitations with dedicated API, UI, and configuration. 2026-02-27 12:53:20 +01:00
cd98ee4cc7 add branding option
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-24 19:43:59 +01:00
d8dcb6e628 Add sharing rooms
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:32:57 +01:00
cf74ed31af some fixing
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m6s
2026-02-24 18:55:21 +01:00
54d6ee553a Init v1.0.0
Some checks failed
Build & Push Docker Image / build (push) Failing after 53s
2026-02-24 18:14:16 +01:00