| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+0 |
* | Add missing type hints to tests. (#15027) | Patrick Cloke | 2023-02-08 | 1 | -13/+22 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -3/+0 |
* | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 2022-05-04 | 1 | -0/+74 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 1 | -34/+3 |
* | Add functionality to remove deactivated users from the monthly_active_users t... | Hillery Shay | 2021-10-04 | 1 | -3/+34 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Require AppserviceRegistrationType (#9548) | Will Hunt | 2021-04-12 | 1 | -12/+11 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+4 |
* | Merge remote-tracking branch 'origin/erikj/as_mau_block' into develop | Erik Johnston | 2020-12-18 | 1 | -2/+44 |
|\ |
|
| * | Update tests/test_mau.py | Erik Johnston | 2020-12-17 | 1 | -1/+2 |
| * | Correctly handle AS registerations and add test | Erik Johnston | 2020-12-17 | 1 | -2/+43 |
* | | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -2/+2 |
|/ |
|
* | Remove redundant `HomeserverTestCase.render` | Richard van der Hoff | 2020-11-16 | 1 | -2/+0 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
* | Replace instances of reactor pumping with get_success. (#7619) | Andrew Morgan | 2020-06-03 | 1 | -3/+2 |
* | Optimise some references to hs.config (#7546) | Richard van der Hoff | 2020-05-22 | 1 | -32/+31 |
* | Stop Auth methods from polling the config on every req. (#7420) | Andrew Morgan | 2020-05-06 | 1 | -3/+11 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -6/+2 |
* | Add rate-limiting on registration (#4735) | Brendan Abolivier | 2019-03-05 | 1 | -2/+1 |
* | Add option to track MAU stats (but not limit people) (#3830) | Travis Ralston | 2018-11-15 | 1 | -0/+18 |
* | Remove some boilerplate in tests (#4156) | Amber Brown | 2018-11-07 | 1 | -24/+11 |
* | Write some tests for the email pusher (#4095) | Amber Brown | 2018-10-30 | 1 | -1/+1 |
* | Port tests/ to Python 3 (#3808) | Amber Brown | 2018-09-07 | 1 | -15/+15 |
* | Unit tests | Erik Johnston | 2018-08-23 | 1 | -0/+217 |