4bb22be496
feat(room): enforce minimum room name length of 2 characters in creation and editing
Michelle2026-03-03 10:02:28 +01:00
1c9c5224ae
feat(room): add copy link functionality with clipboard support and update translations
Michelle2026-03-03 09:00:50 +01:00
2b8c179d03
Add waiting queue for guest join with sound
Michelle2026-03-03 06:38:01 +01:00
df82316097
feat(federation): update federation configuration comments for clarity and key path details
1.4.0
Michelle2026-03-02 23:04:51 +01:00
e4001cb33f
feat(federation): update key path handling and ensure directory creation for federation keys
Michelle2026-03-02 23:01:15 +01:00
4a4ec0a3a3
feat(i18n): add German and English email templates for invitations and verifications
Michelle2026-03-02 18:55:38 +01:00
9be3be7712
feat(notifications): add notification sound playback for new alerts and include sound file documentation
Michelle2026-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
Michelle2026-03-02 18:17:13 +01:00
272c5dc2cc
feat(branding): add imprint and privacy links to GuestJoin and Home components
Michelle2026-03-02 16:57:02 +01:00
c13090bc80
feat(notifications): implement notification system with CRUD operations and UI integration
Michelle2026-03-02 16:45:53 +01:00
304349fce8
feat(sidebar): enhance user avatar display with image support and overflow handling
Michelle2026-03-02 16:22:20 +01:00
b5218046c9
Refactor code and improve internationalization support
Michelle2026-03-02 16:14:54 +01:00
c2c10f9a4b
feat(calendar): implement local calendar invitations with email notifications
Michelle2026-03-02 14:37:54 +01:00
d989e1291d
feat: implement calendar invitation system with creation, acceptance, and management features
Michelle2026-03-02 13:57:56 +01:00
62a3812424
feat: update red modular light theme colors for improved consistency
Michelle2026-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
Michelle2026-03-02 11:49:01 +01:00
9275c20d19
feat(outlook-addin): remove deprecated version overrides and add new icon assets
Michelle2026-03-02 11:38:15 +01:00
af7540eb8c
feat(outlook-addin): serve static files and prevent SPA routing for add-in paths
Michelle2026-03-02 11:31:56 +01:00
13c60ba052
feat: add calendar component with event management features including create, edit, delete, and share functionalities
Michelle2026-03-02 10:35:01 +01:00
fae46c8395
feat(admin): add context menu for user actions with dynamic positioning
Michelle2026-03-01 14:18:21 +01:00
df4666bb63
feat(invite-system): implement user invite functionality with registration mode control
1.3.0
Michelle2026-03-01 12:53:45 +01:00
8c39275615
fix(database): update user creation query to include display_name field
Michelle2026-03-01 12:32:25 +01:00
57bb1fb696
feat(logging): implement centralized logging system and replace console errors with structured logs
1.2.1
Michelle2026-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
Michelle2026-02-28 23:15:13 +01:00
ed8fb134ad
Enhance logging in API calls and request/response middleware with sensitive data filtering and compact format
Michelle2026-02-28 21:24:25 +01:00
8e18149ad1
Add request/response logging middleware to enhance auditing and debugging
Michelle2026-02-28 20:43:18 +01:00
1cff066c17
Refactor theme and language validation to use basic format checks instead of allowlists
Michelle2026-02-28 20:30:11 +01:00
c281628fdc
Update README and configuration to replace RSA with Ed25519 for federation security
Michelle2026-02-28 20:19:59 +01:00
2831f80ab4
Update README.md to reflect new features, security enhancements, and environment variable requirements
Michelle2026-02-28 20:11:14 +01:00
1fb999d73b
Refactor theme validation to dynamically import themes from the source directory
Michelle2026-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.
Michelle2026-02-28 19:49:29 +01:00