summary refs log tree commit diff
path: root/docs/upgrade.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid storing URL cache files in storage providers (#10911)Sean Quah2021-09-271-0/+7
| | | | | URL cache files are short-lived and it does not make sense to offload them (eg. to the cloud) or back them up.
* Document that /spaces & /hierarchy can be routed to workers. (#10648)Patrick Cloke2021-09-081-1/+9
| | | Also refactors some of the registration of endpoints on workers.
* 1.42.0rc1Olivier Wilkinson (reivilibre)2021-09-011-3/+3
|
* Remove pushers when deleting 3pid from account (#10581)Azrenbeth2021-08-261-0/+5
| | | | | When a user deletes an email from their account it will now also remove all pushers for that email and that user (even if these pushers were created by a different client)
* Merge branch 'release-v1.41' into developErik Johnston2021-08-181-8/+26
|\
| * Update docs/upgrade.md with new versionErik Johnston2021-08-181-1/+1
| |
| * 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.
* | Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-181-0/+8
| |
* | Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-0/+13
|/
* 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.