| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Update black to 19.10b0 (#6304) | Amber Brown | 2019-11-01 | 1 | -8/+6 |
* | Remove redundant return | Erik Johnston | 2019-08-13 | 1 | -1/+0 |
* | Handle pusher being deleted during processing. | Erik Johnston | 2019-08-01 | 1 | -6/+13 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -31/+32 |
* | Add test | Erik Johnston | 2019-06-07 | 1 | -0/+19 |
* | Make starting pushers faster during start up | Erik Johnston | 2019-04-02 | 1 | -2/+9 |
* | Write some tests for the email pusher (#4095) | Amber Brown | 2018-10-30 | 1 | -1/+4 |
* | sanity-check the is_processing flag | Richard van der Hoff | 2018-10-24 | 1 | -4/+7 |
* | Make on_started synchronous too | Richard van der Hoff | 2018-10-22 | 1 | -8/+7 |
* | Remove redundant run_as_background_process() from pusherpool | Richard van der Hoff | 2018-10-22 | 1 | -2/+1 |
* | Give pushers their own background logcontext | Richard van der Hoff | 2018-10-22 | 1 | -24/+24 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+3 |
* | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 1 | -2/+2 |
* | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -4/+7 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Only load jinja2 templates once | Erik Johnston | 2017-05-22 | 1 | -12/+3 |
* | Ensure we pass positive ints to delay function | Erik Johnston | 2017-02-22 | 1 | -1/+2 |
* | Reduce redundant database work in email pusher | Erik Johnston | 2016-10-18 | 1 | -0/+4 |
* | Ignore AlreadyCalled errors on timer cancel | Erik Johnston | 2016-07-31 | 1 | -2/+10 |
* | Create separate methods for getting messages to push | Mark Haines | 2016-07-28 | 1 | -3/+2 |
* | Merge remote-tracking branch 'origin/develop' into dbkr/email_unsubscribe | David Baker | 2016-06-02 | 1 | -2/+8 |
|\ |
|
| * | Disable INCLUDE_ALL_UNREAD_NOTIFS | Erik Johnston | 2016-06-02 | 1 | -1/+2 |
| * | if an email pusher specifies a brand param, use it | Matthew Hodgson | 2016-06-02 | 1 | -1/+6 |
* | | Email unsubscribing that may in theory, work | David Baker | 2016-06-02 | 1 | -1/+1 |
|/ |
|
* | Tune email notifs to make them quieter: | Matthew Hodgson | 2016-05-23 | 1 | -8/+18 |
* | tune email notifs, fix CSS a bit, and add debugging details | Matthew Hodgson | 2016-05-16 | 1 | -8/+24 |
* | Add constant for throttle multiplier | David Baker | 2016-04-29 | 1 | -1/+2 |
* | Remove unused function | David Baker | 2016-04-29 | 1 | -4/+0 |
* | Remove unused arg | David Baker | 2016-04-29 | 1 | -2/+2 |
* | Remove rather pointless get function | David Baker | 2016-04-29 | 1 | -9/+1 |
* | Stop processing notifs once we've sent a mail | David Baker | 2016-04-29 | 1 | -0/+1 |
* | Put back real delay before mailing | David Baker | 2016-04-28 | 1 | -1/+1 |
* | Better grammar for multiple messages in a room | David Baker | 2016-04-27 | 1 | -1/+1 |
* | No inlineCallbacks necessary on this | David Baker | 2016-04-22 | 1 | -1/+0 |
* | Flesh out email templating | David Baker | 2016-04-21 | 1 | -0/+7 |
* | Generate mails from a template | David Baker | 2016-04-20 | 1 | -8/+4 |
* | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -9/+23 |
* | Add single instance & logging stuff | David Baker | 2016-04-19 | 1 | -8/+39 |
* | First bits of emailpusher | David Baker | 2016-04-19 | 1 | -0/+214 |