| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert accidental commits to develop. | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -190/+9 |
* | Give `tests.server.setup_test_homeserver` (nominally!) the same behaviour | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -0/+3 |
* | Move `tests.utils.setup_test_homeserver` to `tests.server` | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -1/+184 |
* | Convert one of the `setup_test_homeserver`s to `make_test_homeserver_synchron... | Olivier Wilkinson (reivilibre) | 2021-12-03 | 1 | -8/+3 |
* | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 2021-11-16 | 1 | -1/+2 |
* | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 1 | -4/+11 |
* | Fix-up some type hints in the relations tests. (#11076) | Patrick Cloke | 2021-10-14 | 1 | -21/+33 |
* | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 1 | -4/+4 |
* | Add reactor to `SynapseRequest` and fix up types. (#10868) | Erik Johnston | 2021-09-24 | 1 | -2/+4 |
* | Fix incompatibility with Twisted < 21. (#10713) | Richard van der Hoff | 2021-08-27 | 1 | -3/+12 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 1 | -3/+5 |
* | Ensure that we do not cache empty sync responses after a timeout (#10158) | Richard van der Hoff | 2021-06-17 | 1 | -5/+3 |
* | Kill off `_PushHTTPChannel`. (#9878) | Richard van der Hoff | 2021-04-23 | 1 | -6/+0 |
* | Make it possible to use dmypy (#9692) | Erik Johnston | 2021-03-26 | 1 | -8/+20 |
* | Enable addtional flake8-bugbear linting checks. (#9659) | Jonathan de Jong | 2021-03-24 | 1 | -1/+1 |
* | Fix remaining mypy issues due to Twisted upgrade. (#9608) | Patrick Cloke | 2021-03-15 | 1 | -0/+2 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -1/+1 |
* | SSO: redirect to public URL before setting cookies (#9436) | Richard van der Hoff | 2021-02-26 | 1 | -1/+5 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+1 |
* | Ratelimit 3PID /requestToken API (#9238) | Erik Johnston | 2021-01-28 | 1 | -2/+7 |
* | Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) | Richard van der Hoff | 2021-01-18 | 1 | -1/+1 |
* | Add a test for UI-Auth-via-SSO (#9082) | Richard van der Hoff | 2021-01-13 | 1 | -5/+27 |
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -4/+4 |
* | UIA: offer only available auth flows | Richard van der Hoff | 2020-12-02 | 1 | -0/+1 |
* | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -1/+2 |
* | Remove redundant calls to `render()` | Richard van der Hoff | 2020-11-16 | 1 | -5/+0 |
* | Make `make_request` actually render the request | Richard van der Hoff | 2020-11-16 | 1 | -7/+13 |
* | Merge pull request #8757 from matrix-org/rav/pass_site_to_make_request | Richard van der Hoff | 2020-11-16 | 1 | -1/+17 |
|\ |
|
| * | Merge branch 'develop' into rav/pass_site_to_make_request | Richard van der Hoff | 2020-11-16 | 1 | -1/+10 |
| |\ |
|
| * | | fix dict handling for make_request() | Richard van der Hoff | 2020-11-15 | 1 | -0/+2 |
| * | | pass a Site into make_request | Richard van der Hoff | 2020-11-15 | 1 | -1/+15 |
* | | | Move `wait_until_result` into `FakeChannel` (#8758) | Richard van der Hoff | 2020-11-16 | 1 | -22/+20 |
| |/
|/| |
|
* | | Add a `custom_headers` param to `make_request` (#8760) | Richard van der Hoff | 2020-11-16 | 1 | -1/+10 |
|/ |
|
* | Fix race for concurrent downloads of remote media. (#8682) | Erik Johnston | 2020-10-30 | 1 | -1/+1 |
* | Support generating structured logs in addition to standard logs. (#8607) | Patrick Cloke | 2020-10-29 | 1 | -3/+1 |
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -2/+2 |
* | Clean-up some broken/unused code in the test framework (#8514) | Patrick Cloke | 2020-10-09 | 1 | -2/+0 |
* | Fix threadsafety in ThreadedMemoryReactorClock (#8497) | Richard van der Hoff | 2020-10-09 | 1 | -4/+32 |
* | Speed up unit tests when using PostgreSQL (#8450) | Erik Johnston | 2020-10-02 | 1 | -0/+4 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -2/+13 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -3/+3 |
* | Fix client reader sharding tests (#7853) | Erik Johnston | 2020-07-15 | 1 | -1/+25 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -3/+1 |
* | Kill off redundant SynapseRequestFactory (#6619) | Richard van der Hoff | 2020-01-03 | 1 | -2/+4 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -27/+28 |
* | Improve the performance of structured logging (#6322) | Amber Brown | 2019-11-26 | 1 | -0/+2 |
* | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -2/+22 |
* | 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 |