Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-19 | Add site_tag to logger | Erik Johnston | 1 | -2/+2 | |
2015-06-19 | Add IDs to outbound transactions | Erik Johnston | 1 | -53/+71 | |
2015-06-19 | Add Eric Myhre to AUTHORS | Erik Johnston | 1 | -0/+4 | |
2015-06-18 | Make upload dir a configurable path. | Eric Myhre | 2 | -2/+6 | |
Fixes SYN-425. Signed-off-by: Eric Myhre <hash@exultant.us> | |||||
2015-06-17 | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2 | -1/+44 | |
Bug introduced in 92b20713d7c6346aeb20dc09963081e472752bb5 which reversed the comparison when checking if a user existed in the users table. Added UTs to prevent this happening again. | |||||
2015-06-16 | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 1 | -2/+2 | |
2015-06-16 | Remove access_token from synapse.rest.client.v1.transactions ↵ | Erik Johnston | 1 | -3/+3 | |
{get,store}_response logging | |||||
2015-06-15 | Disable twisted access logging. Move access logging to SynapseRequest object | Erik Johnston | 2 | -75/+79 | |
2015-06-15 | Log more when we have processed the request | Erik Johnston | 4 | -4/+23 | |
2015-06-15 | Create SynapseRequest that overrides __repr__ to not print access_token | Erik Johnston | 2 | -17/+46 | |