summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-13Delete the table objects from TransactionStoreMark Haines3-60/+10
2016-01-13Remove the RoomsTable objectMark Haines1-13/+3
2016-01-12Don't include old left roomsErik Johnston1-1/+5
2016-01-12Remove the PushersTable and EventPushActionsTable objectsMark Haines2-14/+6
2016-01-12Remove the PushRuleTable and PushRuleEnableTable objectsMark Haines1-50/+33
2016-01-12Dont fire user_joined_room when guest hits /eventsErik Johnston1-7/+0
2016-01-11Introduce a Requester objectDaniel Wagner-Hall24-144/+178
2016-01-11Postgres doesn't like booleansDavid Baker1-2/+2
2016-01-11Remove rogue 'admin'David Baker1-1/+1
2016-01-07Only use cropped thumbnails when asked for a cropped thumbnail.Mark Haines1-1/+1
2016-01-07Turn on core dumpsErik Johnston1-2/+5
2016-01-07Use logger not loggingErik Johnston1-2/+2
2016-01-07s/telnet/ssh/Erik Johnston1-1/+1
2016-01-07Change manhole to use sshErik Johnston1-5/+21
2016-01-07This comma is actually importantDavid Baker1-1/+1
2016-01-07more commasDavid Baker1-1/+1
2016-01-07copyrightsMatthew Hodgson295-297/+297
2016-01-06Config Comment mixup in captcha public/private keyRobin Lambertz1-2/+2
2016-01-06Add /_matrix/versions to report supported versionsDaniel Wagner-Hall3-0/+43
2016-01-06comma styleDavid Baker1-1/+1
2016-01-06Adding is_guest here won't work because it just constructs a dict of uid -> p...David Baker1-1/+1
2016-01-06Pass whether the user was a guest to some of the event streamsMark Haines1-5/+3
2016-01-06fix testsDavid Baker3-1/+10
2016-01-06Guest users must be joined to a room to see it in /syncMark Haines4-137/+50
2016