summary refs log tree commit diff
path: root/synapse/rest/client/versions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add report room API (MSC4151) (#17270)Travis Ralston2024-06-121-0/+2
* Declare support for Matrix v1.10. (#17082)Patrick Cloke2024-04-291-0/+1
* MSC4108 implementation (#17056)Quentin Gliech2024-04-251-2/+7
* Support for MSC4108 via delegation (#17086)Quentin Gliech2024-04-171-0/+3
* Stabliize support for MSC3981: recurse /relations (#17023)Patrick Cloke2024-04-091-1/+2
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+3
* feat: add msc4028 to versions api (#16787)Hanadi2024-01-161-0/+2
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-13/+16
|\
| * Update license headersPatrick Cloke2023-11-211-13/+16
* | Implement MSC4069: Inhibit profile propagation (#16636)Travis Ralston2023-12-041-0/+2
* | Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)Patrick Cloke2023-11-291-0/+3
|/
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-161-2/+0
* Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke2023-06-061-2/+0
* Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith2023-06-011-2/+2
* Update Mutual Rooms (MSC2666) implementation (#15621)Jonathan de Jong2023-05-181-1/+1
* Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558)Michael Weimann2023-05-151-0/+2
* Declare support for Matrix 1.6 (#15559)Patrick Cloke2023-05-121-0/+1
* Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562)Andrew Morgan2023-05-111-0/+2
* Stabilize MSC2659 support for AS ping endpoint. (#15528)Tulir Asokan2023-05-091-1/+1
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+1
* Add /versions flag for MSC3952. (#15293)Patrick Cloke2023-03-201-0/+2
* Implement MSC2659: application service ping endpoint (#15249)Tulir Asokan2023-03-161-0/+2
* Advertise support for Matrix v1.5. (#14576)Patrick Cloke2022-11-291-0/+1
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-2/+0
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-031-0/+2
* Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-181-0/+3
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-171-0/+2
* Advertise support for Matrix 1.4. (#14184)Patrick Cloke2022-10-141-0/+1
* Use stable identifiers for MSC3771 & MSC3773. (#14050)Patrick Cloke2022-10-071-1/+1
* Advertise supporting version 1.3 of the Matrix spec. (#14032)Patrick Cloke2022-10-041-0/+1
* Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-041-1/+2
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-231-0/+2
* Add version flag for MSC3881 (#13860)Brendan Abolivier2022-09-211-0/+2
* Implementation of MSC3882 login token request (#13722)Hugh Nimmo-Smith2022-09-211-0/+2
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-011-1/+0
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-051-0/+1
* Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-2/+2
* Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-291-0/+2
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-051-1/+1
* Implement MSC2815: allow room moderators to view redacted event content (#12427)Tulir Asokan2022-04-201-0/+2
* Rename Mutual Rooms `unstable_features` flag to match MSC (#12445)Jonathan de Jong2022-04-131-1/+1
* Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-121-1/+0
* Support stable identifiers for MSC3440: Threading (#12151)Patrick Cloke2022-03-101-0/+1
* Move experimental support for MSC3440 to /versions. (#12099)Patrick Cloke2022-02-281-0/+2
* Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022)Travis Ralston2022-02-211-0/+1
* Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020)Travis Ralston2022-02-181-0/+1
* Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582)Eric Eastwood2021-12-161-0/+4
* Support Client-Server API r0.6.1 (#11097)Aaron R2021-11-011-0/+1
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-3/+3
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-3/+11
* Support for MSC2285 (hidden read receipts) (#10413)Šimon Brandner2021-07-281-0/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Incorporate reviewBrendan Abolivier2021-03-191-1/+1
* Implement MSC3026: busy presence stateBrendan Abolivier2021-03-181-0/+2
* Merge tag 'v1.20.0rc5' into developPatrick Cloke2020-09-181-0/+19
|\
| * Add flags to /versions about whether new rooms are encrypted by default. (#8343)Patrick Cloke2020-09-181-0/+19
* | Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
|/
* Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-0/+2
* 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
* Remove m.lazy_load_members from unstable features since it is in CS r0.5.0 (#...Aaron Raimist2020-02-131-1/+0
* Add org.matrix.e2e_cross_signing to unstable_features in /versions as per MSC...Neil Johnson2020-01-161-0/+2
* 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 m.id_access_token to /versions unstable_features (MSC2264) (#5974)Andrew Morgan2019-09-231-0/+3
* Add m.require_identity_server to /versions unstable_flags (#5972)Andrew Morgan2019-09-231-1/+13
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-2/+6
* Revert "Add m.id_access_token flag (#5930)" (#5945)Andrew Morgan2019-08-301-6/+1
* Add m.id_access_token flag (#5930)Andrew Morgan2019-08-301-1/+6
* Run Black. (#5482)Amber Brown2019-06-201-21/+22
* Neilj/add r0.5 to versions (#5360)Neil Johnson2019-06-051-0/+1
* Allow "unavailable" presence status for /sync (#4592)Valentin Anger2019-02-081-0/+1
* 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