summary refs log tree commit diff
path: root/tests/handlers/test_user_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-2/+2
|
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-6/+6
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke2020-02-141-0/+92
| | | Add a method to the spam checker to filter the user directory results.
* Move background update handling out of storeErik Johnston2019-12-051-5/+13
|
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-6/+6
|
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-6/+6
|
* Remove access-token support from RegistrationStore.register (#5642)Richard van der Hoff2019-07-101-11/+5
| | | | | The 'token' param is no longer used anywhere except the tests, so let's kill that off too.
* Run Black. (#5482)Amber Brown2019-06-201-4/+4
|
* Migrate all tests to use the dict-based config format instead of hanging ↵Amber Brown2019-05-131-2/+2
| | | | items off HomeserverConfig (#5171)
* Run Black on the tests again (#5170)Amber Brown2019-05-101-6/+2
|
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-2/+2
|
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-3/+4
| | | | It doesn't really belong under rest/client/v1 any more.
* Add testErik Johnston2019-03-201-0/+52
|
* Migrate the user directory initial population to a background task (#4864)Amber Brown2019-03-191-35/+74
|
* fixupAmber Brown2019-03-131-20/+1
|
* fixupAmber Brown2019-03-121-16/+20
|
* fixesAmber Brown2019-03-121-4/+12
|
* initialAmber Brown2019-03-111-0/+12
|
* Rewrite userdir to be faster (#4537)Amber Brown2019-03-071-41/+225
|
* create support user (#4141)Neil Johnson2018-12-141-0/+91
Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.