- Jul 05, 2019
-
-
J. Ryan Stinnett authored
This adds a default push rule following the proposal in [MSC2153](https://github.com/matrix-org/matrix-doc/pull/2153). See also https://github.com/vector-im/riot-web/issues/10208 See also https://github.com/matrix-org/matrix-js-sdk/pull/976
-
Andrew Morgan authored
Riot team would like some extra fields as part of m.replace, so here you go. Fixes: #5598
-
Richard van der Hoff authored
This has never been documented, and I'm not sure it's ever been used outside sytest. It's quite a lot of poorly-maintained code, so I'd like to get rid of it. For now I haven't removed the database table; I suggest we leave that for a future clearout.
-
Richard van der Hoff authored
this hasn't done anything for years
-
Richard van der Hoff authored
- Put the default window_size back to 1000ms (broken by #5181) - Make the `rc_federation` config actually do something - fix an off-by-one error in the 'concurrent' limit - Avoid creating an unused `_PerHostRatelimiter` object for every single incoming request
-
Andrew Morgan authored
The runtime errors that dealt with local email password resets talked about config options that users may not even have in their config file yet (if upgrading). Instead, the cryptic errors are now replaced with hopefully much more helpful ones.
-
- Jul 04, 2019
-
-
Amber Brown authored
* Improve the backwards compatibility re-exports of synapse.logging.context. * reexport logformatter too
-
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
-