summary refs log tree commit diff
path: root/synapse/storage/state.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-14Add extra MeasureErik Johnston1-14/+16
2016-04-14Fix query for get_unread_push_actions_for_user_in_rangeErik Johnston1-1/+2
2016-04-13Give install requirementsErik Johnston1-1/+7
2016-04-13pep8David Baker1-1/+1
2016-04-13Only return unread notificationsDavid Baker1-9/+50
Make get_unread_push_actions_for_user_in_range only return unread event actions, being more true to its name. Done in two separate sql queries to get actions after a read receipt and those in a room wiht no receipt at all. SQL queries by Erik.
2016-04-13Add back in helpful description for missing url_preview_ip_range_blacklistErik Johnston1-1/+5
2016-04-13Sanitize the optional dependencies for spider APIErik Johnston4-38/+31
2016-04-13Measure Auth.checkErik Johnston1-47/+50
2016-04-13Don't auto log failed auth checksErik Johnston3-62/+76
2016-04-12Unused member variableDavid Baker1-1/+0
2016-04-12