- Aug 09, 2019
-
-
Thomas Citharel authored
Was verbose option instead of -X, command didn't work Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Aug 06, 2019
-
-
Erik Johnston authored
Handle TimelineBatch being limited and empty.
-
Andrew Morgan authored
Part of fixing matrix-org/sytest#652 Sytest PR: matrix-org/sytest#667
-
Erik Johnston authored
-
Erik Johnston authored
This hopefully addresses #5407 by gracefully handling an empty but limited TimelineBatch. We also add some logging to figure out how this is happening.
-
- Aug 01, 2019
-
-
Brendan Abolivier authored
Account validity: allow defining HTML templates to serve the user on account renewal attempt
-
Erik Johnston authored
Return 502 not 500 when failing to reach any remote server.
-
Andrew Morgan authored
Fixes #5803
-
Erik Johnston authored
-
Erik Johnston authored
Handle incorrectly encoded query params correctly
-
Erik Johnston authored
-
Erik Johnston authored
Validate well known state events are state events.
-
Erik Johnston authored
Don't allow clients to send tombstones that reference the same room
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
Erik Johnston authored
Deny redaction of events in a different room.
-
Erik Johnston authored
Handle RequestSendFailed exception correctly in more places.
-
Erik Johnston authored
Explicitly check that tombstone is a state event before notifying.
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- Jul 31, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
Lets disallow sending things like memberships, topics etc as non-state events.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We already correctly filter out such redactions, but we should also deny them over the CS API.
-
Erik Johnston authored
-
Erik Johnston authored
-
Andrew Morgan authored
This is intended as an amendment to #5674 as using M_UNKNOWN as the errcode makes it hard for clients to differentiate between an invalid password and a deactivated user (the problem we were trying to solve in the first place). M_UNKNOWN was originally chosen as it was presumed than an MSC would have to be carried out to add a new code, but as Synapse often is the testing bed for new MSC implementations, it makes sense to try it out first in the wild and then add it into the spec if it is successful. Thus this PR return a new M_USER_DEACTIVATED code when a deactivated user attempts to login.
-
Andrew Morgan authored
-
Erik Johnston authored
Share SSL options for well-known requests
-
Amber Brown authored
-
Erik Johnston authored
Disable codecov reports to GH comments.
-
Erik Johnston authored
-
Erik Johnston authored
The double posting is really annoying, and I don't think anyone is actually reading them. The commit statuses should give a good summary and will link to a full report.
-
Erik Johnston authored
-