Commit Graph
37 Commits
Author SHA1 Message Date
Michelle 4028e913c4 refactor: update class names for consistency and improve styling
Build & Push Docker Image / build (push) Successful in 4m21s
- Changed `flex-shrink-0` to `shrink-0` in multiple components for better consistency.
- Updated button and checkbox classes to use `rounded-sm` for a more uniform appearance.
- Adjusted backdrop blur classes for modals to `backdrop-blur-xs` for a subtler effect.
- Removed unused Tailwind CSS configuration file.
2026-05-18 13:07:26 +02:00
Michelle bb2d179871 style: Update button styling and icon size in RecordingList component for improved UI
Build & Push Docker Image / build (push) Successful in 4m29s
2026-03-24 11:28:15 +01:00
Michelle cae84754e4 feat: add analytics visibility settings and export functionality
Build & Push Docker Image / build (push) Successful in 5m11s
- Added `analytics_visibility` column to `rooms` table to control who can view analytics data.
- Updated analytics routes to check visibility settings before allowing access and export of analytics data.
- Implemented export functionality for analytics in CSV, XLSX, and PDF formats.
- Enhanced `AnalyticsList` component to include export options for analytics entries.
- Updated room detail page to allow setting analytics visibility when creating or editing rooms.
- Added translations for new analytics visibility options and export messages.
2026-03-13 22:36:07 +01:00
Michelle 00e563664e feat(analytics): enhance analytics functionality with token validation and data extraction
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-13 10:34:39 +01:00
Michelle 7ef173c49e feat(analytics): implement learning analytics feature with data collection and display
Build & Push Docker Image / build (push) Successful in 6m33s
2026-03-13 09:46:15 +01:00
Michelle 71557280f5 feat(sidebar): update user initials display to show first two letters of first and last name
Build & Push Docker Image / build (push) Successful in 6m32s
2026-03-10 22:50:47 +01:00
Michelle 6aa01d39f4 feat(DateTimePicker): optimize onChange handling with ref for improved performance
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-04 13:25:53 +01:00
Michelle bb4da19f4f feat(Sidebar): update BrandLogo size for improved layout
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-04 13:11:55 +01:00
Michelle e3a5f21c8b feat(DateTimePicker): import flatpickr CSS for improved styling
Build & Push Docker Image / build (push) Successful in 6m33s
2026-03-04 12:41:36 +01:00
Michelle 014de634b1 feat(DateTimePicker): integrate flatpickr for enhanced date/time selection and theming
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-04 12:33:51 +01:00
Michelle 268f6d0c5a feat(DateTimePicker): replace custom date/time picker with native inputs for improved theming and accessibility
Build & Push Docker Image / build (push) Successful in 6m50s
2026-03-04 12:17:42 +01:00
Michelle 7018c5579f feat(DateTimePicker): add fixed strategy to popperProps for improved positioning
Build & Push Docker Image / build (push) Successful in 6m30s
2026-03-04 11:55:48 +01:00
Michelle 2a7754dd56 feat(DateTimePicker): add return statement to render DateTimePicker component
Build & Push Docker Image / build (push) Successful in 6m48s
2026-03-04 11:14:04 +01:00
Michelle a78fc06f2b feat(DateTimePicker): implement calendar open handler to preserve scroll position
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
Michelle 15bfcc80c3 feat(DateTimePicker): remove custom popper container and adjust z-index for improved layout
Build & Push Docker Image / build (push) Successful in 7m4s
2026-03-04 11:00:39 +01:00
Michelle fcb83a9b72 feat(DateTimePicker): implement custom popper container for improved layout handling
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
Michelle 0d84610e3b feat(BrandLogo): enhance logo sizing and visibility based on app name visibility
Build & Push Docker Image / build (push) Successful in 6m57s
2026-03-04 10:23:23 +01:00
Michelle ce2cf499dc feat: implement hide app name feature with toggle in admin settings and update branding context
Build & Push Docker Image / build (push) Has been cancelled
2026-03-04 10:11:35 +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 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 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 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 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 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 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 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 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 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 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 cf74ed31af some fixing
Build & Push Docker Image / build (push) Successful in 1m6s
2026-02-24 18:55:21 +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