Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port some admin handlers to async/await (#6559) | Erik Johnston | 2019-12-19 | 1 | -2/+4 |
* | Remove database config parsing from apps. | Erik Johnston | 2019-12-10 | 1 | -5/+0 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -2/+2 |
* | Remove pointless description | Erik Johnston | 2019-07-16 | 1 | -1/+0 |
* | Fix typo in synapse/app/admin_cmd.py | Erik Johnston | 2019-07-16 | 1 | -1/+1 |
* | s/exfiltrate_user_data/export_user_data/ | Erik Johnston | 2019-07-15 | 1 | -1/+1 |
* | Add FileExfiltrationWriter | Erik Johnston | 2019-07-15 | 1 | -1/+69 |
* | Use set_defaults(func=) style | Erik Johnston | 2019-07-15 | 1 | -11/+8 |
* | Move creation of ArgumentParser to caller | Erik Johnston | 2019-07-15 | 1 | -1/+3 |
* | Fix up comments | Erik Johnston | 2019-07-15 | 1 | -2/+2 |
* | Add basic admin cmd app | Erik Johnston | 2019-07-02 | 1 | -0/+198 |