Commit Graph

92 Commits

Author SHA1 Message Date
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 bac4e8ae7c chore: update dependencies and enhance datetime picker styling
Build & Push Docker Image / build (push) Successful in 6m27s
- Updated `multer` to version 2.1.0 and `@vitejs/plugin-react` to version 4.7.0 in package.json.
- Updated `vite` to version 6.4.1.
- Enhanced CSS for various themes to include `color-scheme` and `--picker-icon-filter` properties for better datetime picker integration.
- Refactored Calendar component to include styled datetime picker with icons for start and end time inputs.
- Improved timezone display for better user experience.
2026-03-04 09:54:07 +01:00
Michelle 43d94181f9 feat: add getBaseUrl function for consistent base URL generation across routes
Build & Push Docker Image / build (push) Successful in 6m28s
feat(calendar): display local timezone in calendar view
feat(i18n): add timezone label to German and English translations
2026-03-04 09:44:02 +01:00
Michelle 61274d31f1 feat(calendar): implement local date string formatting for event filtering
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-04 09:31:45 +01:00
Michelle 3d21967681 fix(caldav): update legacy token migration to set token as empty string
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-04 09:26:22 +01:00
Michelle 2d919cdc67 feat(caldav): add token_hash column and store SHA-256 hashed tokens
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-04 09:17:31 +01:00
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 d886725c4f feat(migration): add Greenlight to Redlight migration script
Build & Push Docker Image / build (push) Successful in 6m29s
2026-03-03 12:34:35 +01:00
Michelle f3ef490012 feat(caldav): enhance eventToICS function to include join links and organizer details
Build & Push Docker Image / build (push) Successful in 6m24s
2026-03-03 12:13:36 +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 df82316097 feat(federation): update federation configuration comments for clarity and key path details
Build & Push Docker Image / build (push) Successful in 6m29s
Build & Push Docker Image / build (release) Successful in 6m29s
1.4.0
2026-03-02 23:04:51 +01:00
Michelle e4001cb33f feat(federation): update key path handling and ensure directory creation for federation keys
Build & Push Docker Image / build (push) Has been cancelled
2026-03-02 23:01:15 +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 9275c20d19 feat(outlook-addin): remove deprecated version overrides and add new icon assets
Build & Push Docker Image / build (push) Successful in 6m4s
2026-03-02 11:38:15 +01:00
Michelle af7540eb8c feat(outlook-addin): serve static files and prevent SPA routing for add-in paths
Build & Push Docker Image / build (push) Successful in 6m6s
2026-03-02 11:31:56 +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 bfec8de195 fix(database): modify admin seeded setting insertion to return key
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-01 13:20:27 +01:00
Michelle 25b13b4078 fix(database): prevent duplicate admin creation during database initialization
Build & Push Docker Image / build (push) Successful in 6m17s
2026-03-01 13:09:22 +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
1.3.0
2026-03-01 12:53:45 +01:00
Michelle 8c39275615 fix(database): update user creation query to include display_name field
Build & Push Docker Image / build (push) Successful in 6m21s
2026-03-01 12:32:25 +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
1.2.1
2026-03-01 12:20:14 +01:00
Michelle 89b2a853d3 Bump version to 1.2.0 in package.json, package-lock.json, and federation.js
Build & Push Docker Image / build (push) Successful in 6m20s
Build & Push Docker Image / build (release) Successful in 6m23s
1.2.0
2026-02-28 23:15:13 +01:00
Michelle ed8fb134ad Enhance logging in API calls and request/response middleware with sensitive data filtering and compact format
Build & Push Docker Image / build (push) Successful in 6m28s
2026-02-28 21:24:25 +01:00
Michelle 8e18149ad1 Add request/response logging middleware to enhance auditing and debugging
Build & Push Docker Image / build (push) Successful in 6m25s
2026-02-28 20:43:18 +01:00
Michelle 1cff066c17 Refactor theme and language validation to use basic format checks instead of allowlists
Build & Push Docker Image / build (push) Successful in 6m22s
2026-02-28 20:30:11 +01:00
Michelle c281628fdc Update README and configuration to replace RSA with Ed25519 for federation security
Build & Push Docker Image / build (push) Successful in 6m30s
2026-02-28 20:19:59 +01:00
Michelle 2831f80ab4 Update README.md to reflect new features, security enhancements, and environment variable requirements
Build & Push Docker Image / build (push) Successful in 6m24s
2026-02-28 20:11:14 +01:00
Michelle 1fb999d73b Refactor theme validation to dynamically import themes from the source directory
Build & Push Docker Image / build (push) Successful in 6m20s
2026-02-28 20:02:15 +01:00
Michelle 7466f3513d Enhance security and validation across multiple routes:
Build & Push Docker Image / build (push) Successful in 6m25s
- 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.
2026-02-28 19:49:29 +01:00
Michelle 616442a82a Add TRUST_PROXY configuration for reverse proxy settings
Build & Push Docker Image / build (push) Successful in 6m28s
2026-02-28 19:25:08 +01:00
Michelle 5cb8201fb5 Update Redis configuration to allow unlimited retries and disable offline queue
Build & Push Docker Image / build (push) Successful in 6m5s
2026-02-28 14:17:01 +01:00