Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-12-17 | Fix 500 error when back-paginating search results | Richard van der Hoff | 1 | -2/+4 | |
We were mistakenly adding pagination clauses to the count query, which then failed because the count query doesn't join to the events table. | |||||
2015-12-16 | Fix typo | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-12-16 | Give the IS a bunch more 3pid invite context | Daniel Wagner-Hall | 1 | -7/+60 | |
This allows it to form richer emails | |||||
2015-12-15 | Allow users to change which account a 3pid is bound to | Mark Haines | 1 | -1/+1 | |
2015-12-14 | Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2 | Mark Haines | 2 | -1/+12 | |
2015-12-14 | Fix spacing | Mark Haines | 1 | -1/+1 | |
2015-12-14 | Fix logging to lie less | Mark Haines | 1 | -2/+9 | |
2015-12-14 | Fix a race between started/stopped stream | Mark Haines | 1 | -3/+8 | |
2015-12-14 | Add commentary for fix in PR#442 | Mark Haines | 1 | -0/+6 | |
2015-12-14 | Combine the prev content tests | Mark Haines | 1 | -14/+12 | |
2015-12-14 | Check whether prev_content or prev_sender is set before trying to rollback state | Mark Haines | 1 | -8/+13 | |
2015-12-14 | Skip events that where the body, name or topic isn't a string when back ↵ | Mark Haines | 1 | -0/+5 | |
populating the FTS index | |||||
2015-12-14 | Include errcode on Internal Server Error | Daniel Wagner-Hall | 1 | -2/+5 | |
2015-12-14 | Fix typo | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-12-14 | Fix typo in sql for full text search on sqlite3 | Mark Haines | 1 | -1/+1 | |
2015-12-11 | Do the /sync in parallel accross the rooms like /initialSync does | Mark Haines | 1 | -4/+12 | |
2015-12-11 | SYN-90: We don't need --proccess-dependency-links | Mark Haines | 1 | -5/+3 | |
When installing synapse since all its dependencies are on PyPI | |||||
2015-12-11 | Include approximate count of search results | Erik Johnston | 2 | -3/+61 | |
2015-12-11 | Use more efficient query f |