Skip to content
Snippets Groups Projects
  1. Aug 15, 2022
  2. Jun 19, 2022
    • Zeyphros's avatar
      Implement command to deactivate user from admin channel · f6183e45
      Zeyphros authored
      Use `leave_room` in `leave_all_rooms`
      
      WIP: Add command to delete a list of users
      also implements a flag to prevent the user from being removed from their joined rooms.
      
      Report user deactivation failure reason
      
      Don't send leave events by default when mass deactivating user accounts
      
      Don't stop leaving rooms if an error was encountered
      
      WIP: Rename command, make flags consistent, don't deactivate admin accounts.
      Accounts should be deactivated as fast as possible and removing users from joined groups is completed afterwards.
      
      Fix admin safety logic, improve command output
      
      Continue leaving rooms if a room_id is invalid
      
      Ignore errors from leave_room
      
      Add notice to the list-local-users command
      Output form list-local-users can be used directly without modification with the deactivate-all command
      
      Only get mutex lock for admin room when sending message
      f6183e45
  3. Jun 18, 2022
  4. Apr 07, 2022
  5. Mar 13, 2022
  6. Feb 18, 2022
  7. Feb 12, 2022
  8. Feb 03, 2022
  9. Feb 02, 2022
  10. Jan 31, 2022
  11. Dec 16, 2021
  12. Dec 15, 2021
  13. Oct 13, 2021
  14. Sep 13, 2021
  15. Sep 01, 2021
  16. Aug 31, 2021
  17. Aug 19, 2021
  18. Aug 17, 2021
  19. Aug 13, 2021
  20. Aug 10, 2021
  21. Aug 09, 2021
  22. Aug 03, 2021
  23. Jul 29, 2021
  24. Jul 20, 2021
  25. Jul 14, 2021
  26. Jul 11, 2021
    • Kurt Roeckx's avatar
      Return proper error in case of invalid UTF-8 in json_body · 699f7767
      Kurt Roeckx authored
      json_body is used in places that need authentication. In
      case an unknown field is set, Ruma doesn't parse the field
      and so doesn't give an error on invalid UTF-8. But Conduit
      has parsed and on error makes json_body None. Return an
      error to the client instead of generating an internal error.
      699f7767
  27. Jun 19, 2021
  28. Jun 17, 2021
Loading