summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-01Move access token deletion into auth handlerRichard van der Hoff6-27/+62
Also move duplicated deactivation code into the auth handler. I want to add some hooks when we deactivate an access token, so let's bring it all in here so that there's somewhere to put it.
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-31