summary refs log tree commit diff
path: root/tests/handlers/test_register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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