Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-12-05 | Refactor UI auth implementation | Richard van der Hoff | 7 | -48/+103 |
2017-11-29 | Delete devices in various logout situations | Richard van der Hoff | 5 | -5/+75 |
2017-11-29 | Move set_password into its own handler | Richard van der Hoff | 6 | -19/+58 |
2017-11-29 | Move deactivate_account into its own handler | Richard van der Hoff | 6 | -22/+61 |
2017-11-29 | Remove pushers when deleting access tokens | Richard van der Hoff | 3 | -18/+32 |
2017-11-29 | Fix 500 when joining matrix-dev | Richard van der Hoff | 1 | -3/+10 |
2017-11-29 | Improve comments on get_user_by_access_token | Richard van der Hoff | 1 | -1/+5 |
2017-11-28 | Clear logcontext before starting fed txn queue runner | Richard van der Hoff | 2 | -9/+18 |
2017-11-28 | federation_client script: Support for posting content | Richard van der Hoff | 1 | -8/+34 |
2017-11-28 | Allow guest access to group APIs for reading | Luke Barnard | 1 | -11/+11 |
2017-11-27 | Improve tracebacks on exceptions | Richard van der Hoff | 1 | -3/+9 |
2017-11-27 | Avoid retrying forever on IntegrityError | Richard van der Hoff | 1 | -0/+7 |
2017-11-24 | Fix error handling on dns lookup | Richard van der Hoff | 1 | -2/+4 |
2017-11-24 | Add a comment which might save some confusion | Richard van der Hoff | 1 | -0/+1 |
2017-11-24 | Remove dead sync_callback | Richard van der Hoff | 1 | -2/+0 |
2017-11-23 | Fix some logcontext leaks in replication resource | Richard van der Hoff | 1 | -2/+4 |
2017-11-23 | Fix OPTIONS on preview_url | Richard van der Hoff | 1 | -1/+5 |
2017-11-22 | fix sql fails | Richard van der Hoff | 1 | -1/+1 |
2017-11-22 | Check database in has_completed_background_updates | Richard van der Hoff | 3 | -12/+33 |
2017-11-22 | Add config option to disable media_repo on main synapse | Richard van der Hoff | 4 | -9/+30 |
2017-11-22 | Build MediaRepositoryResource as a homeserver dependency | Richard van der Hoff | 4 | -5/+19 |
2017-11-21 | Improve documentation of workers | Richard van der Hoff | 1 | -21/+133 |
2017-11-21 | sanity checks | Matthew Hodgson | 1 | -1/+4 |
2017-11-21 |