Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-28 | Convert confirmation from request args to HTML form data | Andrew Morgan | 4 | -8/+67 | |
2020-08-28 | Return 400 when accessing submit_token/_confirm with REMOTE behaviour | Andrew Morgan | 1 | -0/+10 | |
2020-08-28 | Pull things from, instead of copying the entirety of, the config | Andrew Morgan | 1 | -12/+18 | |
2020-08-28 | Update synapse/rest/client/v2_alpha/account.py | Andrew Morgan | 1 | -1/+1 | |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2020-08-26 | Update the test federation client to handle streaming responses (#8130) | Richard van der Hoff | 2 | -8/+28 | |
Now that the server supports streaming back JSON responses, it would be nice to show the response as it is streamed, in the test tool. | |||||
2020-08-26 | Do not propagate profile changes of shadow-banned users into rooms. (#8157) | Patrick Cloke | 5 | -160/+291 | |
2020-08-26 | Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator ↵ | Erik Johnston | 12 | -15/+16 | |
(#8171) | |||||
2020-08-26 | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 25 | -113/+220 | |
2020-08-26 | Fix rate limiting unit tests. (#8167) | Patrick Cloke | 2 | -13/+15 | |
These were passing on the release-v1.19.1 branch but started failing once merged to develop. | |||||
2020-08-25 | Add functions to `MultiWriterIdGen` used by events stream (#8164) | Erik Johnston | 4 | -3/+145 | |
2020-08-25 | Do not allow send_nonmember_event to be called with shadow-banned users. (#8158) | Patrick Cloke | 2 | -5/+35 | |
2020-08-25 | Changelog fixes v1.19.1rc1 | Brendan Abolivier | 1 | -1/+1 | |
2020-08-25 | 1.19.1rc1 | Brendan Abolivier | 4 | -3/+11 | |
2020-08-25 | Make StreamIdGen `get_next` and `get_next_mult` async (#8161) | Erik Johnston | 14 | -49/+54 | |
This is mainly so that `StreamIdGenerator` and `MultiWriterIdGenerator` will have the same interface, allowing them to be used interchangeably. | |||||
2020-08-25 | Wording fixes to 'name' user admin api filter (#8163) | Andrew Morgan | 4 | -5/+7 | |
Some fixes to wording I noticed after merging #7377. | |||||
2020-08-25 | Fix missing double-backtick in RST document | Andrew Morgan | 1 | -1/+1 | |
2020-08-25 | Search in columns 'name' and 'displayname' in the admin users endpoint (#7377) | Manuel Stahl | 4 | -15/+27 | |
* Search in columns 'name' and 'displayname' in the admin users endpoint Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de> | |||||
2020-08-24 | Add type hints for state. (#8140) | Patrick Cloke | 10 | -203/+420 | |
2020-08-24 | Stop shadow-banned users from sending non-member events. (#8142) | Patrick Cloke | 8 | -42/+155 | |
2020-08-24 | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 6 | -107/+127 | |
2020-08-24 | Add healthcheck for default localhost 8008 port on /health endpoint. (#8147) | Christopher May-Townsend | 3 | -0/+34 | |
2020-08-24 | Fix flaky shadow-ban tests. (#8152) | Patrick Cloke | 2 | -1/+4 | |
2020-08-24 | Fix join ratelimiter breaking profile updates and idempotency (#8153) | Brendan Abolivier | 4 | -25/+119 | |
2020-08-24 | Do not apply ratelimiting on joins to appservices (#8139) | Will Hunt | 4 | -6/+119 | |
Add new method ratelimiter.can_requester_do_action and ensure that appservices are exempt from being ratelimited. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Erik Johnston <erik@matrix.org> | |||||
2020-08-24 | Don't fail /submit_token requests on incorrect session ID if ↵ | Brendan Abolivier | 5 | -6/ |