- Dec 14, 2018
-
-
Neil Johnson authored
Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
-
- Oct 24, 2018
-
-
Richard van der Hoff authored
Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which meant that single backslashes were not allowed in event field filters. The intention here is to allow single-backslashes, but disallow double-backslashes.
-
- Sep 06, 2018
-
-
Amber Brown authored
-
- Aug 31, 2018
-
-
Neil Johnson authored
-
- Aug 24, 2018
-
-
Erik Johnston authored
-
- Aug 18, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 16, 2018
-
-
Neil Johnson authored
-
- Aug 15, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 13, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases" This reverts commit 0d43f991.
-
Neil Johnson authored
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 04, 2018
-
-
Neil Johnson authored
-
- Aug 03, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Aug 02, 2018
-
-
Neil Johnson authored
-
- Aug 01, 2018
-
-
Amber Brown authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 28, 2018
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Mar 23, 2017
-
-
pik authored
* use a valid filter in rest/client/v2_alpha test Signed-off-by:
pik <alexander.maznev@gmail.com>
-
pik authored
Signed-off-by:
pik <alexander.maznev@gmail.com>
-
pik authored
* add invalid filter tests Signed-off-by:
pik <alexander.maznev@gmail.com>
-
- Jan 17, 2017
-
-
Erik Johnston authored
-
- Dec 06, 2016
-
-
Richard van der Hoff authored
Make sure that a user cannot pretend to be a guest by adding 'guest = True' caveats.
-
- Sep 12, 2016
-
-
Mark Haines authored
-
- Jul 20, 2016
-
-
Richard van der Hoff authored
Record the device_id when we add a client ip; it's somewhat redundant as we could get it via the access_token, but it will make querying rather easier.
-
- Jul 13, 2016
-
-
Negar Fazeli authored
-
- May 13, 2016
-
-
Negi Fazeli authored
- Add unittests for client, api and handler Signed-off-by:
Negar Fazeli <negar.fazeli@ericsson.com>
-
- Feb 19, 2016
-
-
Mark Haines authored
Also check that the __repr__ method for FilterCollection does something sensible.
-
Mark Haines authored
-
- Jan 28, 2016
-
-
Erik Johnston authored
-
- Jan 25, 2016
-
-
Erik Johnston authored
-
- Jan 22, 2016
-
-
Erik Johnston authored
-
- Jan 11, 2016
-
-
Daniel Wagner-Hall authored
This tracks data about the entity which made the request. This is instead of passing around a tuple, which requires call-site modifications every time a new piece of optional context is passed around. I tried to introduce a User object. I gave up.
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Jan 05, 2016
-
-
Daniel Wagner-Hall authored
-