Kailash Nadh
3cd8b86213
Check subscriber existence by UUID on public pages
2019-07-21 21:58:25 +05:30
Kailash Nadh
3be5b27d03
Fix error message
2019-07-21 21:55:12 +05:30
Kailash Nadh
31b9690d74
Remove orphan func
2019-07-21 21:22:26 +05:30
Kailash Nadh
9e34e7d39b
Fix default template rendering in Gmail with CSS inlining
2019-07-21 20:45:37 +05:30
Kailash Nadh
a060d94cb5
Move UUID validation from multiple places into a middleware func
2019-07-21 20:45:37 +05:30
Kailash Nadh
3fddd78ebf
Refactor "unsubscribe from all" (self-blacklist) behaviour.
...
- Add an option to toggle allowing subscribers to blacklist themselves.
- Move the "unsubscribe from all" to the subscription management page
2019-07-21 20:45:35 +05:30
Kailash Nadh
3b7902802e
Add data privacy export / wipe features (aimed at GDPR compliance).
...
- Toggle options to enable self-service data export and wipe
options on the public unsubscription page. Subscribers can get
a copy of all data on them e-mailed to them as JSON, or
instantly wipe all their data.
- Refactor "unsubscribe" pages and URIs to "subscription".
- Add export icon to subscriber admin view.
2019-07-21 19:21:23 +05:30
Kailash Nadh
d390bc904c
Add helper to make mail attachment headers
2019-07-21 12:30:51 +05:30
Kailash Nadh
81fe874ee7
Refactor subscriber delete query to support UUIDs
2019-07-20 12:54:30 +05:30
Kailash Nadh
7d9758c3f5
Refactor "error" view to a generic "message"
2019-07-18 12:44:46 +05:30
Kailash Nadh
81d3046374
Refactor Messenger/Emailer to accept attachments
2019-07-18 12:40:48 +05:30
Kailash Nadh
533caf894b
Fix `from` e-mail ID in dummy campaign on install
2019-07-16 19:51:41 +05:30
Kailash Nadh
0cb14422cf
Fix typo in install message
2019-07-15 20:36:08 +05:30
Kailash Nadh
180f05ac08
Merge branch 'master' of https://github.com/knadh/listmonk
2019-07-15 09:35:12 +05:30
Kailash Nadh
192214cfc6
Add .gitattributes for github-linguist
2019-07-15 09:34:56 +05:30
Kailash Nadh
1ff38b5f7d
Merge pull request #2 from mr-karan/docs
...
feat: Add docker image link to README
2019-07-12 21:39:44 +05:30
karan
0a50cd69e0
feat: Add docker image link to README
2019-07-12 17:57:32 +05:30
Kailash Nadh
275554e57e
Refactor config error message
2019-07-12 17:19:26 +05:30
Kailash Nadh
3d3af8c429
Merge pull request #1 from mr-karan/docker
...
WIP: Create Docker release
2019-07-12 15:48:29 +05:30
karan
1534c4678a
fix: Path for windows build in goreleaser
2019-07-12 15:44:44 +05:30
Kailash Nadh
6409c9a23b
Add missing help link to subscriber modal
2019-07-12 15:09:58 +05:30
Karan Sharma
ec46fb4758
Merge branch 'master' into docker
2019-07-12 14:18:39 +05:30
karan
728d1c26e7
feat: Add docker demo setup
2019-07-12 14:03:54 +05:30
Kailash Nadh
51ec37427f
Add install readme file
2019-07-12 13:57:11 +05:30
Kailash Nadh
f457605707
Remove unimplemented features from nav
2019-07-12 13:53:56 +05:30
Kailash Nadh
349562fd91
Add install readme file
2019-07-12 11:24:43 +05:30
mr-karan
3ed39a4f56
feat: Add docker instructions
2019-07-12 07:52:05 +05:30
mr-karan
bdc837d03f
feat: Create docker release
...
- Updates `.goreleaser.yml` to add docker build step
- Adds `Dockerfile` for listmonk
- Adds `docker-compose.yml` for reference.
2019-07-12 07:52:05 +05:30
mr-karan
714a040295
fix: Add listmonk binary to Gitignore
2019-07-12 07:24:02 +05:30
Kailash Nadh
e64d723ac2
Typo and language fix in README
2019-07-10 00:41:36 +05:30
Kailash Nadh
9fd9748d4d
Update README with image and links
2019-07-09 17:06:23 +05:30
Kailash Nadh
e89a54b957
Refactor and add new build routines
...
- Fix version injection in build
- Refactor Makefile
- Add --new-config flag to generate sample config
- Add license
- Remove autogenerated frontend README
- Refactor make dist to do end-to-end build
- Refactor build and add goreleaser conf
2019-07-09 15:57:04 +05:30
Kailash Nadh
0e116a2286
Update dependencies
2019-07-05 14:18:50 +05:30
Kailash Nadh
61c2a728ca
Upgrade to stuffbin v1.0.0
2019-07-05 14:08:48 +05:30
Kailash Nadh
be20014524
Add doc links to UI
2019-07-04 18:41:30 +05:30
Kailash Nadh
bcf35bf670
Add basic sanitisation to subscriber query expressions
2019-07-04 17:40:55 +05:30
Kailash Nadh
69e5e351e0
Refactor default install records and add test campaign
2019-07-04 14:47:33 +05:30
Kailash Nadh
1ca8c2faf2
Fix default template location in install
2019-07-04 14:33:03 +05:30
Kailash Nadh
348e65f1ec
Fix lists not showing on the subscriber form
2019-07-04 13:39:05 +05:30
Kailash Nadh
64043f0d62
Add run-frontend to Makefile
2019-07-02 13:23:44 +05:30
Kailash Nadh
1caa63b113
Rename 'build-dist' to 'dist' in Makefile
2019-06-26 17:50:53 +05:30
Kailash Nadh
089522a2e5
Replace config struct tags
2019-06-26 17:02:42 +05:30
Kailash Nadh
65317503cf
Remove hardcoded binary name from unstuff routine
2019-06-26 16:55:59 +05:30
Kailash Nadh
fe4f39f65d
Replace viper with koanf
2019-06-26 16:53:23 +05:30
Kailash Nadh
fe9102120c
Remove stub user features and handlers.
2019-06-26 16:22:47 +05:30
Kailash Nadh
c952b7a2e8
Refactor README for publishing
2019-06-26 16:05:50 +05:30
Kailash Nadh
95038d3f3c
Refactor Makefile
2019-06-26 11:59:03 +05:30
Kailash Nadh
4f9bb269a3
Merge branch 'fix-frontend-dir' into 'develop'
...
fix: frontend directory structre and other minor fixes
See merge request kailash/listmonk!1
2019-05-27 11:51:34 +00:00
Vivek R
11ca4beddb
chore: fix frontend directory structure
2019-05-27 17:17:26 +05:30
Vivek R
09117426ee
feat: add config to enable/disable postgres ssl mode
2019-05-27 17:16:46 +05:30