Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1 | Andrew Morgan | 2020-12-31 | 1 | -1/+1 |
|\ | |||||
* | | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1 | Andrew Morgan | 2020-12-31 | 1 | -6/+23 |
|\| | |||||
| * | Add type hints for account validity handler (#8620) | Patrick Cloke | 2020-10-26 | 1 | -6/+23 |
| | | | | | | This also fixes a bug by fixing handling of an account which doesn't expire. | ||||
* | | Merge commit 'de5cafe98' into dinsic | Andrew Morgan | 2020-12-31 | 1 | -9/+6 |
|\| | |||||
| * | Consistently use wrap_as_background_task in more places (#8599) | Patrick Cloke | 2020-10-20 | 1 | -9/+3 |
| | | |||||
* | | Merge commit '74976a8e4' into dinsic | Andrew Morgan | 2020-12-31 | 1 | -1/+2 |
|\| | |||||
| * | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 1 | -1/+2 |
| | | |||||
* | | Allow users to click account renewal links multiple times without hitting an ↵ | Andrew Morgan | 2020-12-30 | 1 | -21/+69 |
| | | | | | | | | 'Invalid Token' page (#74) | ||||
* | | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_x | Andrew Morgan | 2020-10-20 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | * commit '17fa4c7ca': Catch up after Federation Outage (split, 2): Track last successful stream ordering after transmission (#8247) Catch-up after Federation Outage (split, 1) (#8230) Fix type signature in simple_select_one_onecol and friends (#8241) Stop sub-classing object (#8249) | ||||
| * | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_x | Andrew Morgan | 2020-10-19 | 1 | -17/+3 |
|\| | | | | | | | | | | | | | | | | | | | * commit 'e04e465b4': Use the default templates when a custom template file cannot be found (#8037) Changelog changes Convert stream database to async/await. (#8074) Add a shadow-banned flag to users. (#8092) Convert pusher databases to async/await. (#8075) Convert receipts and events databases to async/await. (#8076) | ||||
| * | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -17/+3 |
| | | | | | | Fixes https://github.com/matrix-org/synapse/issues/6583 | ||||
* | | Merge commit 'a0acdfa9e' into anoa/dinsic_release_1_21_x | Andrew Morgan | 2020-10-19 | 1 | -11/+13 |
|\| | | | | | | | | | * commit 'a0acdfa9e': Converts event_federation and registration databases to async/await (#8061) | ||||
* | | Performance improvements to marking expired users as inactive (#47) | Andrew Morgan | 2020-06-19 | 1 | -9/+7 |
| | | | | | | This is a performance-related improvement to #13, which queried and hid active *and* already inactive users, one-by-one. This PR updates the code to query only **active**, expired users, all at once, and then mark them as inactive, all at once. | ||||
* | | apply linting | Andrew Morgan | 2020-05-14 | 1 | -1/+3 |
| | | |||||
* | | Disable _mark_expired_users_as_inactive bg job when account validity disabled | Andrew Morgan | 2020-04-30 | 1 | -2/+4 |
| | | |||||
* | | Merge commit '6a3504636' into dinsic-release-v1.12.x | Andrew Morgan | 2020-03-24 | 1 | -1/+5 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6a3504636': (29 commits) Revert "Add options to disable setting profile info for prevent changes. (#7053)" Populate the room version from state events (#7070) Fix buggy condition in account validity handler (#7074) Use innerText instead of innerHTML Add type annotations and comments to auth handler (#7063) Lint Put the file in the templates directory Update wording and config Changelog Move the default SAML2 error HTML to a dedicated file Refactor a bit Also don't fail on aliases events in this case Lint Changelog Also don't filter out events sent by ignored users when checking state visibility Fix condition Don't filter out dummy events when we're checking the visibility of state Update sample_config.yaml Update synapse/config/registration.py lint, fix tests ... | ||||
| * | Fix buggy condition in account validity handler (#7074) | Brendan Abolivier | 2020-03-16 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #6504 from matrix-org/erikj/account_validity_async_await | Andrew Morgan | 2020-03-19 | 1 | -45/+41 |
|\| | | | | | | | | | | | | | * commit '31905a518': Newsfile Port handlers.account_validity to async/await. Port handlers.account_data to async/await. | ||||
| * | Port handlers.account_validity to async/await. | Erik Johnston | 2019-12-10 | 1 | -46/+40 |
| | | |||||
* | | Allow Synapse to send registration emails + choose Synapse or an external ↵ | Andrew Morgan | 2020-02-25 | 1 | -3/+9 |
|\| | | | | | | | server to handle 3pid validation (#5987) | ||||
| * | Allow Synapse to send registration emails + choose Synapse or an external ↵ | Andrew Morgan | 2019-09-06 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server to handle 3pid validation (#5987) This is a combination of a few different PRs, finally all being merged into `develop`: * #5875 * #5876 * #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](https://github.com/matrix-org/synapse/commit/891afb57cbdf9867f2848341b29c75d6f35eef5a#diff-e591d42d30690ffb79f63bb726200891) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future) * #5835 * #5969 * #5940 Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged. UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged. | ||||
| * | Allow defining HTML templates to serve the user on account renewal | Brendan Abolivier | 2019-08-01 | 1 | -1/+9 |
| | | |||||
* | | Replace returnValue with return (#5736) | Andrew Morgan | 2020-02-19 | 1 | -3/+3 |
|\| | |||||
| * | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -3/+3 |
| | | |||||
* | | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Andrew Morgan | 2020-02-14 | 1 | -1/+1 |
|\| | |||||
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
| | | |||||
* | | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Andrew Morgan | 2020-02-14 | 1 | -1/+9 |
|\| | |||||
| * | Fix a number of "Starting txn from sentinel context" warnings (#5605) | Richard van der Hoff | 2019-07-03 | 1 | -1/+9 |
| | | | | | | | | Fixes #5602, #5603 | ||||
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -34/+27 |
| | | |||||
| * | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 1 | -0/+3 |
| | | |||||
* | | Dinsic Blacking with black==18.6b2 | Andrew Morgan | 2020-02-11 | 1 | -43/+32 |
| | | |||||
* | | Hide expired users from user directory, optionally show on renewal (#13) | Andrew Morgan | 2019-11-14 | 1 | -0/+32 |
| | | |||||
* | | Allow defining HTML templates to serve the user on account renewal | Brendan Abolivier | 2019-08-01 | 1 | -1/+9 |
| | | |||||
* | | Don't send renewal emails to deactivated users | Brendan Abolivier | 2019-06-14 | 1 | -0/+3 |
|/ | |||||
* | Add management endpoints for account validity | Brendan Abolivier | 2019-04-17 | 1 | -4/+29 |
| | |||||
* | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -0/+228 |