Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-18 | Test for terms UI auth | Travis Ralston | 1 | -0/+70 | |
2018-10-18 | remove redundant changelog file | Richard van der Hoff | 1 | -1/+0 | |
this change has been released | |||||
2018-10-18 | 0.33.7 v0.33.7 | Richard van der Hoff | 2 | -3/+6 | |
2018-10-17 | fix changelog formatting v0.33.7rc2 | Richard van der Hoff | 1 | -1/+4 | |
2018-10-17 | v0.33.7rc2 | Richard van der Hoff | 1 | -1/+1 | |
2018-10-17 | prep changelog | Richard van der Hoff | 3 | -13/+25 | |
2018-10-17 | Fix incorrect truncation in get_missing_events | Richard van der Hoff | 5 | -35/+26 | |
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id. | |||||
2018-10-17 | Assume isatty is always defined, and catch AttributeError. Also don't bother ↵ | Erik Johnston | 1 | -2/+6 | |
checking colour==Normal | |||||
2018-10-17 | Put the warning blob at the top of the file | Richard van der Hoff | 1 | -6/+9 | |
2018-10-17 | Ship the email templates as package_data | Richard van der Hoff | 13 | -6/+50 | |
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the examp |