summary refs log tree commit diff
path: root/docs/upgrade.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers ↵Andrew Morgan2021-08-181-0/+6
| | | | | only (#10628) Co-authored-by: Patrick Cloke <patrickc@matrix.org>
* Centralise the custom template directory (#10596)Brendan Abolivier2021-08-171-0/+11
| | | Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else.
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-0/+27
| | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> Signed-off-by: Dirk Klimpel dirk@klimpel.org
* fix broken links in `upgrade.md` (#10543)Dirk Klimpel2021-08-051-28/+23
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Port the ThirdPartyEventRules module interface to the new generic interface ↵Brendan Abolivier2021-07-201-0/+13
| | | | | (#10386) Port the third-party event rules interface to the generic module interface introduced in v1.37.0
* Fix broken links in INSTALL.md (#10331)Dirk Klimpel2021-07-081-1/+1
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Add upgrade notes about disk space for events migration (#10314)Richard van der Hoff2021-07-061-1/+39
|
* Convert UPGRADE.rst to markdown (#10166)Andrew Morgan2021-06-231-0/+1353
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.