Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-25 | Remove extraneous unittest.DEBUG's | Andrew Morgan | 2 | -2/+0 | |
2020-02-25 | Increase expected state events in tests for new room by one | Andrew Morgan | 1 | -1/+6 | |
2020-02-24 | Move buildkite config to the pipelines repo (#5943) | Amber Brown | 2 | -0/+16 | |
Note: I kept it in the repo for now ~anoa | |||||
2020-02-24 | Add m.id_access_token flag (#5930) | Andrew Morgan | 2 | -1/+7 | |
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 | |||||
2020-02-24 | Removed unused jenkins/ folder and script (#5938) | Amber Brown | 2 | -16/+1 | |
2020-02-24 | Revert "Use the v2 lookup API for 3PID invites (#5897)" | Andrew Morgan | 10 | -320/+183 | |
This reverts commit 978f263e7c5d1eb440efaf07abc5009408ade25d, reversing changes made to 4f6ee99818d9c338944a10585d0aea4c7349d456. | |||||
2020-02-14 | Blacklist some flaky tests | Andrew Morgan | 1 | -0/+6 | |
2020-02-14 | Pin black to 19.3b0 | Andrew Morgan | 1 | -1/+1 | |
2020-02-14 | Fix with isort==4.3.21 and black==19.3b0 | Andrew Morgan | 13 | -24/+19 | |
2020-02-14 | Delete duplicate user deactivation | Andrew Morgan | 1 | -7/+0 | |
2020-02-14 | Fix account_validity incorrect email response content | Andrew Morgan | 1 | -2/+5 | |
2020-02-14 | Fix incorrect run_in_background import statement | Andrew Morgan | 1 | -1/+1 | |
2020-02-14 | Fix signedjson deleted method | Andrew Morgan | 1 | -4/+12 | |
2020-02-11 | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 353 | -10315/+8823 | |
2020-02-10 | Reject device display names that are too long (#6882) | Patrick Cloke | 3 | -1/+32 | |
* Reject device display names that are too long. Too long is currently defined as 100 characters in length. * Add a regression test for rejecting a too long device display name. | |||||
2020-02-10 | filter out m.room.aliases from /sync state blocks (#6884) | Matthew Hodgson | 2 | -0/+2 | |
We forgot to filter out aliases from /sync state blocks as well as the timeline. | |||||
2020-02-10 | Add an additional test to the SyTest blacklist for worker mode. (#6883) | Patrick Cloke | 2 | -0/+3 | |
2020-02-10 | 1.10.0rc3 v1.10.0rc3 | Richard van der Hoff | 4 | -3/+16 | |
2020-02-10 | filter out m.room.aliases from the CS API until a better solution is specced ↵ | Matthew Hodgson | 2 | -0/+8 | |
(#6878) We're in the middle of properly mitigating spam caused by malicious aliases being added to a room. However, until this work fully lands, we temporarily filter out all m.room.aliases events from /sync and /messages on the CS API, to remove abusive aliases. This is considered acceptable as m.room.aliases events were never a reliable record of the given alias->id mapping and were purely informational, and in their current state do more harm than good. | |||||
2020-02-10 | Update setuptools for python 3.5 tests (#6880) | Richard van der Hoff | 2 | -0/+19 | |
Workaround for jaraco/zipp#40 | |||||
2020-02-07 | Add support for putting fed user query API on workers (#6873) | Erik Johnston | 5 | -21/+25 | |
2020-02-07 | Remove unused `get_room_stats_state` method. (#6869) | Richard van der Hoff | 2 | -25/+1 | |
2020-02-07 | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 13 | -39/+52 | |
... and use it in places where it's trivial to do so. This will make it easier to pass room versions into the FrozenEvent constructors. | |||||
2020-02-07 | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 9 | -107/+138 | |
2020-02-07 | Allow moving group read APIs to workers (#6866) | Erik Johnston | 9 | -687/+722 | |
2020-02-07 | Admin api to add an email address (#6789) | Dirk Klimpel | 6 | -2/+78 | |
2020-02-07 | remove unused room_version_to_event_format (#6857) | Richard van der Hoff | 2 | -23/+2 | |
2020-02-06 | Limit the number of events that can be requested when backfilling events (#6864) | Patrick Cloke | 2 | -0/+5 | |
Limit the maximum number of events requested when backfilling events. | |||||
2020-02-06 | Pass room_version into `event_from_pdu_json` | Richard van der Hoff | 5 | -60/+51 | |
It's called from all over the shop, so this one's a bit messy. | |||||
2020-02-06 | pass room version into FederationClient.send_join (#6854) | Richard van der Hoff | 3 | -30/+34 | |
... which allows us to sanity-check the create event. | |||||
2020-02-06 | Allow empty federation_certificate_verification_whitelist (#6849) | timfi | 2 | -0/+3 | |
2020-02-06 | Third party event rules Update (#6781) | PeerD | 3 | -4/+10 | |
2020-02-06 |