summary refs log tree commit diff
path: root/setup.cfg (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-05Allow guests to upgrade their accountsDaniel Wagner-Hall11-40/+93
2016-01-05Use larger thumbnail rather than smaller.Erik Johnston1-4/+13
2016-01-05Return /sync when something under the 'leave' key has changedErik Johnston1-1/+1
2016-01-05comment typoDavid Baker1-1/+1
2016-01-05Use named argsErik Johnston1-2/+2
2016-01-05Support inviting 3pids in /createRoomErik Johnston1-0/+16
2016-01-04= not == in sqlDavid Baker1-1/+1
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-04Only joined rooms have unread_notif_countDavid Baker1-1/+1
2016-01-04commaDavid Baker1-1/+1
2016-01-04Add unread_notif_count in incremental_sync_with_gapDavid Baker1-0/+8
2016-01-04fix testsDavid Baker2-2/+2
2016-01-04Rename event-actions to event_push_actions as per PR requestDavid Baker6-17/+17
2016-01-04Bump changelog and version for v0.12.0Mark Haines2-4/+5
2016-01-04Address minor PR issuesDavid Baker7-25/+12
2016-01-04Update CHANGES release-v0.12.0Richard van der Hoff1-0/+4
2016-01-02Expose /login under r0Richard van der Hoff1-1/+1
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
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-22Fix merge fail with anon access stuffDavid Baker1-2/+2
2015-12-22Add mocks to make tests work againDavid Baker2-0/+16
2015-12-22pep8 & unused variableDavid Baker3-4/+3
2015-12-22Add some comments to areas that could be optimised.David Baker3-1/+14
2015-12-22Remove the list of problems (moved to jira issues)David Baker1-5/+0
2015-12-22Insert push actions in a single db query rather than one per user/profile_tagDavid Baker2-17/+24
2015-12-22Include the list of bad room ids in the errorMark Haines2-2/+24
2015-12-22clarify problemsDavid Baker1-1/+1
2015-12-22Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker4-22/+159
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
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
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.sh