Go to file
Kailash Nadh 1473961ef0 Fix next-campaigns query to return campaign_ids with 0 counts as well when there were 0 subscribers in target_lists. This would result in started_at never being updated in the update sub query. 2018-11-01 17:51:29 +05:30
frontend Add help text 2018-10-31 18:23:57 +05:30
messenger Remove debug line ;( 2018-10-26 13:27:39 +05:30
models - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
public Change unsubscribe (click instead of onload) behaviour and language 2018-10-31 18:22:54 +05:30
runner Fix incorrect return of cached tracking link 2018-10-31 19:50:03 +05:30
subimporter Fixed bugs in importer 2018-10-30 18:17:26 +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 Fresh start 2018-10-25 19:21:47 +05:30
campaigns.go Refactor dummyUser struct for use in multiple places 2018-10-31 19:50:26 +05:30
config.toml.sample Fresh start 2018-10-25 19:21:47 +05:30
default-template.html Fix the horrible HTML typos in the default template 2018-10-29 15:17:48 +05:30
generate-subs.py Fresh start 2018-10-25 19:21:47 +05:30
handlers.go Fresh start 2018-10-25 19:21:47 +05:30
import.go Fix bad exception handling in cases of 0 CSVs in import ZIPs 2018-10-30 18:44:51 +05:30
install.go Refactor the Go template string placeholder into a constant 2018-10-29 15:20:11 +05:30
lists.go Fresh start 2018-10-25 19:21:47 +05:30
main.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
media.go Fresh start 2018-10-25 19:21:47 +05:30
package.json Fresh start 2018-10-25 19:21:47 +05:30
public.go Change unsubscribe (click instead of onload) behaviour and language 2018-10-31 18:22:54 +05:30
queries.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
queries.sql Fix next-campaigns query to return campaign_ids with 0 counts as well when there were 0 subscribers in target_lists. This would result in started_at never being updated in the update sub query. 2018-11-01 17:51:29 +05:30
runner_db.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
schema.sql - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
sqlboiler.toml Fresh start 2018-10-25 19:21:47 +05:30
subscribers.go Refactor dummyUser struct for use in multiple places 2018-10-31 19:50:26 +05:30
templates.go Refactor dummyUser struct for use in multiple places 2018-10-31 19:50:26 +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