Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-01 | Move access token deletion into auth handler | Richard van der Hoff | 6 | -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-31 | Make the port script drop NUL values in all tables | David Baker | 1 | -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 |