- Jan 13, 2021
-
-
Patrick Cloke authored
This checks that the domain given to `DomainSpecificString.is_valid` (e.g. `UserID`, `RoomAlias`, etc.) is of a valid form. Previously some validation was done on the localpart (e.g. the sigil), but not the domain portion.
-
- Mar 03, 2020
-
-
Patrick Cloke authored
-
- Dec 10, 2019
-
-
Erik Johnston authored
-
- Jun 20, 2019
-
-
Amber Brown authored
-
- May 10, 2019
-
-
Amber Brown authored
-
- Dec 07, 2018
-
-
Richard van der Hoff authored
This is mostly factoring out the post-CAS-login code to somewhere we can reuse it for other SSO flows, but it also fixes the userid mapping while we're at it.
-
- Aug 28, 2018
-
-
Richard van der Hoff authored
-
- Aug 10, 2018
-
-
black authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Oct 20, 2017
-
-
Richard van der Hoff authored
May as well do it whenever we parse a Group ID. We check the sigil and basic structure here so it makes sense to check the grammar in the same place.
-
- Jan 26, 2016
-
-
Erik Johnston authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Oct 26, 2015
-
-
Richard van der Hoff authored
POST /_matrix/client/api/v1/rooms//send/a.b.c gave a 500 error, because we assumed that rooms always had at least one character.
-
- Jan 23, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
- Dec 10, 2014
-
-
Erik Johnston authored
-
- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
-
- Sep 03, 2014
-
-
Matthew Hodgson authored
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
-
- Aug 13, 2014
-
-
Paul "LeoNerd" Evans authored
Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(..., hs=hs) - similar to parse_userid()
-
Matthew Hodgson authored
add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it
-
- Aug 12, 2014
-
-
matrix.org authored
-