Commit Graph
16 Commits
Author SHA1 Message Date
biggy 88bdfc797b feat(voice): add WebRTC voice channels with Cloudflare TURN support
Add voice channel functionality with WebRTC peer-to-peer audio:
- Add VoiceSignalingConsumer for WebRTC signaling and peer coordination
- Add GlobalConsumer for real-time presence and voice status updates
- Add voice channel type to Channel model with current_voice_channel tracking on UserProfile
- Add voice controls UI (mute, deafen, disconnect) in status panel
- Add voice member list display in sidebar with avatar support
- Add
2026-05-23 20:56:37 +02:00
biggy 963441fe50 ops: add csrf trusted origins for production deployment 2026-04-28 21:02:50 +02:00
biggy 7f0f292b47 docs: simplify readme and add security warning
Streamline project documentation by removing lengthy specification
and replacing with concise quick-start guide. Add explicit security
warning about hardcoded credentials in docker-compose.yml for lab
environment.
2026-04-28 21:02:49 +02:00
biggy 9c402dc05e docs(readme): standardize bullet format and improve spacing 2026-04-28 13:55:05 +02:00
biggy 228aa15fc8 build(docker): add image description label and reorganize metadata 2026-04-28 13:55:04 +02:00
biggy b29602f1a1 docs: replace Redis with channels_postgres in README 2026-04-28 13:22:02 +02:00
biggy ced1e8dc47 build: add .dockerignore to exclude media volume from image 2026-04-28 13:08:26 +02:00
biggy 6312e8fd1e build: add OCI image labels and tag web service image 2026-04-28 12:54:17 +02:00
biggy aba0972582 docs: add README and architecture overview 2026-04-28 12:36:50 +02:00
biggy be661161eb build: add collected static files (admin + rest_framework) 2026-04-28 12:36:46 +02:00
biggy 5064eca38a feat(chat): add management commands and initial migration 2026-04-28 12:36:42 +02:00
biggy 9b16654660 feat(chat): add HTML templates 2026-04-28 12:36:39 +02:00
biggy 57950e73da feat(chat): add models, views, WebSocket consumers, forms and URL config 2026-04-28 12:36:36 +02:00
biggy 9295617d8e feat(core): configure Django/Channels/ASGI settings and URL routing 2026-04-28 12:36:32 +02:00
biggy 538e88fff3 build: add Python dependencies and Docker setup 2026-04-28 12:36:29 +02:00
biggy e930989c98 chore: initial project bootstrap 2026-04-28 12:36:26 +02:00