Skip to content
Snippets Groups Projects
  1. Jun 16, 2022
  2. Jun 15, 2022
  3. Jun 14, 2022
  4. Jun 13, 2022
  5. Jun 08, 2022
  6. Jun 07, 2022
  7. Jun 06, 2022
  8. Jun 03, 2022
  9. Jun 01, 2022
  10. May 31, 2022
  11. May 30, 2022
  12. May 27, 2022
  13. May 25, 2022
    • Patrick Cloke's avatar
      Remove user-visible groups/communities code (#12553) · a8db8c6e
      Patrick Cloke authored
      Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove:
      
      * All API endpoints (including Client-Server, Server-Server, and admin).
      * Documented configuration options (and the experimental flag, which is now unused).
      * Special handling during room upgrades.
      * The `groups` section of the `/sync` response.
      Unverified
      a8db8c6e
  14. May 23, 2022
  15. May 19, 2022
  16. May 17, 2022
  17. May 16, 2022
    • Patrick Cloke's avatar
      Consolidate logic for parsing relations. (#12693) · 86a515cc
      Patrick Cloke authored
      Parse the `m.relates_to` event content field (which describes relations)
      in a single place, this is used during:
      
      * Event persistence.
      * Validation of the Client-Server API.
      * Fetching bundled aggregations.
      * Processing of push rules.
      
      Each of these separately implement the logic and each made slightly
      different assumptions about what was valid. Some had minor / potential
      bugs.
      Unverified
      86a515cc
  18. May 13, 2022
  19. May 12, 2022
  20. May 11, 2022
  21. May 07, 2022
  22. May 05, 2022
  23. May 04, 2022
  24. May 03, 2022
  25. Apr 28, 2022
  26. Apr 27, 2022
  27. Apr 25, 2022
Loading