- Jan 09, 2018
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
see https://github.com/matrix-org/synapse/issues/2753 for details
-
- Dec 18, 2017
-
-
Richard van der Hoff authored
synapse/config/password_auth_providers: Fixed bracket typo
-
Richard van der Hoff authored
Adapt the default config to bind on both IPv4 and IPv6 on all platforms
-
Silke authored
Signed-off-by:
Silke <silke@slxh.eu>
-
Silke authored
Signed-off-by:
Silke <silke@slxh.eu>
-
- Dec 17, 2017
-
-
Silke Hofstra authored
Add listen_tcp and listen_ssl which implement Twisted's reactor.listenTCP and reactor.listenSSL for multiple addresses. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Silke Hofstra authored
Binding on 0.0.0.0 when :: is specified in the bind_addresses is now allowed. This causes a warning explaining the behaviour. Configuration changed to match. See #2232 Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Willem Mulder authored
Most deployments are on Linux (or Mac OS), so this would actually bind on both IPv4 and IPv6. Resolves #1886. Signed-off-by:
Willem Mulder <willemmaster@hotmail.com>
-
- Dec 07, 2017
-
-
Erik Johnston authored
Fix wrong avatars when inviting multiple users when creating room
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 05, 2017
-
-
Matthew Hodgson authored
Add all local users to the user_directory and optionally search them
-
Matthew Hodgson authored
-
Richard van der Hoff authored
This was introduced in d7ea8c48 / PR #2728
-
Richard van der Hoff authored
support custom login types for validating users
-
Richard van der Hoff authored
Wire the custom login type support from password providers into the UI-auth user-validation flows.
-
Richard van der Hoff authored
Factor out a validate_user_via_ui_auth method
-
Richard van der Hoff authored
Collect together all the places that validate a logged-in user via UI auth.
-
Richard van der Hoff authored
Refactor UI auth implementation
-
Richard van der Hoff authored
Instead of returning False when auth is incomplete, throw an exception which can be caught with a wrapper.
-
- Dec 04, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
federation_client script: Support for posting content
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 30, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 29, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
Improve comments on get_user_by_access_token
-
Richard van der Hoff authored
Delete devices and pushers on logouts etc
-
Matthew Hodgson authored
Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive. It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users... ...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too. Committing it here as a WIP
-
Richard van der Hoff authored
Make sure that we delete devices whenever a user is logged out due to any of the following situations: * /logout * /logout_all * change password * deactivate account (by the user or by an admin) * invalidate access token from a dynamic module Fixes #2672.
-
Richard van der Hoff authored
Non-functional refactoring to move set_password. This means that we'll be able to properly deactivate devices and access tokens without introducing a dependency loop.
-