summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account_validity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Ensure that HTML pages served from Synapse include headers to avoid embedding.Patrick Cloke2020-07-021-9/+2
* Port rest.client.v2Erik Johnston2019-12-051-11/+6
* LintBrendan Abolivier2019-08-011-4/+2
* Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-6/+17
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-6/+10
* Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mai...Brendan Abolivier2019-06-101-1/+1
|\
| * Don't check whether the user's account is expired on /send_mail requestsBrendan Abolivier2019-06-051-1/+1
* | Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-3/+3
|/
* Add management endpoints for account validityBrendan Abolivier2019-04-171-1/+30
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-0/+62