Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add deprecation warnings for `webclient` listener and non-HTTP(S) ↵ | Patrick Cloke | 2022-01-20 | 1 | -0/+11 |
| | | | | | | | `web_client_location`. (#11774) This changes the behaviour of the root endpoint to redirect directly to the configuration of `web_client_location` if it is given an HTTP(S) URL. | ||||
* | Add support removal notice to the upgrade notes | Olivier Wilkinson (reivilibre) | 2022-01-05 | 1 | -0/+11 |
| | |||||
* | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 1 | -0/+10 |
| | | | | | Remove deprecated delete room admin API, `POST /_synapse/admin/v1/rooms/<room_id>/delete` | ||||
* | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 1 | -46/+58 |
| | | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com> | ||||
* | Deprecate user_may_create_room_with_invites (#11206) | Brendan Abolivier | 2021-11-01 | 1 | -0/+13 |
| | |||||
* | Fix instances of [example]{.title-ref} in the upgrade notes (#11118) | Andrew Morgan | 2021-10-19 | 1 | -27/+27 |
| | |||||
* | Fix upgrade dead links (#11069) | David Robertson | 2021-10-13 | 1 | -4/+4 |
| | |||||
* | Update upgrade notes | Brendan Abolivier | 2021-10-12 | 1 | -0/+9 |
| | |||||
* | Avoid storing URL cache files in storage providers (#10911) | Sean Quah | 2021-09-27 | 1 | -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 Cloke | 2021-09-08 | 1 | -1/+9 |
| | | | Also refactors some of the registration of endpoints on workers. | ||||
* | 1.42.0rc1 | Olivier Wilkinson (reivilibre) | 2021-09-01 | 1 | -3/+3 |
| | |||||
* | Remove pushers when deleting 3pid from account (#10581) | Azrenbeth | 2021-08-26 | 1 | -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 develop | Erik Johnston | 2021-08-18 | 1 | -8/+26 |
|\ | |||||
| * | Update docs/upgrade.md with new version | Erik Johnston | 2021-08-18 | 1 | -1/+1 |
| | | |||||
| * | Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers ↵ | Andrew Morgan | 2021-08-18 | 1 | -0/+6 |
| | | | | | | | | | | only (#10628) Co-authored-by: Patrick Cloke <patrickc@matrix.org> | ||||
| * | Centralise the custom template directory (#10596) | Brendan Abolivier | 2021-08-17 | 1 | -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 Brown | 2021-08-18 | 1 | -0/+8 |
| | | |||||
* | | Remove deprecated Shutdown Room and Purge Room Admin API (#8830) | Dirk Klimpel | 2021-08-17 | 1 | -0/+13 |
|/ | |||||
* | support federation queries through http connect proxy (#10475) | Dirk Klimpel | 2021-08-11 | 1 | -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 Klimpel | 2021-08-05 | 1 | -28/+23 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Port the ThirdPartyEventRules module interface to the new generic interface ↵ | Brendan Abolivier | 2021-07-20 | 1 | -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 Klimpel | 2021-07-08 | 1 | -1/+1 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Add upgrade notes about disk space for events migration (#10314) | Richard van der Hoff | 2021-07-06 | 1 | -1/+39 |
| | |||||
* | Convert UPGRADE.rst to markdown (#10166) | Andrew Morgan | 2021-06-23 | 1 | -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. |