summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-10Fixup commentsErik Johnston1-3/+3
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-10-10Add domain validation when creating room with list of invitees (#6121)werner2913-1/+13
2019-10-10before fulfilling a group invite,check if user is already joined/invited (#3436)Michael Telatynski2-4/+17
Fixes vector-im/riot-web#5645
2019-10-10send 404 as http-status when filter-id is unknown to the server (#2380)krombel4-23/+33
This fixed the weirdness of 400 vs 404 as http status code in the case the filter id is not known by the server. As e.g. matrix-js-sdk expects 404 to catch this situation this leads to unwanted behaviour.
2019-10-10Fix py3.5Erik Johnston1-1/+1
2019-10-10Fix py3.5Erik Johnston1-1/+1
2019-10-10sortErik Johnston1-3/+1
2019-10-10Appease mypyErik Johnston1-13/+18
2019-10-10Add snapcraft packaging information (#6084)James3-0/+24
2019-10-10Add comentsErik Johnston1-5/+25
2019-10-10