summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-17s/eventHandlerService.getUsersCountInRoom/modelService.getUserCountInRoom/gKegan Dougal5-65/+61
2014-11-15do *not* depend on external websites to host our JS - if nothing else, it ↵Matthew Hodgson2-6/+201
makes hacking on synapse when offline (e.g. on planes) a huge PITA :(
2014-11-15docMatthew Hodgson1-3/+3
2014-11-15merge in msg.__room_member usage to new message display templateMatthew Hodgson7-135/+182
2014-11-15improve notif setting textMatthew Hodgson1-1/+1
2014-11-15spell useCaptcha right...Matthew Hodgson1-1/+1
2014-11-15do not use captcha by defaultMatthew Hodgson1-11/+5
2014-11-14Fix PDU and event signaturesMark Haines4-6/+16
2014-11-14Validate signatures on incoming eventsMark Haines3-7/+52
2014-11-14Add event-stream-service unit tests.Kegan Dougal2-0/+84
2014-11-14Unbreak tab complete...Kegan Dougal1-5/+6
2014-11-14Add more modelService unit tests.Kegan Dougal1-0/+132
2014-11-14Move getUserPowerLevel to modelService.Kegan Dougal5-71/+58
2014-11-14Fix bug which caused notifications to appear for old messages.Kegan Dougal2-9/+9
2014-11-14Tidy up room.html member list to use member again, now that scope.members is ↵Kegan Dougal1-6/+6
gone.
2014-11-14Add extra checks to duration filter.Kegan Dougal2-0/+8
2014-11-14Actually look for last_active_ago in the right place..Kegan Dougal3-70/+140
2014-11-14Remove scope.members from RoomController and use modelService instead. This ↵Kegan Dougal5-225/+237
may make things unstable.
2014-11-14