1. 22 Aug, 2023 - 2 commits
  2. 21 Aug, 2023 - 1 commit
  3. 09 Aug, 2023 - 1 commit
  4. 02 Aug, 2023 - 1 commit
  5. 28 Jul, 2023 - 2 commits
  6. 26 Jul, 2023 - 2 commits
  7. 25 Jul, 2023 - 1 commit
    • Andrea Gianarda's avatar
      Add test to verify behaviour when a participant with no devices is removed · 957c8eaf
      Andrea Gianarda authored
      On the server side, if a participant without any registered devices is
      explicitely removed by an admin, then he/she is deleted immediately from the database
      As soon as his/her device registers, the SUBSCRIBE to the chatroom will be replied with
      603. If the client sends a list of chatrooms, then the server will omit
      all updates regarding the chatroom the participant has been removed from
      957c8eaf
  8. 24 Jul, 2023 - 2 commits
  9. 19 Jul, 2023 - 2 commits
  10. 18 Jul, 2023 - 1 commit
    • Andrea Gianarda's avatar
      - Prevent client that do not have appropriate capabilities to create chat · a5700734
      Andrea Gianarda authored
      rooms
      - Reply 488 Not Acceptable Here if a client without groupchat capabilities
      tries to create a chatroom
      - Do not send a SUBSCRIBE if the chatroom that has just been created has
      an handler in the remote conference list event handler
      - Reply 403 Forbidden if a client successfully creates a chatroom but he/she is not allowed in
      - Do not subscribe again to chatrooms when refreshing a register
      
      Tester: Add devices information only if they have groupchat capabilities
      when registering a new ClientConference
      5.2.91
      a5700734
  11. 17 Jul, 2023 - 1 commit
  12. 11 Jul, 2023 - 1 commit
  13. 10 Jul, 2023 - 1 commit
  14. 09 Jul, 2023 - 1 commit
  15. 07 Jul, 2023 - 1 commit
  16. 05 Jul, 2023 - 1 commit
  17. 04 Jul, 2023 - 1 commit
  18. 03 Jul, 2023 - 2 commits
  19. 30 Jun, 2023 - 2 commits
  20. 29 Jun, 2023 - 2 commits
  21. 28 Jun, 2023 - 5 commits
  22. 27 Jun, 2023 - 2 commits
  23. 26 Jun, 2023 - 2 commits
    • Julien Wadel's avatar
      Fix a leak on repeating file downloading request. · 11da50dd
      Julien Wadel authored
      Add a test on cancelling a request and restart it by keeping the old downloaded file.Fix a leak on repeating file downloading request. Add a test on cancelling a download request and restart it by keeping the file that was cancelled.
      Ignore local file size on downloading.
      5.2.78
      11da50dd
    • Julien Wadel's avatar
      Fix mainDb crash: · 9ac431f5
      Julien Wadel authored
      - Replace '==' expression (that doesn't exist into WHERE queries in SQL) by '='.
      - Put 'LEFT JOIN' statement right after 'chat_room' table in order to be allowed to be used in on clause.
      9ac431f5
  24. 22 Jun, 2023 - 1 commit
  25. 20 Jun, 2023 - 2 commits