summary refs log tree commit diff
path: root/synapse/rest/client/versions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support CS API v0.6.0 (#6585)Andrew Morgan2020-06-051-15/+1
|
* Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff2020-02-191-0/+2
| | | it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
* Remove m.lazy_load_members from unstable features since it is in CS r0.5.0 ↵Aaron Raimist2020-02-131-1/+0
| | | | | | | (#6877) Fixes #5528
* Add org.matrix.e2e_cross_signing to unstable_features in /versions as per ↵Neil Johnson2020-01-161-0/+2
| | | | MSC1756 (#6712)
* Update copyrightsBrendan Abolivier2019-11-051-0/+3
|
* Add unstable feature flagBrendan Abolivier2019-11-011-0/+3
|
* Add an unstable feature flag for separate add/bind 3pid APIs (#6044)Andrew Morgan2019-09-231-0/+2
| | | Add a m.separate_add_and_bind flag set to True. See MSC2290's Backward Compatibility section for details.
* Add m.id_access_token to /versions unstable_features (MSC2264) (#5974)Andrew Morgan2019-09-231-0/+3
| | | | | Adds a flag to /versions' unstable_features section indicating that this Synapse understands what an id_access_token is, as per MSC2264. Fixes #5927
* Add m.require_identity_server to /versions unstable_flags (#5972)Andrew Morgan2019-09-231-1/+13
| | | | | As MSC2263 states, m.require_identity_server must be set to false when it does not require an identity server to be provided by the client for the purposes of email registration or password reset. Adds an m.require_identity_server flag to /versionss unstable_flags section. This will advertise that Synapse no longer needs id_server as a parameter.
* Allow Synapse to send registration emails + choose Synapse or an external ↵Andrew Morgan2019-09-061-2/+6
| | | | | | | | | | | | | | | | server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
* Revert "Add m.id_access_token flag (#5930)" (#5945)Andrew Morgan2019-08-301-6/+1
| | | This reverts commit 4765f0cfd95f6160f32c75481651d125f343cd58.
* Add m.id_access_token flag (#5930)Andrew Morgan2019-08-301-1/+6
| | | | | Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043 Fixes #5927
* Run Black. (#5482)Amber Brown2019-06-201-21/+22
|
* Neilj/add r0.5 to versions (#5360)Neil Johnson2019-06-051-0/+1
| | | * Update _matrix/client/versions to reference support for r0.5.0
* Allow "unavailable" presence status for /sync (#4592)Valentin Anger2019-02-081-0/+1
| | | | | | | | | | * Allow "unavailable" presence status for /sync Closes #3772, closes #3779 Signed-off-by: Valentin Anger <valentin.an.1999@gmail.com> * Add changelog for PR 4592
* lazyload aware /messages (#3589)Matthew Hodgson2018-08-161-1/+12
|
* run isortAmber Brown2018-07-091-2/+2
|
* Declare support for r0.3.0Richard van der Hoff2017-11-151-0/+1
|
* Add r0.1.0 to the "supported versions" listRichard van der Hoff2016-07-281-0/+1
|
* Add r0.2.0 to the "supported versions" listRichard van der Hoff2016-07-281-1/+4
|
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-3/+1
|
* Add /_matrix/versions to report supported versionsDaniel Wagner-Hall2016-01-061-0/+36