1. acebc51 Disable log in button when username or password are empty by idillon · 9 months ago
  2. e1889e0 Fix header position by idillon · 10 months ago
  3. b38e354 Add cypress and necessary configs by Larbi Gharib · 1 year, 5 months ago
  4. cffda38 Add user settings side bar by Ziwei Wang · 1 year, 2 months ago
  5. 0d8889d Add admin panel with basic configurations by Ziwei Wang · 1 year, 3 months ago
  6. 3d633dd Add admin setup page by Ziwei Wang · 1 year, 3 months ago
  7. 1455d97 Move admin queries to their own file by Ziwei Wang · 1 year, 3 months ago
  8. c45a43d Rename CallProvider.tsx to CallManager.tsx by idillon · 1 year, 3 months ago
  9. 255682e Transform CallProvider into 'CallManager' hook, review WebSocket messages for calls by idillon · 1 year, 3 months ago
  10. 5d25d11 Rename admin files by Ziwei Wang · 1 year, 3 months ago
  11. 45baf53 Rewrite login and register related queries using React Query by Ziwei Wang · 1 year, 3 months ago
  12. b35d389 Move Header component to top level of the routes that need it by Ziwei Wang · 1 year, 3 months ago
  13. 9aef6a6 Remove unused files from client by idillon · 1 year, 5 months ago
  14. 27dab02 Move "user media" logic into its own provider. by idillon · 1 year, 3 months ago
  15. a4b96ab Ensure WebSocket client is never undefined by idillon · 1 year, 3 months ago
  16. cf42c65 Merge WebRtcProvider into CallProvider by idillon · 1 year, 3 months ago
  17. 3c94119 Add a new route for username availability check by Ziwei Wang · 1 year, 3 months ago
  18. 49765ec Alert component code improvement by Ziwei Wang · 1 year, 3 months ago
  19. 9b4e2c1 Refactor login and register code by Ziwei Wang · 1 year, 3 months ago
  20. ce81edd Remove throw in the catch block by Ziwei Wang · 1 year, 3 months ago
  21. 3ce1ac0 Use HOC for login and register components by Ziwei Wang · 1 year, 3 months ago
  22. 847b464 Improve behaviour of searching and adding contacts by idillon · 1 year, 5 months ago
  23. 3e378fd Add composing notification by idillon · 1 year, 5 months ago
  24. a3c2fad Add link previews by idillon · 1 year, 5 months ago
  25. 9e542ca Improve styles for ConversationListItem by idillon · 1 year, 5 months ago
  26. b0ec86a Set frontend's logic to modify the avatar by idillon · 1 year, 5 months ago
  27. 4012a70 Set styles for 'Select' component by idillon · 1 year, 6 months ago
  28. 07d31cc Divide Conversation into ConversationInfos, ConversationMember, and ConversationSummary by idillon · 1 year, 5 months ago
  29. 5c67796 Fix components rerendering unnecessarily by simon · 1 year, 5 months ago
  30. daae910 Add remote video overlay by simon · 1 year, 5 months ago
  31. e35acc2 Change conversation during call by simon · 1 year, 5 months ago
  32. cfa4430 Create new interfaces for objects transmitted using the REST API by Misha Krieger-Raynauld · 1 year, 6 months ago
  33. 1e2bf34 Enable screen sharing by simon · 1 year, 5 months ago
  34. 09fe482 Remove non-null assertion in ConversationProvider by simon · 1 year, 5 months ago
  35. 571240f Remove volume button in call interface in Firefox by simon · 1 year, 6 months ago
  36. 6bbdacf Separate common interfaces from client-specific classes by Misha Krieger-Raynauld · 1 year, 6 months ago
  37. 492e840 Switch audio/video devices while in call by simon · 1 year, 6 months ago
  38. abc80e5 Show local video in background while call is connecting by Misha Krieger-Raynauld · 1 year, 6 months ago
  39. d0cc3e3 Replace Date.getTime() with Date.now() by Misha Krieger-Raynauld · 1 year, 6 months ago
  40. 9076a9a Improve permission handling in call flow by simon · 1 year, 6 months ago
  41. 8961593 Mute local video stream to remove the echoed voice by Issam E. Maghni · 1 year, 6 months ago
  42. 8b496b0 Fix call timer causing too many renders by simon · 1 year, 6 months ago
  43. 21f7d9f Fix add contact and create MessengerProvider by simon · 1 year, 6 months ago
  44. 15a5fb2 Add user icon in call pending interface by Gabriel Rochon · 1 year, 6 months ago
  45. 5516420 Bind call buttons and set ringing timeout by MichelleSS · 1 year, 6 months ago
  46. 7057b4f Add client UI to select JAMS as login method by Gabriel Rochon · 1 year, 6 months ago
  47. e382a30 Add elapsed time to call interface by Gabriel Rochon · 1 year, 6 months ago
  48. 61f82af Add usernames to call pending/receiving interface by Gabriel Rochon · 1 year, 6 months ago
  49. 2a5cf14 Enable fullscreen button in call by simon · 1 year, 6 months ago
  50. f9d78f2 Add toggleable chat drawer in call by simon · 1 year, 6 months ago
  51. ff1cb35 Redirect user from call page when not in call by simon · 1 year, 6 months ago
  52. 20cf1c8 Refactor WebSocket message interfaces by Misha Krieger-Raynauld · 1 year, 6 months ago
  53. 3470d07 Set base for settings, add volatile settings for theme and language by idillon · 1 year, 6 months ago
  54. 9f814a3 Improve call interface UI by simon · 1 year, 6 months ago
  55. f929a36 Implement proper WebRTC call management by simon · 1 year, 6 months ago
  56. dd82cbf Fix conversation messages by Michelle Sepkap Sime · 1 year, 6 months ago
  57. a5c54ef Add unbind function to WebSocketContext by simon · 1 year, 6 months ago
  58. 4e7445c Fix translation files and CallPending page by simon · 1 year, 6 months ago
  59. 9a8fe20 Add audio/video device options in call interface by simon · 1 year, 6 months ago
  60. 0432cb7 Send received message through WebSocket by Issam E. Maghni · 1 year, 6 months ago
  61. 45e7e8c Fix build errors from inputs by Michelle Sepkap Sime · 1 year, 6 months ago
  62. 2d3b653 Add pending and pending receiving user interfaces by simon · 1 year, 6 months ago
  63. 46e9d24 Fix incorrect admin login error handling by Misha Krieger-Raynauld · 1 year, 6 months ago
  64. 94fe53e Replace fetch with Axios in client by simon · 1 year, 6 months ago
  65. 6967fb9 Migrate server setup functionality by Michelle Sepkap Sime · 1 year, 6 months ago
  66. 3f5f3e7 Improve client routing by simon · 1 year, 6 months ago
  67. ab4eec8 Fix locale files by simon · 1 year, 6 months ago
  68. 5da8ca6 Migrate client features to use new server by simon · 1 year, 6 months ago
  69. 559cc80 Use internationalization feature for added text by Michelle Sepkap Sime · 1 year, 6 months ago
  70. 8321a0d Fine-tune appearance of buttons in calling interface UI by Gabriel Rochon · 1 year, 6 months ago
  71. 461805e Use new socket in webRTC client by Charlie · 1 year, 6 months ago
  72. cab81d7 set styles for uploading files by idillon · 1 year, 6 months ago
  73. 6847e25 separate 'ChatInterface' from 'ConversationView' by idillon · 1 year, 6 months ago
  74. 33c0618 Add secondary features to the calling interface UI by simon · 1 year, 6 months ago
  75. ce2c0c4 Bind Webcam and WebRTC video stream to CallInterface by simon · 1 year, 6 months ago
  76. 416d079 Add AuthProvider to provide account and token by simon · 1 year, 6 months ago
  77. b3dd312 Provide temporary fix for communication with old server by Michelle Sepkap Sime · 1 year, 6 months ago
  78. e580f42 Integrate new server authentication to client by Michelle Sepkap Sime · 1 year, 7 months ago
  79. 51c0045 Refactor registration and login and improve routing by Michelle Sepkap Sime · 1 year, 7 months ago
  80. 1170c32 Add routing for call page by simon · 1 year, 7 months ago
  81. f5ebc2e Add helper components for UI by Michelle Sepkap Sime · 1 year, 7 months ago
  82. e3ec0d2 Add basic call interface UI by Gabriel Rochon · 1 year, 7 months ago
  83. d8ca2f2 Decouple client from server by simon · 1 year, 7 months ago
  84. 2007698 Add `common` subproject containing shared files by simon · 1 year, 7 months ago
  85. 26e79f7 Add license header to all files by simon · 1 year, 7 months ago
  86. 6b9ddfb Convert some components to Typescript by simon · 1 year, 7 months ago
  87. fe1de72 Convert all pages to Typescript by simon · 1 year, 7 months ago
  88. 80b7b3b Fix lint errors by simon · 1 year, 8 months ago
  89. 07b4eb0 Sort imports from all files by simon · 1 year, 8 months ago
  90. d47ef9e Format all files with no breaking changes by simon · 1 year, 8 months ago
  91. 023f7cf update imports for React 18 by Adrien Béraud · 1 year, 8 months ago
  92. 34eb947 add refresh for contact by ervinanoh · 1 year, 8 months ago
  93. 9965564 implement list of contacts and CRUD contacts API route by ervinanoh · 1 year, 9 months ago
  94. 531b6f2 implement temporary ui and api routes to fix by idillon · 1 year, 8 months ago
  95. f1758a4 add list of devices in settings by ervinanoh · 1 year, 8 months ago
  96. 2899696 quick fix crashes with React 18 by idillon · 1 year, 8 months ago
  97. fb2af5b remove deprecated @mui/styles by idillon · 1 year, 8 months ago
  98. 5e89743 add Sentry setup for logs tracking in client side by idillon · 1 year, 8 months ago
  99. bef18a5 set styles for messages by idillon · 1 year, 9 months ago
  100. 5d17455 clean unused code from client by idillon-sfl · 1 year, 9 months ago