Commit Graph
102 Commits
Author SHA1 Message Date
MichelleandClaude Opus 4.8 7dd834cd35 Harden server security, rework landing page and refresh branding
Build & Push Docker Image / build (push) Successful in 4m3s
Security:
- rooms: rate-limit /invite-email (SMTP spam relay), validate share
  target user exists, guard timingSafeEqual against length mismatch
  in the presentation route (500 -> 403)
- analytics: verify callback token before parsing the 5mb body so
  unauthenticated callers cannot buffer large payloads
- caldav: rate-limit failed Basic-Auth attempts (token brute force),
  lowercase email lookup, case-insensitive principal check
- auth: fall back to the in-memory rate-limit store when Redis is
  unavailable; previously every rate-limited endpoint (incl. login)
  returned 500 when the Redis connection was down

UI/copy:
- Home: factual hero copy and feature cards (6 instead of 9), fix
  double-rendered feature icon, remove fake stats row and pill badge;
  keep the background gradient and card layout
- i18n: consistent informal tone, drop trailing exclamation marks
  from status toasts, remove emoji from transactional emails
- new favicon (logo.svg), restore theme-based default brand logo

Chore:
- gitignore SQLite WAL/SHM files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 10:14:36 +02:00
Michelle 4621010bd7 feat: add dark mode support for meeting join and start processes
Build & Push Docker Image / build (push) Successful in 4m14s
2026-06-11 09:27:34 +02:00
Michelle fbbcd79719 fix: prevent focus loss by using ref for onClose in Modal component
Build & Push Docker Image / build (push) Successful in 4m6s
Build & Push Docker Image / build (release) Successful in 4m12s
2026-06-03 10:40:38 +02:00
Michelle 7f48685717 Enhance accessibility and improve form semantics across multiple pages
Build & Push Docker Image / build (push) Successful in 4m4s
- Added `htmlFor` attributes to labels for better accessibility in Calendar, Dashboard, GuestJoin, Login, Register, RoomDetail, and Settings pages.
- Included `aria-hidden` attributes for icons to improve screen reader experience.
- Set `autoComplete` attributes for input fields to enhance user experience during form filling.
- Implemented `role` and `aria` attributes for radio groups and buttons to improve accessibility compliance.
2026-05-28 10:07:19 +02:00
Michelle cff5398ebd fix: restore pointer cursor for buttons in index.css
Build & Push Docker Image / build (push) Successful in 4m10s
2026-05-28 09:22:50 +02:00
Michelle 109e75d976 fix: add .claude/ to .gitignore and update cursor styles for button utilities in index.css
Build & Push Docker Image / build (push) Failing after 19m25s
2026-05-28 09:08:17 +02:00
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 de696d422a fix: anyone_can_start not working as Admin
Build & Push Docker Image / build (push) Successful in 4m24s
2026-04-23 09:32:55 +02:00
Michelle 995d6eabf7 feat: remove unnecessary footer text from home page
Build & Push Docker Image / build (push) Successful in 4m19s
2026-04-09 14:01:01 +02:00
Michelle 9ee4f84d84 feat: update home page features with federation, calendar, notifications, OAuth, and analytics support
Build & Push Docker Image / build (push) Successful in 4m24s
2026-04-09 13:52:33 +02:00
Michelle e0ce354eda feat: improve email invitation label for clarity and add navigation on guest join
Build & Push Docker Image / build (push) Successful in 4m19s
2026-04-02 01:03:18 +02:00
Michelle 1690a74c19 feat: add email invitation functionality for guests with support for multiple addresses
Build & Push Docker Image / build (push) Successful in 4m21s
2026-04-02 00:54:57 +02:00
Michelle 61585d8c63 feat: add functionality to display all rooms with search and modal support in admin panel
Build & Push Docker Image / build (push) Successful in 4m17s
2026-04-01 12:05:51 +02:00
Michelle d04793148a feat: add room management functionality for admins with listing and deletion options
Build & Push Docker Image / build (push) Successful in 4m12s
2026-04-01 11:54:10 +02:00
Michelle 9bf4228d04 fix: update presentation display to show filename instead of name
Build & Push Docker Image / build (push) Successful in 4m21s
2026-04-01 11:34:48 +02:00
Michelle 30f106a7ea fix: guest join doesn't add avatar when logged in
Build & Push Docker Image / build (push) Successful in 4m27s
2026-03-31 09:36:13 +02:00
Michelle 8cbe28f915 chore: bump version to 2.1.2 and update user name handling in GuestJoin component
Build & Push Docker Image / build (push) Successful in 4m28s
Build & Push Docker Image / build (release) Successful in 4m20s
2026-03-26 09:40:41 +01:00
Michelle 45be976de1 Don't show guestWaitingMessage when "anyone_can_start" is set
Build & Push Docker Image / build (push) Successful in 4m14s
2026-03-25 10:13:02 +01:00
Michelle 6dcb1e959b feat: allow guests to start a room if anyone_can_start is enabled
Build & Push Docker Image / build (push) Successful in 4m58s
2026-03-25 09:55:47 +01: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 82b7d060ba Merge remote-tracking branch 'refs/remotes/origin/main'
Build & Push Docker Image / build (push) Successful in 4m34s
2026-03-16 13:32:45 +01:00
Michelle 0836436fe7 feat: Implement Two-Factor Authentication (2FA) for enhanced user account security. 2026-03-16 13:28:43 +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 a0a972b53a fix(NotificationContext): ensure audio playback is unlocked only for authenticated users
Build & Push Docker Image / build (push) Successful in 6m32s
2026-03-13 13:00:54 +01:00
Michelle 9b98803053 fix(NotificationContext): handle user ID for notifications fetching and prevent stale responses
Build & Push Docker Image / build (push) Successful in 6m6s
2026-03-13 12:43:20 +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 530377272b feat(theme): add cotton candy light theme with custom colors
Build & Push Docker Image / build (push) Successful in 6m28s
2026-03-12 14:05:15 +01:00
Michelle 52f122a98a Merge remote-tracking branch 'refs/remotes/origin/main'
Build & Push Docker Image / build (push) Successful in 6m30s
2026-03-12 10:31:46 +01:00
Michelle c2dcb02e9b bugfix red-modular-light theme 2026-03-12 10:30:52 +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 03e484b8c6 feat(auth): improve logout process to redirect to Keycloak before clearing user state
Build & Push Docker Image / build (push) Successful in 6m24s
2026-03-10 22:41:27 +01:00
Michelle 14ed0c3689 feat(toaster): adjust container style for improved toast positioning
Build & Push Docker Image / build (push) Successful in 6m30s
2026-03-10 22:28:47 +01:00
Michelle 3ab7ab6a70 feat(auth): enhance logout process to support RP-Initiated Logout for OIDC users
Build & Push Docker Image / build (push) Successful in 6m35s
2026-03-10 22:19:01 +01:00
Michelle f16fd9aef2 feat(i18n): update hero title in English and German for consistency
Build & Push Docker Image / build (push) Successful in 6m26s
2026-03-04 13:52:30 +01:00
Michelle 8edcb7d3df feat(calendar): store only token hash in database to enhance security
Build & Push Docker Image / build (push) Successful in 6m25s
feat(federation): escape LIKE special characters in originDomain to prevent wildcard injection

feat(oauth): redirect with token in hash fragment to avoid exposure in logs

feat(OAuthCallback): retrieve token from hash fragment for improved security
2026-03-04 13:41:40 +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 e8d8ccda42 feat(Home): update text for branding and hero title in multiple languages
Build & Push Docker Image / build (push) Has been cancelled
2026-03-04 13:08:23 +01:00
Michelle 1d647d0a36 feat(DateTimePicker): update styles for month navigation and current month display
Build & Push Docker Image / build (push) Successful in 6m30s
2026-03-04 12:54:18 +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 8823f8789e feat(calendar): add reminder functionality for events with notifications
Build & Push Docker Image / build (push) Has been cancelled
2026-03-04 10:18:43 +01:00