summary refs log tree commit diff
path: root/synapse/handlers/account_validity.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.35.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-45/+10
|\
| * Split multiplart email sending into a dedicated handler (#9977)Brendan Abolivier2021-05-171-45/+10
* | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0Brendan Abolivier2021-08-311-10/+18
|\|
| * Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-24/+77
| * Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| * Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-2/+5
* | Merge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+1
|\|
| * Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-1/+1
|\|
* | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-6/+23
|\|
| * Add type hints for account validity handler (#8620)Patrick Cloke2020-10-261-6/+23
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-311-9/+6
|\|
| * Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke2020-10-201-9/+3
* | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-1/+2
|\|
| * Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-1/+2
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-21/+69
* | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\|
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-17/+3
|\|
| * Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-17/+3
* | Merge commit 'a0acdfa9e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-11/+13
|\|
* | Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-9/+7
* | apply lintingAndrew Morgan2020-05-141-1/+3
* | Disable _mark_expired_users_as_inactive bg job when account validity disabledAndrew Morgan2020-04-301-2/+4
* | Merge commit '6a3504636' into dinsic-release-v1.12.xAndrew Morgan2020-03-241-1/+5
|\|
| * Fix buggy condition in account validity handler (#7074)Brendan Abolivier2020-03-161-1/+5
* | Merge pull request #6504 from matrix-org/erikj/account_validity_async_awaitAndrew Morgan2020-03-191-45/+41
|\|
| * Port handlers.account_validity to async/await.Erik Johnston2019-12-101-46/+40
* | 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