Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-22 | Remove m.relates_to from events if the client set it to null | Travis Ralston | 1 | -0/+5 | |
It appears as though Python only checks to see if the key exists in a dictionary, not necessarily for a useful value. This means that when clients submit (valid) requests with `m.relates_to: null` and Synapse later reads it, it gets a None reference error on access. This is the easier route than guarding all the places where it could be None. | |||||
2019-05-22 | Run black on synapse.crypto.keyring (#5232) | Richard van der Hoff | 2 | -149/+138 | |
2019-05-22 | 0.99.5.1 v0.99.5.1 | Neil Johnson | 3 | -3/+11 | |
2019-05-22 | Revert "0.99.5" | Neil Johnson | 3 | -11/+3 | |
This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb. | |||||
2019-05-22 | 0.99.5 | Neil Johnson | 3 | -3/+11 | |
2019-05-22 | remove urllib3 pin (#5230) | Marcus Hoffmann | 2 | -8/+1 | |
requests 2.22.0 as been released supporting urllib3 1.25.2 Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2019-05-22 | 0.99.5 v0.99.5 | Neil Johnson | 3 | -1/+11 | |
2019-05-22 | Neilj/ensure get profileinfo available in client reader slaved store (#5213) | Neil Johnson | 2 | -0/+3 | |
* expose SlavedProfileStore to ClientReaderSlavedStore | |||||
2019-05-22 | Update README.md (#5222) | Steffen | 1 | -1/+1 | |
Add missing backslash | |||||
2019-05-21 | update changelog v0.99.5rc1 | Richard van der Hoff | 3 | -3/+1 |