Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-01-13 | Skip, rather than erroring, invalid guest requests | Daniel Wagner-Hall | 5 | -21/+5 | |
Erroring causes problems when people make illegal requests, because they don't know what limit parameter they should pass. This is definitely buggy. It leaks message counts for rooms people don't have permission to see, via tokens. But apparently we already consciously decided to allow that as a team, so this preserves that behaviour. | |||||
2016-01-09 | Add FreeBSD install section & instructions | Kubilay Kocak | 1 | -0/+8 | |
Add FreeBSD installation instructions for both Ports and Packages now that matrix-synapse has landed [1] in the tree. [1] https://svnweb.freebsd.org/changeset/ports/405527 | |||||
2016-01-04 | typoe | Matthew Hodgson | 1 | -1/+1 | |
2016-01-04 | fix another whitespace rst bug | Matthew Hodgson | 1 | -1/+1 | |
2016-01-04 | fix whitespace bug | Matthew Hodgson | 1 | -2/+0 | |
2016-01-04 | Bump changelog and version for v0.12.0 | Mark Haines | 2 | -4/+5 | |
2016-01-04 | Update CHANGES github/release-v0.12.0 release-v0.12.0 | Richard van der Hoff | 1 | -0/+4 | |
2016-01-02 | Expose /login under r0 | Richard van der Hoff | 1 | -1/+1 | |
The spec says /login should be available at r0 and 'unstable', so make it so. | |||||
2015-12-23 | Bump version and update changelog for v0.12.0-rc3 v0.12.0-rc3 | Mark Haines | 2 | -1/+25 | |
2015-12-23 | Add some docstring explaining the snapshot cache does | Mark Haines | 1 | -1/+23 | |
2015-12-23 | Missing yield on guest access auth check | Mark Haines | 1 | -1/+1 | |
Needs matrix-org/sytest#125 to land first | |||||
2015-12-23 | Add a unit test for the snapshot cache | Mark Haines | 2 | -2/+62 | |
2015-12-22 | Move the doc string to the public facing method | Mark Haines | 1 | -16/+17 | |
2015-12-22 | Add a cache for initialSync responses that expires after 5 minutes | Mark Haines | 2 | -1/+94 | |
2015-12-22 | Include the list of bad room ids in the error | Mark Haines | 2 | -2/+24 | |
2015-12-22 | Use a list comprehension | Mark Haines | 1 | -3/+4 | |
2015-12-22 | Hook up read receipts and typing notifications for guest access | Mark Haines | 1 | -13/+11 | |
2015-12-22 | Add top level filters for filtering by room id | Mark Haines | 2 | -34/+35 | |
Documented by matrix-org/matrix-doc#246 | |||||
2015-12-22 | Allow guest access to /sync | Mark Haines | 1 | -46/+98 | |
2015-12-22 | Allow guest access if the user provides a list of rooms in the filter | Mark Haines | 3 | -1/+22 | |
2015-12-21 | Add top level filtering by room id | Mark Haines | 1 | -33/+30 | |
2015-12-21 | Remove bogus comment about branch coverage | Mark Haines | 1 | -1/+0 | |
2015-12-21 | Return room avatar URLs in /publicRooms | Daniel Wagner-Hall | 1 | -2/+21 | |
Spec: https://github.com/matrix-org/matrix-doc/pull/244 Tests: https://github.com/matrix-org/sytest/pull/121 | |||||
2015-12-21 | Delete all the .coverage files, including the combined .coverage | Mark Haines | 1 | -1/+2 | |
2015-12-21 | Use an absolute path when specifying the directory for synapse in jenkins.sh | Mark Haines | 1 | -8/+8 | |
2015-12-21 | Remove accidentally committed debug logging | Mark Haines | 1 | -1/+0 | |
2015-12-18 | Actually look up required remote server key IDs | Paul "LeoNerd" Evans | 1 | -1/+3 | |
set.union() is a side-effect-free function that returns the union of two sets. This clearly wanted .update(), which is the side-effecting mutator version. | |||||
2015-12-18 | Generate code coverage report when running jenkins.sh | Mark Haines | 2 | -6/+18 | |
2015-12-18 | Fix typo that broke registration on the mobile clients | David Baker | 1 | -1/+1 | |
2015-12-17 | fix indentation level | Matthew Hodgson | 1 | -3/+3 | |
2015-12-17 | stop generating default identicons. reverts most of ↵ | Matthew Hodgson | 1 | -19/+3 | |
582019f870adbc4a8a8a9ef97b527e0fead77761 and solves vector-web/vector-im#346 | |||||
2015-12-17 | Add display_name to 3pid invite in m.room.member invites | Daniel Wagner-Hall | 1 | -1/+31 | |
2015-12-17 | Strip address and such out of 3pid invites | Daniel Wagner-Hall | 2 | -2/+13 | |
We're not meant to leak that into the graph | |||||
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 | Added info abou Martin Giess' auto-deployment process with vagrant/ansible | Oddvar Lovaas | 1 | -0/+4 | |
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 |