summary refs log tree commit diff
path: root/tests/test_mau.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Add missing type hints to tests. (#15027)Patrick Cloke2023-02-081-13/+22
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-3/+0
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-041-0/+74
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Revert change to counting of deactivated users towards the monthly active use...Sean Quah2021-10-201-34/+3
* Add functionality to remove deactivated users from the monthly_active_users t...Hillery Shay2021-10-041-3/+34
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Require AppserviceRegistrationType (#9548)Will Hunt2021-04-121-12/+11
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Merge remote-tracking branch 'origin/erikj/as_mau_block' into developErik Johnston2020-12-181-2/+44
|\
| * Update tests/test_mau.pyErik Johnston2020-12-171-1/+2
| * Correctly handle AS registerations and add testErik Johnston2020-12-171-2/+43
* | Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-2/+2
|/
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-2/+0
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Replace instances of reactor pumping with get_success. (#7619)Andrew Morgan2020-06-031-3/+2
* Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-32/+31
* Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-061-3/+11
* Run Black on the tests again (#5170)Amber Brown2019-05-101-6/+2
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+1
* Add option to track MAU stats (but not limit people) (#3830)Travis Ralston2018-11-151-0/+18
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-24/+11
* Write some tests for the email pusher (#4095)Amber Brown2018-10-301-1/+1
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-15/+15
* Unit testsErik Johnston2018-08-231-0/+217