summary refs log tree commit diff
path: root/tests/handlers/test_user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+1
* Discard null-containing strings before updating the user directory (#12762)David Robertson2022-05-181-0/+28
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-3/+3
* Add type hints for `tests/unittest.py`. (#12347)Richard van der Hoff2022-04-011-0/+2
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Expose the registered device ID from the `register_appservice_user` test help...reivilibre2022-02-021-2/+4
* Fix adding excluded users to the private room sharing tables when joining a r...David Robertson2021-10-211-14/+53
* Don't remove local users from dir when the leave their last room (#11103)David Robertson2021-10-181-0/+50
* Correctly exclude users when making a room public or private (#11075)David Robertson2021-10-151-35/+107
* Stop user directory from failing if it encounters users not in the `users` ta...David Robertson2021-10-131-7/+58
* Fix overwriting profile when making room public (#11003)David Robertson2021-10-081-2/+69
* Don't alter directory entries for local users when setting a per-room nicknam...David Robertson2021-10-071-0/+34
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-0/+39
* Consistently exclude from user_directory (#10960)David Robertson2021-10-041-12/+188
* Refactor user directory tests (#10935)David Robertson2021-09-301-194/+89
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-3/+3
* Improve typing in user_directory files (#10891)David Robertson2021-09-241-2/+3
* Fix reactivated users not being added to the user directory (#10782)David Robertson2021-09-231-1/+41
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-3/+3
* Pull out encrypted_by_default tests from user_directory tests (#10752)David Robertson2021-09-061-95/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Standardise the module interface (#10062)Brendan Abolivier2021-06-181-12/+9
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Fix style checking due to updated black.Patrick Cloke2021-02-191-1/+4
* Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+94
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+9
* Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel2020-12-171-1/+39
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-2/+2
* Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-2/+2
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-2/+0
* Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-201-3/+3
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-11/+11
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-1/+90
* Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-4/+4
* 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
* Filter the results of user directory searching via the spam checker (#6888)Patrick Cloke2020-02-141-0/+92
* 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
* Run Black. (#5482)Amber Brown2019-06-201-4/+4
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-2/+2
* 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
* 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