summary refs log tree commit diff
path: root/tests/crypto (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-22Remove m.relates_to from events if the client set it to nullTravis Ralston1-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-22Run black on synapse.crypto.keyring (#5232)Richard van der Hoff2-149/+138
2019-05-220.99.5.1 v0.99.5.1Neil Johnson3-3/+11
2019-05-22Revert "0.99.5"Neil Johnson3-11/+3
This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb.
2019-05-220.99.5Neil Johnson3-3/+11
2019-05-22remove urllib3 pin (#5230)Marcus Hoffmann2-8/+1
requests 2.22.0 as been released supporting urllib3 1.25.2 Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2019-05-220.99.5 v0.99.5Neil Johnson3-1/+11
2019-05-22Neilj/ensure get profileinfo available in client reader slaved store (#5213)Neil Johnson2-0/+3
* expose SlavedProfileStore to ClientReaderSlavedStore
2019-05-22Update README.md (#5222)Steffen1-1/+1
Add missing backslash
2019-05-21update changelog