summary refs log tree commit diff
path: root/synapse/push (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-04copyrightMatthew Hodgson1-0/+22
2016-05-04fix assorted typos in default configMatthew Hodgson1-3/+3
2016-05-04Unused importDavid Baker1-1/+0
2016-05-04Catch all exceptions when creating a pusherDavid Baker1-2/+2
2016-04-29Add constant for throttle multiplierDavid Baker1-1/+2
2016-04-29Remove unused functionDavid Baker2-26/+0
2016-04-29Remove unused argDavid Baker1-2/+2
2016-04-29DocstringDavid Baker1-0/+14
2016-04-29Use explicit joinDavid Baker1-3/+3
2016-04-29Oops, actually specify the user idDavid Baker1-1/+3
2016-04-29Remove unnecessary ifDavid Baker1-1/+1
2016-04-29Put spaces at start of lineDavid Baker1-16/+16
2016-04-29Try imports in configDavid Baker1-0/+7
2016-04-29Use the constantDavid Baker1-1/+2
2016-04-29Avoid `vars` builtinDavid Baker1-15/+15
2016-04-29Use named parameter formatDavid Baker1-14/+22
2016-04-29Default enable email notifs to FalseDavid Baker1-1/+1
2016-04-29Include res in the manifestDavid Baker1-0/+1
2016-04-29pep8David Baker1-1/+0
2016-04-29Remove rather pointless get functionDavid Baker1-9/+1
2016-04-29Stop processing notifs once we've sent a mailDavid Baker1-0/+1
2016-04-29Correct public_baseurl defaultDavid Baker1-2/+2
2016-04-29Nicer get() shorthandDavid Baker1-3/+2
2016-04-29Remove redundant docstringDavid Baker1-4/+0
2016-04-29Correct default template and add text templateDavid Baker1-1/+2
2016-04-29Send mail notifs with a plaintext part tooDavid Baker5-7/+50
2016-04-29Fix password resetDavid Baker1-0/+1
2016-04-29Add an email pusher for new usersDavid Baker2-0/+27
2016-04-29pep8 newlineDavid Baker1-1/+1
2016-04-28Remove vector specific styleDavid Baker1-14/+0
2016-04-28Some basic css to make it halfway legibleDavid Baker3-16/+58
2016-04-28Fix notification linkDavid Baker1-1/+1
2016-04-28May as well always include room linkDavid Baker1-4/+3
2016-04-28Put back real delay before mailingDavid Baker1-1/+1
2016-04-28Support file messages & fix plain textDavid Baker2-7/+6
2016-04-28Support image notifsDavid Baker2-15/+33
2016-04-28Fix more typos in per-request metricsMark Haines1-4/+5
2016-04-28pep8David Baker2-3/+6
2016-04-28Only import email pusher if email notifs are onDavid Baker1-6/+8
2016-04-28Fix typo in request metricsMark Haines1-1/+1
2016-04-28fix typoMatthew Hodgson1-1/+1
2016-04-28Add a comment explaining why automatic metric reporting is disabled for JsonR...Mark Haines1-0/+4
2016-04-28Check if report_metrics is TrueMark Haines1-3/+4
2016-04-28Handle room invites in email notifsDavid Baker3-13/+42
2016-04-28<