- Mar 04, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
config,handlers/_base: added homeserver config for what state is included in a room invite
-
Erik Johnston authored
handlers/_base: don't allow room create event to be changed
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
Erik Johnston authored
handlers/register: make sure another user id is generated when a collision occurs
-
Richard van der Hoff authored
Make sure we add all invited members before returning from createRoom
-
Erik Johnston authored
Allow alias creators to delete aliases
-
Richard van der Hoff authored
Handle rejections of invites from local users locally
-
Richard van der Hoff authored
add a missing yield.
-
- Mar 03, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Also move the options from the shebang line to the body of the script, so that they take effect even if somebody explicitly runs "bash jenkins.sh"
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Daniel Wagner-Hall authored
Pass whole requester to ratelimiting
-
Daniel Wagner-Hall authored
This will enable more detailed decisions
-
Erik Johnston authored
Add some jenkins tests
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Stop using checkpw as it seems to have vanished from bcrypt.
-
Daniel Wagner-Hall authored
Mark AS users with their AS's ID
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Also move the options from the shebang line to the body of the script, so that they take effect even if somebody explicitly runs "bash jenkins.sh"
-
Richard van der Hoff authored
-
- Mar 02, 2016
-
-
David Baker authored
Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README.
-
Richard van der Hoff authored
Also don't overwrite the list that gets passed in.
-
Matthew Hodgson authored
add 800x600 thumbnails to make vector look prettier (and anyone else …
-
Matthew Hodgson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
Add environment variable SYNAPSE_CACHE_FACTOR, default it to 0.1
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 01, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Slightly hacky fix to SYN-642, which avoids the federation codepath when trying to reject invites from local users.
-