Commit Graph

12 Commits

Author SHA1 Message Date
1fb999d73b Refactor theme validation to dynamically import themes from the source directory
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m20s
2026-02-28 20:02:15 +01:00
7466f3513d Enhance security and validation across multiple routes:
All checks were successful
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
3556aaede7 Add DragonflyDB integration for JWT revocation and implement rate limiting for authentication routes
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m14s
2026-02-28 13:37:27 +01:00
9814150ba8 Add verification resend timestamp and cooldown handling for email verification
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m13s
2026-02-27 17:23:22 +01:00
4d6a09c3fd Improve email verification error handling in registration and resend verification endpoints
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
2026-02-27 17:21:01 +01:00
4d1245f358 fix mail
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m8s
2026-02-27 17:09:14 +01:00
a7af7d0e6f Add presentation upload and management features to room functionality
Some checks failed
Build & Push Docker Image / build (push) Failing after 1m11s
2026-02-27 16:37:57 +01:00
9be9938f02 Add display name support for user management and update related components
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m2s
2026-02-27 16:29:23 +01:00
7426ae8088 Update language, add LICENSE and README
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m9s
2026-02-24 21:04:19 +01:00
8be973a166 Add mail verification and use .env insteads of environment in compose
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
2026-02-24 20:35:08 +01:00
9001aea8cd add avatar support for BBB
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-24 19:05:41 +01:00
54d6ee553a Init v1.0.0
Some checks failed
Build & Push Docker Image / build (push) Failing after 53s
2026-02-24 18:14:16 +01:00