summary refs log tree commit diff
path: root/tests/handlers/test_register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill off RegistrationError (#6691)Richard van der Hoff2020-01-131-2/+0
* Only count real users when checking for auto-creation of auto-join roomJason Robinson2019-09-091-2/+27
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Implement access token expiry (#5660)Richard van der Hoff2019-07-121-1/+4
* Remove access-token support from RegistrationStore.register (#5642)Richard van der Hoff2019-07-101-5/+1
* Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff2019-07-081-25/+28
* Move get_or_create_user to test code (#5628)Richard van der Hoff2019-07-081-9/+59
* Run Black. (#5482)Amber Brown2019-06-201-17/+14
* Limit UserIds to a length that fits in a state key (#5198)ReidAnderson2019-05-201-0/+7
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-2/+6
* Some more porting to HomeserverTestCase and remove old RESTHelper (#4913)Amber Brown2019-03-221-66/+58
* Fix RegistrationTestCaseRichard van der Hoff2019-03-191-2/+9
* fix test_auto_create_auto_join_where_no_consent (#4886)Neil Johnson2019-03-191-2/+22
* Fix registration on workers (#4682)Erik Johnston2019-02-201-1/+1
* create support user (#4141)Neil Johnson2018-12-141-2/+28
* Rip out half-implemented m.login.saml2 support (#4265)Richard van der Hoff2018-12-061-15/+0
* Neilj/fix autojoin (#4223)Neil Johnson2018-11-281-1/+11
* improve auto room join logic, comments and testsNeil Johnson2018-10-121-4/+17
* move logic into register, fix room alias localpart bug, testsNeil Johnson2018-10-041-19/+43
* add new error type ResourceLimitNeil Johnson2018-08-161-7/+7
* fix off by 1 errorsNeil Johnson2018-08-141-2/+14
* support admin_email config and pass through into blocking errors, return Auth...Neil Johnson2018-08-141-4/+4
* fix off by 1s on mauNeil Johnson2018-08-141-4/+10
* support admin_email config and pass through into blocking errors, return Auth...Neil Johnson2018-08-131-4/+4
* Revert "support admin_email config and pass through into blocking errors, ret...Neil Johnson2018-08-131-4/+4
* support admin_email config and pass through into blocking errors, return Auth...Neil Johnson2018-08-131-4/+4
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
* Run black.black2018-08-101-4/+8
* bug fixesNeil Johnson2018-08-031-1/+0
* do mau checks based on monthly_active_users tableNeil Johnson2018-08-021-37/+34
* make count_monthly_users async synapse/handlers/auth.pyNeil Johnson2018-08-011-4/+6
* limit register and sign in on number of monthly usersNeil Johnson2018-07-301-0/+49
* run isortAmber Brown2018-07-091-2/+3
* Split out profile handler to fix testsErik Johnston2017-08-251-2/+3
* Fix email push in pusher workerErik Johnston2017-02-021-5/+2
* Stop putting a time caveat on access tokensRichard van der Hoff2016-11-291-4/+2
* rest/client/v1/register: use the correct requester in createUserPatrik Oldsberg2016-10-061-3/+5
* Bug fix: expire invalid access tokensNegar Fazeli2016-07-131-2/+2
* Fix a bug caused by a change in auth_handler functionNegar Fazeli2016-06-081-6/+3
* Fix set profile error with Requester.Negi Fazeli2016-05-231-9/+25
* Create user with expiryNegi Fazeli2016-05-131-0/+67