Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-17 | fix shhs-v1.1.1.6-opt | Amber H. Brown | 1 | -1/+1 | |
2019-07-17 | fix | Amber H. Brown | 1 | -1/+1 | |
2019-07-17 | fix | Amber H. Brown | 1 | -2/+2 | |
2019-07-17 | fix | Amber H. Brown | 2 | -5/+4 | |
2019-07-17 | try now | Amber H. Brown | 1 | -3/+3 | |
2019-07-17 | try now | Amber H. Brown | 1 | -2/+2 | |
2019-07-17 | see if we can do a build! | Amber H. Brown | 2 | -1/+84 | |
2019-07-05 | linting | Amber H. Brown | 1 | -1/+0 | |
2019-07-05 | linting | Amber H. Brown | 2 | -26/+0 | |
2019-07-05 | linting | Amber H. Brown | 6 | -27/+25 | |
2019-07-05 | Make errors about email password resets much clearer (#5616) | Andrew Morgan | 2 | -11/+9 | |
The runtime errors that dealt with local email password resets talked about config options that users may not even have in their config file yet (if upgrading). Instead, the cryptic errors are now replaced with hopefully much more helpful ones. | |||||
2019-07-05 | Improve the backwards compatibility re-exports of synapse.logging.context ↵ | Amber Brown | 4 | -5/+62 | |
(#5617) * Improve the backwards compatibility re-exports of synapse.logging.context. * reexport logformatter too | |||||
2019-07-05 | Add a sytest blacklist file (#5611) | Andrew Morgan | 5 | -148/+43 | |
* Add a sytest blacklist file * Add changelog * Add blacklist to manifest | |||||
2019-07-04 | Update changelog v1.1.0 github/release-v1.1.0 release-v1.1.0 | Erik Johnston | 1 | -0/+10 | |
2019-07-04 | 1.1.0 | Erik Johnston | 4 | -4/+9 | |
2019-07-04 | Suggest people use a config file for Docker instead of env vars | Andrew Morgan | 2 | -1/+2 | |
2019-07-04 | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 98 | -233/+249 | |
2019-07-03 | Fix 'utime went backwards' errors on daemonization. (#5609) | Richard van der Hoff | 3 | -31/+44 | |
* Fix 'utime went backwards' errors on daemonization. Fixes #5608 * |