forked-synapse/synapse/storage/schema/delta
Andrew Morgan 3719680ee4
Add ability to perform password reset via email without trusting the identity server (#5377)
Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option.

This PR is a culmination of 3 smaller PRs which have each been separately reviewed:

* #5308
* #5345
* #5368
2019-06-06 17:34:07 +01:00
..
12
13 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
14 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
15
16 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
17
18
19
20
21
22
23
24 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
25 run isort 2018-07-09 16:09:20 +10:00
26
27 run isort 2018-07-09 16:09:20 +10:00
28
29
30 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
31 run isort 2018-07-09 16:09:20 +10:00
32 drop tables listed in #1830 (#4992) 2019-04-08 15:37:26 +01:00
33 run isort 2018-07-09 16:09:20 +10:00
34 Drop sent_transactions 2018-12-01 23:07:35 -06:00
35
36
37 run isort 2018-07-09 16:09:20 +10:00
38
39
40 Add unique indexes to a couple of tables 2018-11-02 10:36:13 +00:00
41
42 run isort 2018-07-09 16:09:20 +10:00
43
44
45
46 WIP e2e key backups 2018-09-13 17:02:59 +01:00
47
48
49
50 api into monthly_active_users table 2018-07-31 16:36:24 +01:00
51 Don't reuse backup versions 2018-10-05 15:08:36 +01:00
52 Merge remote-tracking branch 'origin/develop' into dbkr/e2e_backup_versions_are_numbers 2018-11-09 18:35:02 +00:00
53 Fixup docstrings 2019-04-02 11:20:06 +01:00
54 Merge pull request #5294 from matrix-org/erikj/speed_up_room_stats 2019-05-31 10:48:51 +01:00
55 Add ability to perform password reset via email without trusting the identity server (#5377) 2019-06-06 17:34:07 +01:00