summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-746/+0
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-5/+7
* Limit length of accepted email addresses (#9855)Erik Johnston2021-04-221-0/+51
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-15/+37
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Require AppserviceRegistrationType (#9548)Will Hunt2021-04-121-4/+27
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-37/+31
* Replace `request.code` with `channel.code`Richard van der Hoff2020-12-151-1/+1
* Fix errorcode for disabled registration (#8867)Richard van der Hoff2020-12-031-0/+1
* Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-301-3/+3
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-3/+3
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-31/+0
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+1
* Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-191-2/+2
* Improve performance of the register endpoint (#8009)Patrick Cloke2020-08-061-1/+1
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-6/+3
* Allow expired accounts to logout (#7443)Andrew Morgan2020-05-141-1/+35
* Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-231-1/+46
* Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-241-2/+2
* Port handlers.account_validity to async/await.Erik Johnston2019-12-101-2/+1
* Remove assertion and provide a clear warning on startup for missing public_ba...Andrew Morgan2019-11-261-0/+1
* Stop advertising unsupported flows for registration (#6107)Richard van der Hoff2019-09-251-12/+17
* Refactor code for calculating registration flows (#6106)Richard van der Hoff2019-09-251-12/+67
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Add testsBrendan Abolivier2019-08-011-0/+37
* Run Black. (#5482)Amber Brown2019-06-201-20/+15
* Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-25/+42
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2019-06-111-6/+0
|\
| * Bump bleach version so that tests can run on old deps.Erik Johnston2019-06-111-6/+0
* | Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mai...Brendan Abolivier2019-06-101-0/+35
|\ \ | |/ |/|
| * Don't check whether the user's account is expired on /send_mail requestsBrendan Abolivier2019-06-051-0/+35
* | Move delta from +10% to -10%Brendan Abolivier2019-05-311-2/+2
* | Make max_delta equal to period * 10%Brendan Abolivier2019-05-311-17/+1
* | TypoBrendan Abolivier2019-05-281-1/+1
* | Allow configuring a range for the account validity startup jobBrendan Abolivier2019-05-281-0/+21
|/
* Add startup background job for account validityBrendan Abolivier2019-05-171-0/+55
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-20/+31
* Run Black on the tests again (#5170)Amber Brown2019-05-101-45/+37
* 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 management endpoints for account validityBrendan Abolivier2019-04-171-8/+87
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-1/+99
* Add account expiration featureBrendan Abolivier2019-04-091-2/+49
* Fix registration testRichard van der Hoff2019-03-191-1/+2
* Add ratelimiting on login (#4821)Brendan Abolivier2019-03-151-2/+4
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-0/+48
* Move register_device into handlerErik Johnston2019-02-181-70/+23
* Fix unit testsErik Johnston2019-02-181-6/+15
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-29/+23
* Fix the testsAmber Brown2018-08-151-17/+9
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-13/+4
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-7/+7
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-92/+119
* run isortAmber Brown2018-07-091-4/+7
* mock registrations_require_3pidMatthew Hodgson2018-01-191-0/+1
* Refactor UI auth implementationRichard van der Hoff2017-12-051-4/+7
* Fix testDavid Baker2017-10-171-0/+1
* Stop generating refresh tokensRichard van der Hoff2016-11-281-8/+4
* Merge pull request #1098 from matrix-org/markjh/bearer_tokenMark Haines2016-10-251-0/+2
|\
| * Fix unit testsMark Haines2016-09-121-0/+2
* | storage/appservice: make appservice methods only relying on the cache synchro...Patrik Oldsberg2016-10-061-1/+1
|/
* Implement deleting devicesRichard van der Hoff2016-07-261-4/+10
* Register a device_id in the /v2/register flow.Richard van der Hoff2016-07-201-3/+10
* Further registration refactoringRichard van der Hoff2016-07-191-1/+5
* rest/client/v2_alpha/register.py: Refactor flow somewhat.Richard van der Hoff2016-07-191-1/+2
* Split out the auth handlerDavid Baker2016-06-021-1/+1
* Fix testsDavid Baker2016-03-161-4/+5
* Flake8 fixblide2016-03-101-6/+6
* Register endpoint returns refresh_tokenblide2016-03-101-12/+18
* Fix flake8 warnings for testsMark Haines2016-02-191-2/+2
* Rename config field to reflect yaml nameDaniel Wagner-Hall2016-02-031-2/+2
* Fix testsDavid Baker2015-08-041-1/+2
* Use the same reg paths as register v1 for ASes.Kegan Dougal2015-07-291-1/+3
* Fix v2_alpha registration. Add unit tests.Kegan Dougal2015-07-281-0/+132