Skip to content
Snippets Groups Projects
  1. Aug 18, 2021
  2. Jul 08, 2021
  3. Jun 23, 2021
    • Andrew Morgan's avatar
      Convert UPGRADE.rst to markdown (#10166) · 7f25d738
      Andrew Morgan authored
      This PR:
      
      * Converts UPGRADE.rst to markdown and moves the contents into the `docs/` directory.
      * Updates the contents of UPGRADE.rst to point to the website instead.
      * Updates links around the codebase that point to UPGRADE.rst.
      
      `pandoc` + some manual editing was used to convert from RST to md.
      7f25d738
  4. Jun 18, 2021
    • Brendan Abolivier's avatar
      Standardise the module interface (#10062) · 1b3e398b
      Brendan Abolivier authored
      This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API.
      1b3e398b
  5. May 17, 2021
  6. May 11, 2021
  7. Apr 21, 2021
  8. Apr 20, 2021
  9. Apr 19, 2021
  10. Apr 09, 2021
  11. Mar 26, 2021
  12. Mar 05, 2021
  13. Mar 04, 2021
  14. Feb 26, 2021
  15. Feb 18, 2021
  16. Feb 02, 2021
  17. Feb 01, 2021
  18. Jan 29, 2021
  19. Jan 27, 2021
  20. Jan 20, 2021
  21. Jan 12, 2021
  22. Dec 09, 2020
  23. Nov 25, 2020
  24. Nov 19, 2020
  25. Nov 18, 2020
  26. Oct 29, 2020
  27. Oct 05, 2020
    • Andrew Morgan's avatar
      Allow ThirdPartyEventRules modules to manipulate public room state (#8292) · 0991a2da
      Andrew Morgan authored
      This PR allows `ThirdPartyEventRules` modules to view, manipulate and block changes to the state of whether a room is published in the public rooms directory.
      
      While the idea of whether a room is in the public rooms list is not kept within an event in the room, `ThirdPartyEventRules` generally deal with controlling which modifications can happen to a room. Public rooms fits within that idea, even if its toggle state isn't controlled through a state event. 
      0991a2da
  28. Sep 14, 2020
  29. Sep 10, 2020
Loading