Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-01 | Log login requests | David Baker | 1 | -0/+10 | |
Carefully though, to avoid logging passwords | |||||
2017-11-01 | Fix tests for refresh_token removal | Richard van der Hoff | 1 | -3/+3 | |
2017-11-01 | Leave `is_public` as required argument of update_room_group_association | Luke Barnard | 1 | -1/+1 | |
2017-11-01 | Update docs for updating room group association | Luke Barnard | 2 | -2/+2 | |
2017-10-31 | Remove the last vestiges of refresh_tokens | Richard van der Hoff | 5 | -60/+14 | |
2017-10-31 | Flake8 | Luke Barnard | 2 | -5/+9 | |
2017-10-31 | Modify group room association API to allow modification of is_public | Luke Barnard | 6 | -19/+25 | |
also includes renamings to make things more consistent. | |||||
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 | fix tests | Richard van der Hoff | 1 | -0/+1 | |
2017-10-31 | DB schema interface for password auth providers | Richard van der Hoff | 3 | -0/+89 | |
Provide an interface by which password a |