- fix emtpy mailer configuration error
- Fix replies query
- Add new comment notification
- Expose templates
- Fix double initialization
- Fix graceful exit
- Fix node-graceful for agenda
- Update author comparison
- Complete notifier refactor
- Remove timing function with moment dependency
- Remove feeds collection connection
- Remove update-feed, topic-voted, and topic-commented Jobs
- Add eslint-config-democracyos
- Add jobs.define method and refactor
- Add cache for DB connection
- Fix topic-published multiple calling to done() function DemocracyOS/democracyos#1393
- Fix error messages Closes #30
- Update agenda dependency to ~0.9.0
- Update dependencies
- fix defaulting to directTransport email sender
- Fix for the ReDOS vulnerability #29
- Fix notifier crash because of authMechanism
- Update dependencies
- Add generic config for nodemailer
- Add availableLocales config option
- Refactor configuration on its own module
- Add unit tests #25 thanks @SebastienDaniel!
- Correctly fallback missing translations to English
- Re-add topic-published job
- Fix locale on comment-reply email
- Added ability to send notifications in the language of the target user
- Force disable the topic-published action treatment
- update mongojs and authentication method
- update agenda
- Using democracyos/agenda because npm version is outdated and does not work with MongoLab
- Replace mailchimp for nodemailer #6
- Fix missing opts reference
- Fix default options & add default sender
- Remove second parameter from done callback
- Remove checking for 'done' being defined before calling it
- Add topic-published job handler
- Add topic voted job handler
- Add topic commented job handler
- Add .eslintrc file
- Add topic-published event
- Add comment-reply job
- Update log usage
- Fix
data
parameter missusage
- Fix relative require paths
- Add welcome-email job for events
signup
andresend-validation
- Refactor part of events/jobs tier
- Refactor forgot-password semantics to reset-password
- Update debug log labels
- Notifications engine and support for
forgot-password
event