Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-11-01 | switch to setting default displayname in the storage layer | Matthew Hodgson | 2 | -10/+5 |
2017-11-01 | Move access token deletion into auth handler | Richard van der Hoff | 6 | -27/+62 |
2017-11-01 | Apparently this is python | David Baker | 1 | -1/+1 |
2017-11-01 | Log login requests | David Baker | 1 | -0/+10 |
2017-11-01 | automatically set default displayname on register | Matthew Hodgson | 1 | -1/+8 |
2017-11-01 | Break dependency of auth_handler on device_handler | Richard van der Hoff | 3 | -13/+6 |
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 |
2017-10-31 | Make the port script |