summary refs log tree commit diff
path: root/synapse/util/jsonobject.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-01Log login requestsDavid Baker1-0/+10
Carefully though, to avoid logging passwords
2017-11-01Fix tests for refresh_token removalRichard van der Hoff1-3/+3
2017-11-01Leave `is_public` as required argument of update_room_group_associationLuke Barnard1-1/+1
2017-11-01Update docs for updating room group associationLuke Barnard2-2/+2
2017-10-31Remove the last vestiges of refresh_tokensRichard van der Hoff5-60/+14
2017-10-31Flake8Luke Barnard2-5/+9
2017-10-31Modify group room association API to allow modification of is_publicLuke Barnard6-19/+25
also includes renamings to make things more consistent.
2017-10-31Make the port script drop NUL values in all tablesDavid Baker1-7/+19
Postgres doesn't support NULs in strings so it makes the script throw an exception and stop if any values contain \0. Drop them with appropriate warning.
2017-10-31fix testsRichard van der Hoff1-0/+1
2017-10-31DB schema interface for password auth providersRichard van der Hoff3-0/+89
Provide an interface by which password a