summary refs log tree commit diff
path: root/synapse/handlers/account_validity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2020-02-251-3/+9
|\
| * Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-3/+9
| * Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-1/+9
* | Replace returnValue with return (#5736)Andrew Morgan2020-02-191-3/+3
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Andrew Morgan2020-02-141-1/+1
|\|
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* | Fix a number of "Starting txn from sentinel context" warnings (#5605)Andrew Morgan2020-02-141-1/+9
|\|
| * Fix a number of "Starting txn from sentinel context" warnings (#5605)Richard van der Hoff2019-07-031-1/+9
| * Run Black. (#5482)Amber Brown2019-06-201-34/+27
| * Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-0/+3
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-43/+32
* | Hide expired users from user directory, optionally show on renewal (#13)Andrew Morgan2019-11-141-0/+32
* | Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-1/+9
* | Don't send renewal emails to deactivated usersBrendan Abolivier2019-06-141-0/+3
|/
* Add management endpoints for account validityBrendan Abolivier2019-04-171-4/+29
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-0/+228