- Oct 17, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
Remove redundant event_auth index
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Oct 14, 2016
-
-
Erik Johnston authored
Use sys.executable instead of hardcoded python. fixes #1161
-
Erik Johnston authored
Fix email push notifs being dropped
-
Erik Johnston authored
-
- Oct 13, 2016
-
-
Erik Johnston authored
A lot of email push notifications were failing to be sent due to an exception being thrown along one of the (many) paths. This was due to a change where we moved from pulling out the full state for each room, but rather pulled out the event ids for the state and separately loaded the full events when needed.
-
Richard van der Hoff authored
User-interactive auth on delete device
-
- Oct 12, 2016
-
-
Richard van der Hoff authored
We should probably return a 401 rather than a 400 for existing clients that don't know they have to do the UIA dance to delete a device.
-
Richard van der Hoff authored
-
Mark Haines authored
Add config option for adding additional TLS fingerprints
-
Mark Haines authored
-
Mark Haines authored
-
Erik Johnston authored
Implement pluggable password auth
-
- Oct 11, 2016
-
-
Mark Haines authored
-
Erik Johnston authored
Reduce DB hits for replication
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Work around email-spamming Riot bug
-
Richard van der Hoff authored
5d9546f9 introduced a change to synapse behaviour, in that failures in the interactive-auth process would return the flows and params data as well as an error code (as specced in https://github.com/matrix-org/matrix-doc/pull/397). That change exposed a bug in Riot which would make it request a new validation token (and send a new email) each time it got a 401 with a `flows` parameter (see https://github.com/vector-im/vector-web/issues/2447 and the fix at https://github.com/matrix-org/matrix-react-sdk/pull/510). To preserve compatibility with broken versions of Riot, grandfather in the old behaviour for the email validation stage.
-
Erik Johnston authored
Remove rate limiting from app service senders and fix get_or_create_user requester
-
Erik Johnston authored
api/auth: fix for not being allowed to set your own state_key
-
- Oct 08, 2016
-
-
Pedro Larroy authored
-
- Oct 07, 2016
-
-
Richard van der Hoff authored
Interactive Auth: Return 401 from for incorrect password
-
- Oct 06, 2016
-
-
Richard van der Hoff authored
This requires a bit of fettling, because I want to return a helpful error message too but we don't want to distinguish between unknown user and invalid password. To avoid hardcoding the error message into 15 places in the code, I've had to refactor a few methods to return None instead of throwing. Fixes https://matrix.org/jira/browse/SYN-744
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Richard van der Hoff authored
window.postmessage for Interactive Auth fallback
-
Richard van der Hoff authored
If you're a webapp running the fallback in an iframe, you can't set set a window.onAuthDone function. Let's post a message back to window.opener instead.
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Patrik Oldsberg authored
-
- Oct 05, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 04, 2016
-
-
David Baker authored
Add Riot brand to email notifs
-
David Baker authored
-