summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account_validity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Account validity: allow defining HTML templates to serve the us… (#5807)Andrew Morgan2020-02-201-3/+3
|\
| * 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)Andrew Morgan2020-02-191-2/+2
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* | Fix with isort==4.3.21 and black==19.3b0Andrew Morgan2020-02-141-4/+3
* | Fix account_validity incorrect email response contentAndrew Morgan2020-02-141-2/+5
* | Run Black. (#5482)Andrew Morgan2020-02-131-4/+4
|\|
| * 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
| |\
* | | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-2/+6
* | | Revert "Merge pull request #5932 from matrix-org/babolivier/account_validity_...Brendan Abolivier2019-09-091-3/+1
* | | Fix encoding for account validity HTML files on Python 2Brendan Abolivier2019-08-291-1/+3
* | | LintBrendan Abolivier2019-08-011-1/+1
* | | Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-6/+15
* | | Merge branch 'master' into dinsicBrendan Abolivier2019-06-121-3/+3
|\| | | |/ |/|
| * Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-3/+3
* | Don't check whether the user's account is expired on /send_mail requestsBrendan Abolivier2019-06-051-1/+1
|/
* 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