- Jul 04, 2019
-
-
Andrew Morgan authored
* Add a sytest blacklist file * Add changelog * Add blacklist to manifest
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Suggest people use a config file for Docker instead of env vars
-
Andrew Morgan authored
-
- Jul 03, 2019
-
-
Amber Brown authored
-
Richard van der Hoff authored
* Fix 'utime went backwards' errors on daemonization. Fixes #5608 * remove spurious debug
-
Richard van der Hoff authored
Fixes #5602, #5603
-
Andrew Morgan authored
Removes any `SMTP_*` docker container environment variables from having any effect on the default config. Fixes https://github.com/matrix-org/synapse/issues/5430
-
- Jul 02, 2019
-
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* SAML2 Improvements and redirect stuff Signed-off-by:
Alexander Trost <galexrt@googlemail.com> * Code cleanups and simplifications. Also: share the saml client between redirect and response handlers. * changelog * Revert redundant changes to static js * Move all the saml stuff out to a centralised handler * Add support for tracking SAML2 sessions. This allows us to correctly handle `allow_unsolicited: False`. * update sample config * cleanups * update sample config * rename BaseSSORedirectServlet for consistency * Address review comments
-
Erik Johnston authored
Fix --no-daemonize flag for synctl
-
Erik Johnston authored
-
Amir Zarrinkafsh authored
Signed-off-by:
Amir Zarrinkafsh <nightah@me.com>
-
PauRE authored
Signed-off-by:
Pau Rodriguez-Estivill <prodrigestivill@gmail.com>
-
Erik Johnston authored
-
- Jul 01, 2019
-
-
Amber Brown authored
Fixes #5582
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
Fix sync tightloop bug.
-
Erik Johnston authored
-
- Jun 29, 2019
-
-
Amber Brown authored
-
- Jun 28, 2019
-
-
Brendan Abolivier authored
Don't update the ratelimiter before sending a 3PID invite
-
Brendan Abolivier authored
If we do the opposite, an event can arrive after or while sending the email and the 3PID invite event will get ratelimited.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
This would cause emails being sent, but Synapse responding with a 429 when creating the event. The client would then retry, and with bad timing the same scenario would happen again. Some testing I did ended up sending me 10 emails for one single invite because of this.
-
Amber Brown authored
-
Amber Brown authored
-
- Jun 27, 2019
-
-
Daniel Hoffend authored
Signed-off-by:
Daniel Hoffend <dh@dotlan.net>
-
Silke Hofstra authored
Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Andrew Morgan authored
Helps address #5444
-
Erik Johnston authored
Refactor devices changed query to pull less from DB
-
Erik Johnston authored
-
Richard van der Hoff authored
... to help people escape env var hell
-
Richard van der Hoff authored
There's not much point in binding to localhost when it's in a docker container.
-