Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rei/as_device_masquerading_msc3202' of ↵ github/anoa/e2e_as_internal_testing anoa/e2e_as_internal_testing | Andrew Morgan | 2021-12-10 | 1 | -0/+5 |
|\ | | | | | | | github.com:matrix-org/synapse into anoa/e2e_as_internal_testing | ||||
| * | Add an experimental flag to control device masquerading | Olivier Wilkinson (reivilibre) | 2021-12-09 | 1 | -0/+5 |
| | | |||||
* | | Add an experimental config option for sending device lists to AS's | Andrew Morgan | 2021-12-08 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into ↵ | Andrew Morgan | 2021-12-07 | 1 | -0/+3 |
|\| | | | | | | | anoa/e2e_as_to_device | ||||
| * | Add MSC3030 experimental client and federation API endpoints to get the ↵ | Eric Eastwood | 2021-12-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closest event to a given timestamp (#9445) MSC3030: https://github.com/matrix-org/matrix-doc/pull/3030 Client API endpoint. This will also go and fetch from the federation API endpoint if unable to find an event locally or we found an extremity with possibly a closer event we don't know about. ``` GET /_matrix/client/unstable/org.matrix.msc3030/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction> { "event_id": ... "origin_server_ts": ... } ``` Federation API endpoint: ``` GET /_matrix/federation/unstable/org.matrix.msc3030/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction> { "event_id": ... "origin_server_ts": ... } ``` Co-authored-by: Erik Johnston <erik@matrix.org> | ||||
* | | Add experimental config option to send to-device messages to AS's | Andrew Morgan | 2021-11-16 | 1 | -0/+8 |
|/ | |||||
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 1 | -0/+2 |
| | | | | Adds experimental support for MSC3440's `io.element.thread` relation type (and the aggregation for it). | ||||
* | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 1 | -0/+3 |
| | |||||
* | Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config ↵ | Sean | 2021-09-09 | 1 | -3/+0 |
| | | | | | option (#10693) Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Merge branch 'master' into develop | Erik Johnston | 2021-08-24 | 1 | -1/+1 |
|\ | |||||
| * | Set room version 8 as preferred for restricted rooms. (#10571) | Patrick Cloke | 2021-08-20 | 1 | -1/+1 |
| | | |||||
* | | Support MSC3283: Expose `enable_set_displayname` in capabilities (#10452) | Dirk Klimpel | 2021-08-19 | 1 | -0/+3 |
|/ | |||||
* | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -0/+3 |
| | |||||
* | Support for MSC2285 (hidden read receipts) (#10413) | Šimon Brandner | 2021-07-28 | 1 | -0/+3 |
| | | | Implementation of matrix-org/matrix-doc#2285 | ||||
* | MSC3244 room capabilities implementation (#10283) | Michael Telatynski | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -3/+3 |
| | |||||
* | Add endpoints for backfilling history (MSC2716) (#9247) | Eric Eastwood | 2021-06-22 | 1 | -0/+3 |
| | | | Work on https://github.com/matrix-org/matrix-doc/pull/2716 | ||||
* | Remove the experimental flag for knocking and use stable prefixes / ↵ | Patrick Cloke | 2021-06-15 | 1 | -7/+0 |
| | | | | | | | endpoints. (#10167) * Room version 7 for knocking. * Stable prefixes and endpoints (both client and federation) for knocking. * Removes the experimental configuration flag. | ||||
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+7 |
| | | | | | | This PR aims to implement the knock feature as proposed in https://github.com/matrix-org/matrix-doc/pull/2403 Signed-off-by: Sorunome mail@sorunome.de Signed-off-by: Andrew Morgan andrewm@element.io | ||||
* | Remove the experimental spaces enabled flag. (#10063) | Patrick Cloke | 2021-05-26 | 1 | -23/+0 |
| | | | | In lieu of just always enabling the unstable spaces endpoint and unstable room version. | ||||
* | Enable experimental spaces by default. (#10011) | Patrick Cloke | 2021-05-24 | 1 | -1/+18 |
| | | | | The previous spaces_enabled flag now defaults to true and is exposed in the sample config. | ||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Add an experimental room version to support restricted join rules. (#9717) | Patrick Cloke | 2021-03-31 | 1 | -1/+6 |
| | | | Per MSC3083. | ||||
* | Merge branch 'develop' into babolivier/msc3026 | Brendan Abolivier | 2021-03-19 | 1 | -0/+2 |
|\ | |||||
| * | Initial spaces summary API (#9643) | Richard van der Hoff | 2021-03-18 | 1 | -0/+3 |
| | | | | | | This is very bare-bones for now: federation will come soon, while pagination is descoped for now but will come later. | ||||
* | | Move support for MSC3026 behind an experimental flag | Brendan Abolivier | 2021-03-18 | 1 | -0/+2 |
|/ | |||||
* | Implement MSC2858 support (#9183) | Richard van der Hoff | 2021-01-27 | 1 | -0/+29 |
Fixes #8928. |