summary refs log tree commit diff
path: root/synapse/rest (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-13Add 'event' result to 'context' endpointRichard van der Hoff1-0/+6
... because the context isn't much use without the event.
2016-01-13Skip, rather than erroring, invalid guest requestsDaniel Wagner-Hall5-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-09Add FreeBSD install section & instructionsKubilay Kocak1-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-04typoeMatthew Hodgson1-1/+1
2016-01-04fix another whitespace rst bugMatthew Hodgson1-1/+1
2016-01-04fix whitespace bugMatthew Hodgson1-2/+0
2016-01-04Bump changelog and version for v0.12.0Mark Haines2-4/+5
2016-01-04Update CHANGES release-v0.12.0Richard van der Hoff1-0/+4
2016-01-02Expose /login under r0Richard van der Hoff1-1/+1
The spec says /login should be available at r0 and 'unstable', so make it so.
2015-12-23Bump version and update changelog for v0.12.0-rc3 v0.12.0-rc3Mark Haines2-1/+25
2015-12-23Add some docstring explaining the snapshot cache doesMark Haines1-1/+23
2015-12-23Missing yield on guest access auth checkMark Haines1-1/+1
Needs matrix-org/sytest#125 to land first
2015-12-23Add a unit test for the snapshot cacheMark Haines2-2/+62
2015-12-22Move the doc string to the public facing methodMark Haines1-16/+17
2015-12-22Add a cache for initialSync responses that expires after 5 minutesMark Haines2-1/+94
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22Use a list comprehensionMark Haines1-3/+4
2015-12-22Hook up read receipts and typing notifications for guest accessMark Haines1-13/+11
2015-12-22Add top level filters for filtering by room idMark Haines2-34/+35
Documented by matrix-org/matrix-doc#246
2015-12-22Allow guest access to /syncMark Haines1-46/+98
2015-12-22Allow guest access if the user provides a list of rooms in the filterMark Haines3-1/+22
2015-12-21Add top level filtering by room idMark Haines1-33/+30
2015-12-21Remove bogus comment about branch coverageMark Haines1-1/+0
2015-12-21Return room avatar URLs in /publicRoomsDaniel Wagner-Hall1-2/+21
Spec: https://github.com/matrix-org/matrix-doc/pull/244 Tests: https://github.com/matrix-org/sytest/pull/121
2015-12-21Delete all the .coverage files, including the combined .coverageMark Haines1-1/+2
2015-12-21Use an absolute path when specifying the directory for synapse in jenkins.shMark Haines1-8/+8
2015-12-21Remove accidentally committed debug loggingMark Haines1-1/+0
2015-12-18Actually look up required remote server key IDsPaul "LeoNerd" Evans1-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-18Generate code coverage report when running jenkins.shMark Haines2-6/+18
2015-12-18Fix typo that broke registration on the mobile clientsDavid Baker1-1/+1
2015-12-17fix indentation levelMatthew Hodgson1-3/+3
2015-12-17stop generating default identicons. reverts most of ↵Matthew Hodgson1-19/+3
582019f870adbc4a8a8a9ef97b527e0fead77761 and solves vector-web/vector-im#346
2015-12-17Add display_name to 3pid invite in m.room.member invitesDaniel Wagner-Hall1-1/+31
2015-12-17Strip address and such out of 3pid invitesDaniel Wagner-Hall2-2/+13
We're not meant to leak that into the graph
2015-12-17Fix 500 error when back-paginating search resultsRichard van der Hoff1-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-16Fix typoDaniel Wagner-Hall1-1/+1
2015-12-16Give the IS a bunch more 3pid invite contextDaniel Wagner-Hall1-7/+60
This allows it to form richer emails
2015-12-15Allow users to change which account a 3pid is bound toMark Haines1-1/+1
2015-12-14Changelog and version bump for v0.12.0-rc2 v0.12.0-rc2Mark Haines2-1/+12
2015-12-14Added info abou Martin Giess' auto-deployment process with vagrant/ansibleOddvar Lovaas1-0/+4
2015-12-14Fix spacingMark Haines1-1/+1
2015-12-14Fix logging to lie lessMark Haines1-2/+9
2015-12-14Fix a race between started/stopped streamMark Haines1-3/+8
2015-12-14Add commentary for fix in PR#442Mark Haines1-0/+6
2015-12-14Combine the prev content testsMark Haines1-14/+12
2015-12-14Check whether prev_content or prev_sender is set before trying to rollback stateMark Haines1-8/+13
2015-12-14Skip events that where the body, name or topic isn't a string when back ↵Mark Haines1-0/+5
populating the FTS index
2015-12-14