summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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-14Be more helpful and tell the user how to generate a config too.David Baker1-1/+4
2014-11-14Adding --generate-config will not help if the user has not specified a ↵David Baker1-1/+1
config file.
2014-11-14Use modelService for getting current presence state rather than ↵Kegan Dougal2-2/+23
RoomController.members
2014-11-14Use modelService to access room member power levels rather than RoomController.Kegan Dougal3-48/+4
2014-11-14Use mUserDisplayName filter in more places. Store power_level[norm] for each ↵Kegan Dougal2-17/+26
RoomMemb