1. 46e9d24 Fix incorrect admin login error handling by Misha Krieger-Raynauld · 1 year, 8 months ago
  2. 94fe53e Replace fetch with Axios in client by simon · 1 year, 8 months ago
  3. b8d1fa6 Fix broken admin credentials serialization by Misha Krieger-Raynauld · 1 year, 8 months ago
  4. 6967fb9 Migrate server setup functionality by Michelle Sepkap Sime · 1 year, 8 months ago
  5. 718f76c Fix dockerignore and improve pre-push hook by simon · 1 year, 8 months ago
  6. 3f5f3e7 Improve client routing by simon · 1 year, 8 months ago
  7. ab4eec8 Fix locale files by simon · 1 year, 8 months ago
  8. 5da8ca6 Migrate client features to use new server by simon · 1 year, 8 months ago
  9. 559cc80 Use internationalization feature for added text by Michelle Sepkap Sime · 1 year, 8 months ago
  10. 8321a0d Fine-tune appearance of buttons in calling interface UI by Gabriel Rochon · 1 year, 8 months ago
  11. 461805e Use new socket in webRTC client by Charlie · 1 year, 8 months ago
  12. cab81d7 set styles for uploading files by idillon · 1 year, 8 months ago
  13. cd698c5 Fix audio and video call buttons in conversation by simon · 1 year, 8 months ago
  14. 7f9916b Remove socket on close by Charlie · 1 year, 8 months ago
  15. 09a3a1f Add WebSocket connection to client by Issam E. Maghni · 1 year, 8 months ago
  16. 2bc0d67 Add webRTC handlers by Charlie · 1 year, 8 months ago
  17. 6847e25 separate 'ChatInterface' from 'ConversationView' by idillon · 1 year, 8 months ago
  18. 02f579d add 'Scroll to the end of the conversation' bar by idillon · 1 year, 8 months ago
  19. 153a148 Create default moderators API routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  20. 105b85b Create PUT /contacts/:contactId endpoint to add contact by Misha Krieger-Raynauld · 1 year, 8 months ago
  21. 7f95933 Create calls API routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  22. 33c0618 Add secondary features to the calling interface UI by simon · 1 year, 8 months ago
  23. ce2c0c4 Bind Webcam and WebRTC video stream to CallInterface by simon · 1 year, 8 months ago
  24. 8a381da Create conversations API routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  25. be1b64a Fix blank page on reload bug by simon · 1 year, 8 months ago
  26. 416d079 Add AuthProvider to provide account and token by simon · 1 year, 8 months ago
  27. b3dd312 Provide temporary fix for communication with old server by Michelle Sepkap Sime · 1 year, 8 months ago
  28. 6ddaefe Add websocket logic server by Charlie · 1 year, 8 months ago
  29. e580f42 Integrate new server authentication to client by Michelle Sepkap Sime · 1 year, 8 months ago
  30. bfed173 Create contacts API routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  31. 68a9b56 Handle remaining important daemon signals by Misha Krieger-Raynauld · 1 year, 8 months ago
  32. 6f9c7ae Create nameserver API routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  33. 51c0045 Refactor registration and login and improve routing by Michelle Sepkap Sime · 1 year, 8 months ago
  34. 1170c32 Add routing for call page by simon · 1 year, 8 months ago
  35. b62c678 Send payload daemon-daemon by Charlie · 1 year, 8 months ago
  36. ec73545 set styles for MessageCall by idillon-sfl · 1 year, 8 months ago
  37. 0e1a0d9 use locale for date and times, fix 'extract-translations' by idillon-sfl · 1 year, 8 months ago
  38. 118ae44 review whole logic for displaying messages by idillon-sfl · 1 year, 8 months ago
  39. 9d956ab convert Message and MessageList to Typescript by idillon-sfl · 1 year, 9 months ago
  40. f025c68 ci: fix jenkinsfile by Sébastien Blin · 1 year, 8 months ago
  41. a45c701 Update Jenkinsfile by simon · 1 year, 8 months ago
  42. ae655dd add names to conversation view and set header styles by idillon · 1 year, 9 months ago
  43. 9d12dc4 Add Jenkinsfile by simon · 1 year, 8 months ago
  44. f5ebc2e Add helper components for UI by Michelle Sepkap Sime · 1 year, 8 months ago
  45. 73ef58d Fix dockerfile and improve linter and formatter by simon · 1 year, 8 months ago
  46. 43da57b Improve StringMap typing in jami-swig by simon · 1 year, 8 months ago
  47. 575c940 Convert ConversationListItem to TypeScript by simon · 1 year, 8 months ago
  48. 7d4386c Fix jamid.node path in server by simon · 1 year, 8 months ago
  49. 8ef4840 Add Helmet to protect against common web vulnerabilities by Misha Krieger-Raynauld · 1 year, 8 months ago
  50. 2f5d1ce Add missing status codes and rename enum members to PascalCase by Misha Krieger-Raynauld · 1 year, 8 months ago
  51. b6f1c32 Finalize JamiSwig interface and implement account detail routes by Misha Krieger-Raynauld · 1 year, 8 months ago
  52. 62a0da9 Add graceful shutdown which stops jamid by Misha Krieger-Raynauld · 1 year, 8 months ago
  53. bff70eb Check username and password strength by Michelle Sepkap Sime · 1 year, 9 months ago
  54. addd6fe Split up jamid.ts into multiple files by Misha Krieger-Raynauld · 1 year, 8 months ago
  55. 242560f Create JWT auth middleware and sample authenticated routes for /account by Misha Krieger-Raynauld · 1 year, 9 months ago
  56. e3ec0d2 Add basic call interface UI by Gabriel Rochon · 1 year, 9 months ago
  57. f796a09 server: add account creation and login by Issam E. Maghni · 1 year, 9 months ago
  58. d8ca2f2 Decouple client from server by simon · 1 year, 9 months ago
  59. 42930d3 Add npm workspaces at the root package.json by simon · 1 year, 9 months ago
  60. 708a963 Add Express.js boilerplate and consistent error handling middleware by Misha Krieger-Raynauld · 1 year, 9 months ago
  61. 949e02d Fix Dockerfile by simon · 1 year, 9 months ago
  62. a336b31 Fix Git hooks by removing reference to husky.sh by Misha Krieger-Raynauld · 1 year, 9 months ago
  63. a47f1ee Remove `husky` dependency by simon · 1 year, 9 months ago
  64. 2007698 Add `common` subproject containing shared files by simon · 1 year, 9 months ago
  65. c2c012f New webrtc solution with react context (POC) by Charlie · 1 year, 9 months ago
  66. 6c2a63d Add `camelcase` rule to eslint by simon · 1 year, 9 months ago
  67. 0ef4a36 server: new backend by Issam E. Maghni · 1 year, 9 months ago
  68. 26e79f7 Add license header to all files by simon · 1 year, 9 months ago
  69. 0e225ca Add 'eslint-plugin-header' to check license by simon · 1 year, 9 months ago
  70. 6b9ddfb Convert some components to Typescript by simon · 1 year, 9 months ago
  71. 3537869 Convert files in themes/ services/ contexts/ to TS by simon · 1 year, 9 months ago
  72. fe1de72 Convert all pages to Typescript by simon · 1 year, 9 months ago
  73. 7f0b288 fix JamiMessenger routes by idillon · 1 year, 9 months ago
  74. 218d3d1 Convert js files in `client/src` to Typescript by simon · 1 year, 9 months ago
  75. 5e32f74 Fix error on account creation by simon · 1 year, 9 months ago
  76. 06527b0 Convert js files in `model/` to Typescript by simon · 1 year, 9 months ago
  77. 7e00d61 Add `Rollup` bundler for the server by simon · 1 year, 9 months ago
  78. 80b7b3b Fix lint errors by simon · 1 year, 9 months ago
  79. 07b4eb0 Sort imports from all files by simon · 1 year, 9 months ago
  80. 08a2316 Add more eslint rules by simon · 1 year, 9 months ago
  81. d47ef9e Format all files with no breaking changes by simon · 1 year, 9 months ago
  82. 7a7b4d5 Update .eslintrc.json and add prettier support by simon · 1 year, 9 months ago
  83. c7d5245 Refactor project for typescript support by simon · 1 year, 9 months ago
  84. f9d6094 Improve Dockerfile to use multi-stage builds by simon · 1 year, 10 months ago
  85. 927b759 integrate styles of messages' tooltip by idillon · 1 year, 10 months ago
  86. 023f7cf update imports for React 18 by Adrien Béraud · 1 year, 10 months ago
  87. 2b3c2cd style: add eslintrc by Adrien Béraud · 1 year, 10 months ago
  88. 21921aa build: update dependencies by Adrien Béraud · 1 year, 10 months ago
  89. 9d03847 daemon: update signal names by Adrien Béraud · 1 year, 10 months ago
  90. a6fbdcb Dockerfile: update by Adrien Béraud · 1 year, 10 months ago
  91. 1664bb2 add ClickAwayListener to SelectEmojiButton by idillon · 1 year, 10 months ago
  92. 322e4ac put socket.io into a React Context. Make instant messaging work by idillon · 1 year, 10 months ago
  93. ea46560 send messages with React Query by idillon · 1 year, 10 months ago
  94. 08f7717 use React Query to fetch messages by idillon · 1 year, 10 months ago
  95. d0f1eca install Axios and React Query by idillon · 1 year, 10 months ago
  96. 34eb947 add refresh for contact by ervinanoh · 1 year, 10 months ago
  97. b81c391 update contacts details and styles by ervinanoh · 1 year, 10 months ago
  98. 8e91804 fix api calls for contacts CRUD and start adding styles for dropdown in conversation list by ervinanoh · 1 year, 10 months ago
  99. 9965564 implement list of contacts and CRUD contacts API route by ervinanoh · 1 year, 10 months ago
  100. 531b6f2 implement temporary ui and api routes to fix by idillon · 1 year, 10 months ago