- Update Dependency democracyos-notifier to DemocracyOS/notifier
- Replace master branch contents with the contents of 1.0.0
- add nodemailer
- fix ssl redirection, only when protocol is http
- log forwarding header for debugging
- fix debug scope of ssl middleware
- fix typo
- [config] - Add organizationEmail config parameter
- [config] - Add organizationName config parameter
- Update repositories, contact and description in package.json
- Update status codes for error responses (40x)
- Remove 'engines' declaration from package.json
- Update Procfile
- Remove unncesary directories and files. Rewrite config module.
- Rewrite notifier-server to use democracyos-notifier
- Start rewriting notifier-server
- Update version compatibility warning
- Bump to 0.3.1
- Fix RESET_PASSWORD_URL on templates Closes #37
- Release 0.3.0
- [topic] - Rename law to topic. Closes #35
- [topic-published] - Update feed to new forum and topic format #35
- [topic-commented] - Update feed to new forum and topic format #35
- [topic-voted] - Update feed to new forum and topic format #35
- Release 0.2.1
- [feed] - Add feededAt attribute on model
- Fix RESET_PASSWORD_URL on templates #37
- Rename law to topic. Closes #35
- Update feed to new forum and topic format #35
- Add feededAt attribute on feed model
- Add HTTP->HTTPS redirection for heroku
- Update some translations
- add 'deploymentId' on 'law-published' feeds
- [update-feed] - Fix getting instance url from action
- [law-commented] - Add a new feed story when 'law-commented' is received
- [law-voted] - Add a new feed story when 'law-voted' is received
- Add saving new feed for new published law
- Add russian translation
- Update configuration default aliases from user->citizens to user->users
- Add Galician translation
- Add Ukrainian transolation
- added uk.json support
- Remove non-user database access for 'law-published' event. Closes #22
- Change MONGO_CONNECTION to MONGO_URL. Closes #23
- Add app port to '/' response JSON
- Add German, Dutch and Portuguese translations
- Remove 'DemocracyOS' from mail subjects
- Fix existing translations
- Add PORT variable to config
- remove unneeded data from argument-replies flow #9
- update codebase to version 0.1.0 of likeastore/notifier
- Add support for notifying 'law-published' and fix 'reply-comment'. Closes #17
- Update texts for 'reply-argument' event and template
- Notify user on reply argument only if he has enabled it in their notifications preferences #7
- Add reply-argument notification
- Add 'resend-validation-email' handler, as it's the same as the 'signup' one
- Refactor app.js and make event handling logic self-contained
- Add basic app.js
- Update README.md with description on collection name aliasing
- Add debug dep and update makefile
- Add support for aliasing db collection names
- Add flexibility for 'name' property definition in users
- Fetch port optionally from config file
- Fix mail template not escaping HTML
- Update welcome-email subject and tempalte
- Update welcome-email template and translations
- Add translations engine
- Fix template vars usage to be uncoupled from mandrill
- Fix welcome flow
- Add basic templates
- Add dev settings to
.gitignore