Commit Graph
18 Commits
Author SHA1 Message Date
strawberries b45f5ff35f added integration tests and added message with attachments 2026-06-28 17:31:58 +02:00
strawberries e2f1e4a952 refactored main for unit testing 2026-01-29 20:24:32 +01:00
strawberries ae0abc4607 improved image upload: no more hardcoded png extension 2026-01-28 19:53:04 +01:00
strawberries fbf7eea59a reworked api errors, now returning proper error codes 2026-01-28 19:51:23 +01:00
strawberries 30dc7475c2 added voice chat websocket route 2026-01-25 17:13:05 +01:00
strawberries c81df769de added check friend and remove friend routes 2026-01-19 10:52:23 +01:00
strawberries 4a833b592c added room actions: leave, delete and transfer ownership 2026-01-17 00:09:24 +01:00
strawberries 96837fcc21 added server-side user unread_count to rooms 2026-01-16 12:39:00 +01:00
strawberries 37e6bb25fc refactor: clients now have a single websocket that handles all rooms the user is in 2026-01-16 11:35:07 +01:00
strawberries 376353833c improved logging 2026-01-15 22:58:39 +01:00
strawberries 86d86473af added cli parameter to toggle registraion, and split the monorepo: now this is only the backend 2026-01-13 16:04:58 +01:00
strawberries 2bf5cbc0de changed urls to deployment server and pushed to version 1.0.0 2025-12-31 19:43:59 +01:00
strawberries 1ebec422d6 made backend database url configurable through cli 2025-12-31 18:03:17 +01:00
strawberries 6bd1921806 added roominvites in frontend in a notifications page and added clap to define backend port 2025-12-31 12:14:46 +01:00
strawberries 59fd5b13b8 reworked the chat layout and fixed a rate limiting mistake 2025-12-28 20:29:13 +01:00
strawberries ffc2e99cc7 added an authenticated room websocket for messages 2025-12-15 19:51:31 +01:00
strawberries 5c3cfdafe4 added timestamps to messages 2025-12-15 17:33:13 +01:00
strawberries 43a55a9a7c split frontend and backend to initialize tauri frontend 2025-12-15 13:42:55 +01:00