| Commit message (Expand) | Author | Files | Lines |
2017-11-02 | support inhibit_login in /register | Richard van der Hoff | 1 | -12/+16 |
2017-11-02 | Add more hooks to ModuleApi | Richard van der Hoff | 1 | -0/+34 |
2017-11-02 | Add a hook for custom rest endpoints | Richard van der Hoff | 3 | -0/+74 |
2017-11-02 | Factor _AccountHandler proxy out to ModuleApi | Richard van der Hoff | 3 | -70/+83 |
2017-11-02 | Factor out _configure_named_resource | Richard van der Hoff | 1 | -46/+64 |
2017-11-01 | Fix user-interactive password auth | Richard van der Hoff | 1 | -1/+3 |
2017-11-01 | Notify auth providers on logout | Richard van der Hoff | 3 | -7/+42 |
2017-11-01 | Allow password_auth_providers to return a callback | Richard van der Hoff | 3 | -6/+17 |
2017-11-01 | Let password auth providers handle arbitrary login types | Richard van der Hoff | 2 | -32/+139 |
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 | Let auth providers get to the database | Richard van der Hoff | 1 | -0/+16 |
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 drop NUL values in all tables | David Baker | 1 | -7/+19 |
2017-10-31 | |