summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_account.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-1000/+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-13/+20
* Support MSC2033: Device ID on whoami (#9918)Travis Ralston2021-07-271-1/+42
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-29/+47
* Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-281-6/+84
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-23/+21
* Remove redundant reading of SynapseRequest.argsRichard van der Hoff2020-12-151-9/+1
* Replace `request.code` with `channel.code`Richard van der Hoff2020-12-151-2/+2
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-19/+0
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-4/+0
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-151-2/+12
* Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan2020-10-201-1/+0
* Only assert valid next_link params when provided (#8417)Andrew Morgan2020-09-291-0/+6
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-1/+28
* Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-7/+96
* Fix inconsistent handling of upper and lower cases of email addresses. (#7021)Dirk Klimpel2020-07-031-30/+145
* Convert sending mail to async/await. (#7557)Erik Johnston2020-05-221-2/+2
* Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-231-0/+16
* Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-0/+302
* Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-303/+0
* lint, fix testsdklimpel2020-03-091-2/+2
* updates after reviewdklimpel2020-03-091-10/+7
* lintdklimpel2020-03-091-10/+8
* add testsdklimpel2020-03-091-0/+308
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-3/+9
* okBrendan Abolivier2019-09-271-1/+3
* LintBrendan Abolivier2019-09-271-7/+1
* Add test to validate the changeBrendan Abolivier2019-09-271-13/+57
* Run Black. (#5482)Amber Brown2019-06-201-18/+13
* Track deactivated accounts in the database (#5378)Brendan Abolivier2019-06-141-0/+45
* Change password reset links to /_matrix.Erik Johnston2019-06-111-0/+241