Commit Graph

88 Commits

Author SHA1 Message Date
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
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 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
Michelle 3556aaede7 Add DragonflyDB integration for JWT revocation and implement rate limiting for authentication routes
Build & Push Docker Image / build (push) Successful in 6m14s
2026-02-28 13:37:27 +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 4d6a09c3fd Improve email verification error handling in registration and resend verification endpoints
Build & Push Docker Image / build (push) Has been cancelled
2026-02-27 17:21:01 +01:00
Michelle 4d1245f358 fix mail
Build & Push Docker Image / build (push) Successful in 6m8s
2026-02-27 17:09:14 +01:00
Michelle 4d0756d864 keep original presentation name
Build & Push Docker Image / build (push) Successful in 6m0s
2026-02-27 16:51:17 +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 d781022b63 add timeouts
Build & Push Docker Image / build (push) Successful in 6m8s
2026-02-27 16:12:41 +01:00
Michelle 2762df3e57 Add default theme management to branding settings and admin interface
Build & Push Docker Image / build (push) Successful in 6m14s
2026-02-27 15:54:41 +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 83849bd2f6 fix federation
Build & Push Docker Image / build (push) Successful in 6m0s
2026-02-27 15:06:38 +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 32cc4d724b Add defaultWelcome lang string
Build & Push Docker Image / build (push) Successful in 1m19s
2026-02-26 09:53:29 +01:00
Michelle 1e19aa24dd Use create call instead of join call with loginURL
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-26 09:20:41 +01:00
Michelle a6e400b6b7 joinUrl -> loginURL
Build & Push Docker Image / build (push) Successful in 1m9s
2026-02-26 08:50:47 +01:00
Michelle 52a2e2260c Use joinUrl parameter
Build & Push Docker Image / build (push) Successful in 1m11s
2026-02-26 08:44:40 +01:00
Michelle 7426ae8088 Update language, add LICENSE and README
Build & Push Docker Image / build (push) Successful in 1m9s
2026-02-24 21:04:19 +01:00
Michelle 8be973a166 Add mail verification and use .env insteads of environment in compose
Build & Push Docker Image / build (push) Has been cancelled
2026-02-24 20:35:08 +01:00
Michelle 3898bf1b4b fix branding again
Build & Push Docker Image / build (push) Successful in 1m7s
2026-02-24 19:52:34 +01:00
Michelle 69a3c83436 fix branding
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:47:23 +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 a150bd1447 Add guest link to welcome message
Build & Push Docker Image / build (push) Successful in 1m7s
2026-02-24 19:19:19 +01:00
Michelle 49769d4b51 change guest access
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:14:55 +01:00
Michelle 9001aea8cd add avatar support for BBB
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-24 19:05:41 +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