Go to file
Kailash Nadh c24c19b120 Add admin e-mail notifications.
- Add notifications for campaign state change
- Add notifications for import state change

Related changes.
- Add a new 'templates' directory with HTML templates
- Move the static campaign template as a .tpl file into it
- Change Messenger.Push() to accept multiple recipients
- Change exhaustCampaign()'s behaviour to pass metadata to admin emails
2018-11-28 13:29:57 +05:30
frontend Add support for importing unzipped CSV 2018-11-27 12:21:59 +05:30
messenger Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
models Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
public Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
runner Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
subimporter Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
templates Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
.gitignore Ignore yarn.lock 2018-10-25 19:23:30 +05:30
Makefile Fresh start 2018-10-25 19:21:47 +05:30
admin.go WIP: Add dashboard stats queries and endpoint 2018-11-05 11:19:08 +05:30
campaigns.go Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
config.toml.sample Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
handlers.go Fresh start 2018-10-25 19:21:47 +05:30
import.go Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
install.go Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
lists.go Fresh start 2018-10-25 19:21:47 +05:30
main.go Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
media.go Fresh start 2018-10-25 19:21:47 +05:30
notifications.go Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
package.json Fresh start 2018-10-25 19:21:47 +05:30
public.go Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
queries.go Fix merge conflicts 2018-11-06 15:59:13 +05:30
queries.sql Fix counting unsubbed users in campaign stats counts 2018-11-26 19:06:11 +05:30
runner_db.go Add support for campaign error tracking and auto-pause. 2018-11-26 16:40:51 +05:30
schema.sql Refactor the import process 2018-11-05 16:59:09 +05:30
sqlboiler.toml Fresh start 2018-10-25 19:21:47 +05:30
stats.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
subscribers.go Add automatic unsub of users blacklisted from admin 2018-11-26 19:01:18 +05:30
templates.go Add regexp template tag validation 2018-11-26 17:36:05 +05:30
users.go Fresh start 2018-10-25 19:21:47 +05:30
utils.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30