Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-11 | 1.7.0rc2 v1.7.0rc2 | Erik Johnston | 6 | -5/+12 | |
2019-12-11 | Prevent redacted events from appearing in message search (#6377) | Andrew Morgan | 6 | -43/+78 | |
2019-12-11 | Add dev script to generate full SQL schema files (#6394) | Andrew Morgan | 4 | -19/+198 | |
2019-12-11 | Prevent message search in upgraded rooms we're not in (#6385) | Andrew Morgan | 4 | -16/+41 | |
2019-12-11 | Back out change preventing setting null avatar URLs | Erik Johnston | 2 | -7/+7 | |
2019-12-10 | Move get_state methods into FederationHandler (#6503) | Richard van der Hoff | 3 | -86/+107 | |
This is a non-functional refactor as a precursor to some other work. | |||||
2019-12-10 | Allow SAML username provider plugins (#6411) | Andrew Morgan | 5 | -106/+417 | |
2019-12-10 | Fix race which caused deleted devices to reappear (#6514) | Richard van der Hoff | 3 | -23/+35 | |
Stop the `update_client_ips` background job from recreating deleted devices. | |||||
2019-12-10 | Refactor get_events_from_store_or_dest to return a dict (#6501) | Richard van der Hoff | 2 | -29/+16 | |
There was a bunch of unnecessary conversion back and forth between dict and list going on here. We can simplify a bunch of the code. | |||||
2019-12-10 | Remove redundant code from event authorisation implementation. (#6502) |