- Sep 06, 2018
-
-
Amber Brown authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-
- Aug 15, 2018
-
-
Amber Brown authored
-
- Aug 14, 2018
-
-
Amber Brown authored
-
- Aug 13, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Amber Brown authored
-
- Jul 20, 2018
-
-
Amber Brown authored
-
- Jul 19, 2018
-
-
Amber Brown authored
-
- Jul 17, 2018
-
-
Amber Brown authored
-
- Jul 13, 2018
-
-
Amber Brown authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 22, 2018
-
-
Amber Brown authored
-
- May 21, 2018
-
-
Richard van der Hoff authored
ONE DAY I WILL PURGE THE WORLD OF THIS EVIL
-
Richard van der Hoff authored
The transaction cache has some code which tries to stop it caching failures, but if the callback function failed straight away, then things would happen backwards and we'd end up with the failure stuck in the cache.
-
- Apr 30, 2018
-
-
Adrian Tschira authored
This closes #2602 v1auth was created to account for the differences in status code between the v1 and v2_alpha revisions of the protocol (401 vs 403 for invalid tokens). However since those protocols were merged, this makes the r0 version/endpoint internally inconsistent, and violates the specification for the r0 endpoint. This might break clients that rely on this inconsistency with the specification. This is said to affect the legacy angular reference client. However, I feel that restoring parity with the spec is more important. Either way, it is critical to inform developers about this change, in case they rely on the illegal behaviour. Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Apr 15, 2018
-
-
Adrian Tschira authored
The imports were shuffled around a bunch in py3 Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Mar 14, 2018
-
-
Krombel authored
Currently the handling of auto_join_rooms only works when a user registers itself via public register api. Registrations via registration_shared_secret and ModuleApi do not work This auto_joins the users in the registration handler which enables the auto join feature for all 3 registration paths. This is related to issue #2725 Signed-Off-by:
Matthias Kesler <krombel@krombel.de>
-
- Mar 13, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 01, 2018
-
-
Erik Johnston authored
-
- Feb 05, 2018
-
-
Erik Johnston authored
-
- Jan 19, 2018
-
-
Matthew Hodgson authored
-
- Jan 18, 2018
-
-
Erik Johnston authored
-
- Jan 09, 2018
-
-
Richard van der Hoff authored
pointless function is pointless
-
- Dec 05, 2017
-
-
Richard van der Hoff authored
Instead of returning False when auth is incomplete, throw an exception which can be caught with a wrapper.
-
- Oct 17, 2017
-
-
David Baker authored
-
- Aug 25, 2017
-
-
Erik Johnston authored
-
- Jul 20, 2017
-
-
Erik Johnston authored
-
- Mar 23, 2017
-
-
pik authored
* use a valid filter in rest/client/v2_alpha test Signed-off-by:
pik <alexander.maznev@gmail.com>
-
- Jan 25, 2017
-
-
Erik Johnston authored
-
- Jan 09, 2017
-
-
Erik Johnston authored
-
- Nov 28, 2016
-
-
Richard van der Hoff authored
Since we're not doing refresh tokens any more, we should start killing off the dead code paths. /tokenrefresh itself is a bit of a thornier subject, since there might be apps out there using it, but we can at least not generate refresh tokens on new logins.
-
- Nov 14, 2016
-
-
Kegan Dougal authored
-
- Oct 18, 2016
-
-
pik authored
* add tests for filter api errors
-
- Oct 14, 2016
-
-
Alexander Maznev authored
* add tests Signed-off-by:
Alexander Maznev <alexander.maznev@gmail.com>
-
- Oct 06, 2016
-
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Patrik Oldsberg authored
-
- Sep 23, 2016
-
-
Erik Johnston authored
-