| Commit message (Expand) | Author | Age | Files | Lines |
* | Add unit test for /purge_room API | Erik Johnston | 2019-10-31 | 1 | -1/+5 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -2/+25 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -8/+8 |
* | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 1 | -27/+34 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -3/+4 |
* | Fix sync bug when accepting invites (#4956) | Richard van der Hoff | 2019-04-02 | 1 | -21/+35 |
* | Log requests which are simulated by the unit tests. (#4905) | Richard van der Hoff | 2019-03-20 | 1 | -8/+1 |
* | Update test_typing to use HomeserverTestCase. (#4771) | Richard van der Hoff | 2019-03-04 | 1 | -6/+15 |
* | Add a caching layer to .well-known responses (#4516) | Richard van der Hoff | 2019-01-30 | 1 | -4/+14 |
* | Implement MSC1708 (.well-known lookups for server routing) (#4489) | Richard van der Hoff | 2019-01-29 | 1 | -2/+11 |
* | Use SimpleResolverComplexifier in tests (#4497) | Richard van der Hoff | 2019-01-29 | 1 | -28/+13 |
* | fix python2 test failure | Richard van der Hoff | 2019-01-23 | 1 | -1/+1 |
* | Add a test for MatrixFederationAgent | Richard van der Hoff | 2019-01-22 | 1 | -1/+12 |
* | Fix IP URL previews on Python 3 (#4215) | Amber Brown | 2018-12-22 | 1 | -0/+8 |
* | Fix Content-Disposition in media repository (#4176) | Amber Brown | 2018-11-15 | 1 | -0/+15 |
* | Fix URL preview bugs (type error when loading cache from db, content-type inc... | Amber Brown | 2018-11-08 | 1 | -0/+2 |
* | Remove some boilerplate in tests (#4156) | Amber Brown | 2018-11-07 | 1 | -2/+18 |
* | Tests for user consent resource (#4140) | Amber Brown | 2018-11-06 | 1 | -3/+17 |
* | Fix typing being reset causing infinite syncs (#4127) | Amber Brown | 2018-11-03 | 1 | -1/+7 |
* | Write some tests for the email pusher (#4095) | Amber Brown | 2018-10-30 | 1 | -1/+3 |
* | Fix client IPs being broken on Python 3 (#3908) | Amber Brown | 2018-09-20 | 1 | -3/+5 |
* | Refactor matrixfederationclient to fix logging (#3906) | Richard van der Hoff | 2018-09-18 | 1 | -0/+81 |
* | Attempt to figure out what's going on with timeouts (#3857) | Amber Brown | 2018-09-14 | 1 | -1/+41 |
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -1/+1 |
* | Fix tests on postgresql (#3740) | Amber Brown | 2018-09-04 | 1 | -0/+1 |
* | Unit tests | Erik Johnston | 2018-08-23 | 1 | -3/+10 |
* | Fix the tests | Amber Brown | 2018-08-15 | 1 | -4/+19 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -2/+8 |
* | Run black. | black | 2018-08-10 | 1 | -0/+2 |
* | Test fixes for Python 3 (#3647) | Amber Brown | 2018-08-09 | 1 | -2/+20 |
* | Refactor REST API tests to use explicit reactors (#3351) | Amber Brown | 2018-07-17 | 1 | -0/+10 |
* | Use more portable syntax using attrs package. | Oleg Girko | 2018-07-10 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+6 |
* | Better testing framework for homeserver-using things (#3446) | Amber Brown | 2018-06-27 | 1 | -0/+181 |