summary refs log tree commit diff
path: root/synapse/push/pusher.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
| | | | what could possibly go wrong
* Fix typo when getting app nameErik Johnston2017-06-061-1/+1
|
* Fix wrong number of argumentsErik Johnston2017-06-061-1/+1
|
* Only load jinja2 templates onceErik Johnston2017-05-221-12/+44
| | | | | Instead of every time a new email pusher is created, as loading jinja2 templates is slow.
* Fix emailpusher importDavid Baker2016-05-161-1/+11
| | | | Try importing at the root level rather than conditionally importing, as per comment
* spell out emailpusher full pathMatthew Hodgson2016-05-051-1/+1
|
* pep8David Baker2016-05-041-0/+1
|
* copyrightMatthew Hodgson2016-05-041-0/+22
|
* Only import email pusher if email notifs are onDavid Baker2016-04-281-6/+8
|
* First bits of emailpusherDavid Baker2016-04-191-1/+3
| | | | Mostly logic of when to send an email
* Make pushers use the event_push_actions table instead of listening on an ↵David Baker2016-04-061-0/+10
event stream & running the rules again. Sytest passes, but remaining to do: * Make badges work again * Remove old, unused code