Go to file
Kailash Nadh 5f0e3acfb9 Add bulk subscriber querying, segmentation, and management features
- Add a name / e-mail "quicksearch" input to the UI
- Implement row selection and aggregation at table level and a "select all" that selects all rows at the query level
- On selected subscribers, add bulk list management (add / remove / unsubscribe), blacklist, and delete
2018-12-18 10:54:55 +05:30
frontend Add bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +05:30
messenger Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
models Add bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +05:30
public Add admin e-mail notifications. 2018-11-28 13:29:57 +05:30
runner Remove alt tag from tracking pixel image 2018-11-29 14:17:53 +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 bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +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 no-cache header to pixel tracker image 2018-11-29 15:27:21 +05:30
queries.go Add bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +05:30
queries.sql Add bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +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 bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +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 Add bulk subscriber querying, segmentation, and management features 2018-12-18 10:54:55 +05:30