18 Commits

Author SHA1 Message Date
c13090bc80 feat(notifications): implement notification system with CRUD operations and UI integration
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m27s
2026-03-02 16:45:53 +01:00
b5218046c9 Refactor code and improve internationalization support
Some checks failed
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
57bb1fb696 feat(logging): implement centralized logging system and replace console errors with structured logs
Some checks failed
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
2026-03-01 12:20:14 +01:00
c281628fdc Update README and configuration to replace RSA with Ed25519 for federation security
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m30s
2026-02-28 20:19:59 +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
4d0756d864 keep original presentation name
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m0s
2026-02-27 16:51:17 +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
d7d7991ff0 more details with federation
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
2026-02-27 15:51:46 +01:00
1e19aa24dd Use create call instead of join call with loginURL
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
2026-02-26 09:20:41 +01:00
a6e400b6b7 joinUrl -> loginURL
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m9s
2026-02-26 08:50:47 +01:00
52a2e2260c Use joinUrl parameter
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m11s
2026-02-26 08:44:40 +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
d8dcb6e628 Add sharing rooms
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:32:57 +01:00
49769d4b51 change guest access
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m8s
2026-02-24 19:14:55 +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
cf74ed31af some fixing
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m6s
2026-02-24 18:55:21 +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