1. 440e530 Show "Invalid credentials" message for invalid username and invalid password" by idillon · 9 months ago master
  2. 9da7614 Remove unused translations by Ziwei Wang · 1 year, 2 months ago
  3. 3d633dd Add admin setup page by Ziwei Wang · 1 year, 3 months ago
  4. c45a43d Rename CallProvider.tsx to CallManager.tsx by idillon · 1 year, 3 months ago
  5. 255682e Transform CallProvider into 'CallManager' hook, review WebSocket messages for calls by idillon · 1 year, 3 months ago
  6. 45baf53 Rewrite login and register related queries using React Query by Ziwei Wang · 1 year, 3 months ago
  7. 27dab02 Move "user media" logic into its own provider. by idillon · 1 year, 3 months ago
  8. a4b96ab Ensure WebSocket client is never undefined by idillon · 1 year, 3 months ago
  9. cf42c65 Merge WebRtcProvider into CallProvider by idillon · 1 year, 3 months ago
  10. 989d654 Move WebRtc logic to WebRtcManager by idillon · 1 year, 3 months ago
  11. dfb9f1f Move WebSocket client to its own class by idillon · 1 year, 4 months ago
  12. 49765ec Alert component code improvement by Ziwei Wang · 1 year, 3 months ago
  13. bad5197 Uniformize WebSocketMessageType by idillon · 1 year, 4 months ago
  14. 6283f91 Remove type errors on WebSocketCallbacks creation by idillon · 1 year, 4 months ago
  15. 18283ac Add conversation requests list by idillon · 1 year, 4 months ago
  16. 427c7ef Remove unused code from MessengerProvider by idillon · 1 year, 4 months ago
  17. 3e378fd Add composing notification by idillon · 1 year, 5 months ago
  18. ea4c139 Add matchMedia for prefers-color-scheme back by Ziwei Wang · 1 year, 4 months ago
  19. cd687a4 Persist theme mode state using localStorage by Ziwei Wang · 1 year, 4 months ago
  20. 9e542ca Improve styles for ConversationListItem by idillon · 1 year, 5 months ago
  21. 07d31cc Divide Conversation into ConversationInfos, ConversationMember, and ConversationSummary by idillon · 1 year, 5 months ago
  22. c050d9c Add small UX improvements to call by Michelle Sepkap Sime · 1 year, 5 months ago
  23. 5c67796 Fix components rerendering unnecessarily by simon · 1 year, 5 months ago
  24. daae910 Add remote video overlay by simon · 1 year, 5 months ago
  25. e35acc2 Change conversation during call by simon · 1 year, 5 months ago
  26. cfa4430 Create new interfaces for objects transmitted using the REST API by Misha Krieger-Raynauld · 1 year, 5 months ago
  27. 1e2bf34 Enable screen sharing by simon · 1 year, 5 months ago
  28. 09fe482 Remove non-null assertion in ConversationProvider by simon · 1 year, 5 months ago
  29. 571240f Remove volume button in call interface in Firefox by simon · 1 year, 5 months ago
  30. 6bbdacf Separate common interfaces from client-specific classes by Misha Krieger-Raynauld · 1 year, 5 months ago
  31. 492e840 Switch audio/video devices while in call by simon · 1 year, 5 months ago
  32. 9c8779e Use callstatus instead of new var by Charlie · 1 year, 5 months ago
  33. d0cc3e3 Replace Date.getTime() with Date.now() by Misha Krieger-Raynauld · 1 year, 5 months ago
  34. 0c2e986 Revert "Do not rethrow exception when 401 error is properly handled" by Misha Krieger-Raynauld · 1 year, 5 months ago
  35. c444ab7 Disable answer button on click by Charlie · 1 year, 5 months ago
  36. 25bfee8 Fix "No remoteDescription" error in call by simon · 1 year, 5 months ago
  37. 9076a9a Improve permission handling in call flow by simon · 1 year, 5 months ago
  38. 90efa04 Fix WebSocketProvider causing multiple renders by simon · 1 year, 5 months ago
  39. b7ade04 Do not rethrow exception when 401 error is properly handled by Misha Krieger-Raynauld · 1 year, 5 months ago
  40. 380dc5e Handle ICE state failed by Charlie · 1 year, 5 months ago
  41. b837e8f End call when connection is lost by Charlie · 1 year, 6 months ago
  42. 21f7d9f Fix add contact and create MessengerProvider by simon · 1 year, 6 months ago
  43. f353ef4 Add wrapper comp to WebRtcProvider, CallProvider by simon · 1 year, 5 months ago
  44. c18d640 Validate conversationId by Charlie · 1 year, 6 months ago
  45. 8b4756f Fix permissions in call by simon · 1 year, 6 months ago
  46. b2d465c Re-enable StrictMode by handling WebSocket reconnection by Issam E. Maghni · 1 year, 6 months ago
  47. 5516420 Bind call buttons and set ringing timeout by MichelleSS · 1 year, 6 months ago
  48. accd802 Add endCall function to CallContext by simon · 1 year, 6 months ago
  49. feaa1db Temporarily remove strict mode to fix the call by simon · 1 year, 6 months ago
  50. 71d1c0a Use turn/stun server by simon · 1 year, 6 months ago
  51. e382a30 Add elapsed time to call interface by Gabriel Rochon · 1 year, 6 months ago
  52. 2a5cf14 Enable fullscreen button in call by simon · 1 year, 6 months ago
  53. f9d78f2 Add toggleable chat drawer in call by simon · 1 year, 6 months ago
  54. ff1cb35 Redirect user from call page when not in call by simon · 1 year, 6 months ago
  55. 20cf1c8 Refactor WebSocket message interfaces by Misha Krieger-Raynauld · 1 year, 6 months ago
  56. 3470d07 Set base for settings, add volatile settings for theme and language by idillon · 1 year, 6 months ago
  57. f929a36 Implement proper WebRTC call management by simon · 1 year, 6 months ago
  58. 533e730 Fix compilation error caused by wrong WebSocket message type for SDP by Misha Krieger-Raynauld · 1 year, 6 months ago
  59. a5c54ef Add unbind function to WebSocketContext by simon · 1 year, 6 months ago
  60. b933fbb Reorganize server files and address TODO comments by Misha Krieger-Raynauld · 1 year, 6 months ago
  61. 9a8fe20 Add audio/video device options in call interface by simon · 1 year, 6 months ago
  62. 0432cb7 Send received message through WebSocket by Issam E. Maghni · 1 year, 6 months ago
  63. 94fe53e Replace fetch with Axios in client by simon · 1 year, 6 months ago
  64. 3f5f3e7 Improve client routing by simon · 1 year, 6 months ago
  65. 461805e Use new socket in webRTC client by Charlie · 1 year, 6 months ago
  66. 09a3a1f Add WebSocket connection to client by Issam E. Maghni · 1 year, 6 months ago
  67. ce2c0c4 Bind Webcam and WebRTC video stream to CallInterface by simon · 1 year, 6 months ago
  68. 416d079 Add AuthProvider to provide account and token by simon · 1 year, 6 months ago
  69. 1170c32 Add routing for call page by simon · 1 year, 6 months ago
  70. c2c012f New webrtc solution with react context (POC) by Charlie · 1 year, 7 months ago
  71. 26e79f7 Add license header to all files by simon · 1 year, 7 months ago
  72. 3537869 Convert files in themes/ services/ contexts/ to TS by simon · 1 year, 7 months ago
  73. d47ef9e Format all files with no breaking changes by simon · 1 year, 8 months ago
  74. 023f7cf update imports for React 18 by Adrien Béraud · 1 year, 8 months ago
  75. 322e4ac put socket.io into a React Context. Make instant messaging work by idillon · 1 year, 8 months ago