summary refs log tree commit diff
path: root/synapse/push/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-181-5/+7
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-6/+11
* Run Black. (#5482)Amber Brown2019-06-201-6/+4
* Add ability to perform password reset via email without trusting the identity...Andrew Morgan2019-06-061-2/+2
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-1/+5
* Drop logging level of creating a pusherErik Johnston2019-02-221-1/+1
* Logging improvements for the pusher (#4691)Richard van der Hoff2019-02-201-5/+6
* run isortAmber Brown2018-07-091-1/+2
* make imports localAdrian Tschira2018-04-281-1/+1
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* 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
* Fix emailpusher importDavid Baker2016-05-161-1/+11
* 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
* Make pushers use the event_push_actions table instead of listening on an even...David Baker2016-04-061-0/+10