Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-10 | Fixup comments | Erik Johnston | 1 | -3/+3 | |
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | |||||
2019-10-10 | Add domain validation when creating room with list of invitees (#6121) | werner291 | 3 | -1/+13 | |
2019-10-10 | before fulfilling a group invite,check if user is already joined/invited (#3436) | Michael Telatynski | 2 | -4/+17 | |
Fixes vector-im/riot-web#5645 | |||||
2019-10-10 | send 404 as http-status when filter-id is unknown to the server (#2380) | krombel | 4 | -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-10 | Fix py3.5 | Erik Johnston | 1 | -1/+1 | |
2019-10-10 | Fix py3.5 | Erik Johnston | 1 | -1/+1 | |
2019-10-10 | sort | Erik Johnston | 1 | -3/+1 | |
2019-10-10 | Appease mypy | Erik Johnston | 1 | -13/+18 | |
2019-10-10 | Add snapcraft packaging information (#6084) | James | 3 | -0/+24 | |
2019-10-10 | Add coments | Erik Johnston | 1 | -5/+25 | |
2019-10-10 |