| Commit message (Expand) | Author | Age | Files | Lines |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -73/+0 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Remove unused OPTIONS handlers. (#8621) | Patrick Cloke | 2020-10-22 | 1 | -3/+0 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Stop passing bytes when dumping JSON (#7799) | Patrick Cloke | 2020-07-08 | 1 | -1/+1 |
* | Port rest/v1 to async/await | Erik Johnston | 2019-12-05 | 1 | -5/+2 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -2/+2 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -12/+10 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -11/+13 |
* | Hawkowl/fix missing auth (#5328) | Amber Brown | 2019-06-04 | 1 | -0/+1 |
* | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 1 | -3/+8 |
* | fix VOIP crashes under Python 3 (#3821) | Krombel | 2018-09-10 | 1 | -1/+5 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+4 |
* | add setting (on by default) to support TURN for guests | Matthew Hodgson | 2017-03-15 | 1 | -1/+4 |
* | Added username and password for turn server | Marvin Steadfast | 2017-01-19 | 1 | -9/+17 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -2/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 1 | -2/+2 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -1/+1 |
* | Merge pull request #248 from matrix-org/deviceid | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+1 |
|\ |
|
| * | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -1/+1 |
* | | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+1 |
|/ |
|
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Extract the client v1 base RestServlet to a separate class | Mark Haines | 2015-01-23 | 1 | -2/+2 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+60 |