Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
|
Patrick Cloke
|
ea26e9a98b
|
Ensure that HTML pages served from Synapse include headers to avoid embedding.
|
2020-07-02 09:58:31 -04:00 |
|
Erik Johnston
|
9c41ba4c5f
|
Port rest.client.v2
|
2019-12-05 16:56:23 +00:00 |
|
Brendan Abolivier
|
f25f638c35
|
Lint
|
2019-08-01 12:19:08 +02:00 |
|
Brendan Abolivier
|
a4a9ded4d0
|
Allow defining HTML templates to serve the user on account renewal
|
2019-08-01 11:59:27 +02:00 |
|
Amber Brown
|
4806651744
|
Replace returnValue with return (#5736)
|
2019-07-23 23:00:55 +10:00 |
|
Amber Brown
|
32e7c9e7f2
|
Run Black. (#5482)
|
2019-06-20 19:32:02 +10:00 |
|
Brendan Abolivier
|
26b62796c2
|
Merge pull request #5363 from matrix-org/babolivier/account_validity_send_mail_auth
Don't check whether the user's account is expired on /send_mail requests
|
2019-06-10 11:57:02 +01:00 |
|
Brendan Abolivier
|
fe13bd52ac
|
Don't check whether the user's account is expired on /send_mail requests
|
2019-06-05 16:35:05 +01:00 |
|
Amber Brown
|
2889b05554
|
Unify v1 and v2 REST client APIs (#5226)
|
2019-06-03 21:28:59 +10:00 |
|
Brendan Abolivier
|
eaf41a943b
|
Add management endpoints for account validity
|
2019-04-17 19:34:45 +01:00 |
|
Brendan Abolivier
|
20f0617e87
|
Send out emails with links to extend an account's validity period
|
2019-04-17 14:42:20 +01:00 |
|