Commit Graph

  • 8cbe28f915 chore: bump version to 2.1.2 and update user name handling in GuestJoin component main 2.1.2 Michelle 2026-03-26 09:40:41 +01:00
  • 5472e190d9 chore: Bump version to 2.1.1 2.1.1 Michelle 2026-03-25 11:34:38 +01:00
  • 45be976de1 Don't show guestWaitingMessage when "anyone_can_start" is set Michelle 2026-03-25 10:13:02 +01:00
  • 6dcb1e959b feat: allow guests to start a room if anyone_can_start is enabled Michelle 2026-03-25 09:55:47 +01:00
  • bb2d179871 style: Update button styling and icon size in RecordingList component for improved UI Michelle 2026-03-24 11:28:15 +01:00
  • 82b7d060ba Merge remote-tracking branch 'refs/remotes/origin/main' Michelle 2026-03-16 13:32:45 +01:00
  • 0836436fe7 feat: Implement Two-Factor Authentication (2FA) for enhanced user account security. Michelle 2026-03-16 13:28:43 +01:00
  • 99d3b22f62 chore: update bcryptjs and better-sqlite3 dependencies; upgrade dotenv version 2.1.0 Michelle 2026-03-13 23:00:38 +01:00
  • eed5d98ccc chore: update dependencies for Vite and React plugin Michelle 2026-03-13 22:48:08 +01:00
  • 6513fdee41 fix(Dockerfile): update base image and streamline build stages Michelle 2026-03-13 22:41:18 +01:00
  • cae84754e4 feat: add analytics visibility settings and export functionality Michelle 2026-03-13 22:36:07 +01:00
  • a0a972b53a fix(NotificationContext): ensure audio playback is unlocked only for authenticated users Michelle 2026-03-13 13:00:54 +01:00
  • 9b98803053 fix(NotificationContext): handle user ID for notifications fetching and prevent stale responses Michelle 2026-03-13 12:43:20 +01:00
  • e43e7f5fc5 fix: update license information to GNU GPL v3 in README, package.json, and package-lock.json fix: Add valkey to compose in case system is too old for DragonflyDB 2.0.0 Michelle 2026-03-13 12:11:32 +01:00
  • 5731e6a9a8 change README again Michelle 2026-03-13 11:59:59 +01:00
  • fa8292263c chore: update version to 2.0.0 in package files and README Michelle 2026-03-13 11:57:29 +01:00
  • 4bc3403040 fix(README): correct warning message formatting for clarity Michelle 2026-03-13 11:54:25 +01:00
  • e4f596f8c3 change README Michelle 2026-03-13 11:52:55 +01:00
  • 00e563664e feat(analytics): enhance analytics functionality with token validation and data extraction Michelle 2026-03-13 10:34:39 +01:00
  • 41ad3e037a feat(rooms): add learning analytics field to room update request Michelle 2026-03-13 10:09:11 +01:00
  • 7ef173c49e feat(analytics): implement learning analytics feature with data collection and display Michelle 2026-03-13 09:46:15 +01:00
  • 530377272b feat(theme): add cotton candy light theme with custom colors Michelle 2026-03-12 14:05:15 +01:00
  • 52f122a98a Merge remote-tracking branch 'refs/remotes/origin/main' Michelle 2026-03-12 10:31:46 +01:00
  • c2dcb02e9b bugfix red-modular-light theme Michelle 2026-03-12 10:30:52 +01:00
  • 71557280f5 feat(sidebar): update user initials display to show first two letters of first and last name Michelle 2026-03-10 22:50:47 +01:00
  • 03e484b8c6 feat(auth): improve logout process to redirect to Keycloak before clearing user state Michelle 2026-03-10 22:41:27 +01:00
  • 14ed0c3689 feat(toaster): adjust container style for improved toast positioning Michelle 2026-03-10 22:28:47 +01:00
  • 5fc64330e0 feat(migration): enhance migration script to include site settings, branding, and OAuth configuration Michelle 2026-03-10 22:25:53 +01:00
  • 3ab7ab6a70 feat(auth): enhance logout process to support RP-Initiated Logout for OIDC users Michelle 2026-03-10 22:19:01 +01:00
  • a7b0b84f2d feat(database): modify PostgreSQL insert query to return the entire inserted row for tables without an "id" column Michelle 2026-03-10 15:14:03 +01:00
  • 11d3972a74 feat(caldav): implement service discovery for CalDAV with redirection Michelle 2026-03-04 22:33:43 +01:00
  • d8c52aae4e feat(database): make token column nullable in caldav_tokens table for improved flexibility Michelle 2026-03-04 22:24:11 +01:00
  • f16fd9aef2 feat(i18n): update hero title in English and German for consistency Michelle 2026-03-04 13:52:30 +01:00
  • 8edcb7d3df feat(calendar): store only token hash in database to enhance security Michelle 2026-03-04 13:41:40 +01:00
  • 6aa01d39f4 feat(DateTimePicker): optimize onChange handling with ref for improved performance Michelle 2026-03-04 13:25:53 +01:00
  • bb4da19f4f feat(Sidebar): update BrandLogo size for improved layout Michelle 2026-03-04 13:11:55 +01:00
  • e8d8ccda42 feat(Home): update text for branding and hero title in multiple languages Michelle 2026-03-04 13:08:23 +01:00
  • 1d647d0a36 feat(DateTimePicker): update styles for month navigation and current month display Michelle 2026-03-04 12:54:18 +01:00
  • e3a5f21c8b feat(DateTimePicker): import flatpickr CSS for improved styling Michelle 2026-03-04 12:41:36 +01:00
  • 014de634b1 feat(DateTimePicker): integrate flatpickr for enhanced date/time selection and theming Michelle 2026-03-04 12:33:51 +01:00
  • 268f6d0c5a feat(DateTimePicker): replace custom date/time picker with native inputs for improved theming and accessibility Michelle 2026-03-04 12:17:42 +01:00
  • 7018c5579f feat(DateTimePicker): add fixed strategy to popperProps for improved positioning Michelle 2026-03-04 11:55:48 +01:00
  • 2a7754dd56 feat(DateTimePicker): add return statement to render DateTimePicker component Michelle 2026-03-04 11:14:04 +01:00
  • a78fc06f2b feat(DateTimePicker): implement calendar open handler to preserve scroll position feat(Modal): remove max height restriction for modal body style: clean up z-index for datepicker popper Michelle 2026-03-04 11:12:56 +01:00
  • 15bfcc80c3 feat(DateTimePicker): remove custom popper container and adjust z-index for improved layout Michelle 2026-03-04 11:00:39 +01:00
  • fcb83a9b72 feat(DateTimePicker): implement custom popper container for improved layout handling 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 Michelle 2026-03-04 10:49:17 +01:00
  • a69b2e4d9a feat(database): update reminder_sent_at column type for calendar_events based on database type Michelle 2026-03-04 10:33:55 +01:00
  • 0d84610e3b feat(BrandLogo): enhance logo sizing and visibility based on app name visibility Michelle 2026-03-04 10:23:23 +01:00
  • 8823f8789e feat(calendar): add reminder functionality for events with notifications Michelle 2026-03-04 10:18:43 +01:00
  • ce2cf499dc feat: implement hide app name feature with toggle in admin settings and update branding context Michelle 2026-03-04 10:11:35 +01:00
  • bac4e8ae7c chore: update dependencies and enhance datetime picker styling Michelle 2026-03-04 09:54:07 +01:00
  • 43d94181f9 feat: add getBaseUrl function for consistent base URL generation across routes feat(calendar): display local timezone in calendar view feat(i18n): add timezone label to German and English translations Michelle 2026-03-04 09:44:02 +01:00
  • 61274d31f1 feat(calendar): implement local date string formatting for event filtering Michelle 2026-03-04 09:31:45 +01:00
  • 3d21967681 fix(caldav): update legacy token migration to set token as empty string Michelle 2026-03-04 09:26:22 +01:00
  • 2d919cdc67 feat(caldav): add token_hash column and store SHA-256 hashed tokens Michelle 2026-03-04 09:17:31 +01:00
  • 6e301e2928 feat(notfound): add NotFound page with 404 handling and localization Michelle 2026-03-04 08:57:21 +01:00
  • cdfc585c8a feat: implement OAuth 2.0 / OpenID Connect support Michelle 2026-03-04 08:54:25 +01:00
  • e22a895672 feat(security): enhance input validation and security measures across various routes Michelle 2026-03-04 08:39:29 +01:00
  • ba096a31a2 feat(room): add copy link functionality with options for room and guest links Michelle 2026-03-03 14:23:57 +01:00
  • d886725c4f feat(migration): add Greenlight to Redlight migration script Michelle 2026-03-03 12:34:35 +01:00
  • f3ef490012 feat(caldav): enhance eventToICS function to include join links and organizer details Michelle 2026-03-03 12:13:36 +01:00
  • ddc0c684ec feat(caldav): implement CalDAV support with token management and calendar operations Michelle 2026-03-03 11:41:35 +01:00
  • 68f31467af feat(theme): add new themes for Everforest, Kanagawa, Ayu, Moonlight, and Cyberpunk Michelle 2026-03-03 11:28:35 +01:00
  • 05f2941b16 fix(room): prevent click event propagation on actions container Michelle 2026-03-03 10:38:48 +01:00
  • 4bb22be496 feat(room): enforce minimum room name length of 2 characters in creation and editing Michelle 2026-03-03 10:02:28 +01:00
  • 1c9c5224ae feat(room): add copy link functionality with clipboard support and update translations Michelle 2026-03-03 09:00:50 +01:00
  • 2b8c179d03 Add waiting queue for guest join with sound Michelle 2026-03-03 06:38:01 +01:00
  • df82316097 feat(federation): update federation configuration comments for clarity and key path details 1.4.0 Michelle 2026-03-02 23:04:51 +01:00
  • e4001cb33f feat(federation): update key path handling and ensure directory creation for federation keys Michelle 2026-03-02 23:01:15 +01:00
  • 4a4ec0a3a3 feat(i18n): add German and English email templates for invitations and verifications Michelle 2026-03-02 18:55:38 +01:00
  • 9be3be7712 feat(notifications): add notification sound playback for new alerts and include sound file documentation Michelle 2026-03-02 18:32:47 +01:00
  • dc7a78badb feat(notifications): add delete functionality for individual and all notifications feat(guest-join): support access code in guest join URL Michelle 2026-03-02 18:17:13 +01:00
  • 272c5dc2cc feat(branding): add imprint and privacy links to GuestJoin and Home components Michelle 2026-03-02 16:57:02 +01:00
  • c13090bc80 feat(notifications): implement notification system with CRUD operations and UI integration Michelle 2026-03-02 16:45:53 +01:00
  • 304349fce8 feat(sidebar): enhance user avatar display with image support and overflow handling Michelle 2026-03-02 16:22:20 +01:00
  • b5218046c9 Refactor code and improve internationalization support Michelle 2026-03-02 16:14:54 +01:00
  • c2c10f9a4b feat(calendar): implement local calendar invitations with email notifications Michelle 2026-03-02 14:37:54 +01:00
  • d989e1291d feat: implement calendar invitation system with creation, acceptance, and management features Michelle 2026-03-02 13:57:56 +01:00
  • 62a3812424 feat: update red modular light theme colors for improved consistency Michelle 2026-03-02 11:59:31 +01:00
  • 2a8ded5211 feat(outlook-addin): remove add-in files and update server to prevent serving static files 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 Michelle 2026-03-02 11:49:01 +01:00
  • 9275c20d19 feat(outlook-addin): remove deprecated version overrides and add new icon assets Michelle 2026-03-02 11:38:15 +01:00
  • af7540eb8c feat(outlook-addin): serve static files and prevent SPA routing for add-in paths Michelle 2026-03-02 11:31:56 +01:00
  • 13c60ba052 feat: add calendar component with event management features including create, edit, delete, and share functionalities Michelle 2026-03-02 10:35:01 +01:00
  • fae46c8395 feat(admin): add context menu for user actions with dynamic positioning Michelle 2026-03-01 14:18:21 +01:00
  • bfec8de195 fix(database): modify admin seeded setting insertion to return key Michelle 2026-03-01 13:20:27 +01:00
  • 25b13b4078 fix(database): prevent duplicate admin creation during database initialization Michelle 2026-03-01 13:09:22 +01:00
  • df4666bb63 feat(invite-system): implement user invite functionality with registration mode control 1.3.0 Michelle 2026-03-01 12:53:45 +01:00
  • 8c39275615 fix(database): update user creation query to include display_name field Michelle 2026-03-01 12:32:25 +01:00
  • 57bb1fb696 feat(logging): implement centralized logging system and replace console errors with structured logs 1.2.1 Michelle 2026-03-01 12:20:14 +01:00
  • 89b2a853d3 Bump version to 1.2.0 in package.json, package-lock.json, and federation.js 1.2.0 Michelle 2026-02-28 23:15:13 +01:00
  • ed8fb134ad Enhance logging in API calls and request/response middleware with sensitive data filtering and compact format Michelle 2026-02-28 21:24:25 +01:00
  • 8e18149ad1 Add request/response logging middleware to enhance auditing and debugging Michelle 2026-02-28 20:43:18 +01:00
  • 1cff066c17 Refactor theme and language validation to use basic format checks instead of allowlists Michelle 2026-02-28 20:30:11 +01:00
  • c281628fdc Update README and configuration to replace RSA with Ed25519 for federation security Michelle 2026-02-28 20:19:59 +01:00
  • 2831f80ab4 Update README.md to reflect new features, security enhancements, and environment variable requirements Michelle 2026-02-28 20:11:14 +01:00
  • 1fb999d73b Refactor theme validation to dynamically import themes from the source directory Michelle 2026-02-28 20:02:15 +01:00
  • 7466f3513d Enhance security and validation across multiple routes: - Escape XML and HTML special characters to prevent injection attacks. - Implement rate limiting for various endpoints to mitigate abuse. - Add validation for email formats, password lengths, and field limits. - Ensure proper access control for recordings and room management. Michelle 2026-02-28 19:49:29 +01:00
  • 616442a82a Add TRUST_PROXY configuration for reverse proxy settings Michelle 2026-02-28 19:25:08 +01:00
  • 5cb8201fb5 Update Redis configuration to allow unlimited retries and disable offline queue Michelle 2026-02-28 14:17:01 +01:00
  • 3556aaede7 Add DragonflyDB integration for JWT revocation and implement rate limiting for authentication routes Michelle 2026-02-28 13:37:27 +01:00