Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-01 | Apparently this is python | David Baker | 1 | -1/+1 | |
2017-11-01 | Log login requests | David Baker | 1 | -0/+10 | |
Carefully though, to avoid logging passwords | |||||
2017-11-01 | automatically set default displayname on register | Matthew Hodgson | 1 | -1/+8 | |
to avoid leaking ugly MXIDs and cluttering up the timeline with displayname changes as well as membership joins for autojoin rooms (e.g. the status autojoin rooms), automatically set the displayname to match the localpart of the mxid upon registration. | |||||
2017-11-01 | Break dependency of auth_handler on device_handler | Richard van der Hoff | 3 | -13/+6 | |
I'm going to need to make the device_handler depend on the auth_handler, so I need to break this dependency to avoid a cycle. It turns out that the auth_handler was only using the device_handler in one place which was an edge case which we can more elegantly handle by throwing an error rather than fixing it up. | |||||
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 Ba |