Commit graph

1259 commits

Author SHA1 Message Date
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
Vivek R
08b9d153da fix: update echo framewor to fix commit hash mismatch 2019-05-27 17:10:02 +05:30
Kailash Nadh
3a6f15e9dc Update list date on import before notif and run notif as a goroutine 2019-05-14 22:18:18 +05:30
Kailash Nadh
8701cb445a Fix import and campaign page and integrate new paginated lists API 2019-05-14 22:06:14 +05:30
Kailash Nadh
3cf075e3a9 Add deps to dev docs 2019-05-14 20:53:54 +05:30
Kailash Nadh
7a64aca888 Removed redundant consts and goal 2019-05-14 17:56:44 +05:30
Kailash Nadh
9729395648 Add dev README 2019-05-14 17:46:12 +05:30
Kailash Nadh
d9585a7365 Add pagination to the lists page 2019-05-14 16:41:05 +05:30
Kailash Nadh
b467c9bc3f Fix incorrect sort order in stats SQL queries 2019-05-08 13:20:27 +05:30
Kailash Nadh
b078c0006c Fix missing lists fetch in query-campaigns 2019-04-23 22:36:20 +05:30
Kailash Nadh
420c661d4d Remove duplicate TODO 2019-04-07 09:43:33 +05:30
Kailash Nadh
b0602594aa Add TODO 2019-04-07 09:42:50 +05:30
Kailash Nadh
3bf405fc1c Refactor and fix importer state bugs
- Fixed invalid file uploads leaving the importer in a hanging
  state without exiting
- Make the import UI always show the upload status page so that
  error logs are visible
2019-04-03 14:08:31 +05:30
Kailash Nadh
cfec13c589 Optimize campaign and subscriber queries
- Simplify campaigns querying to separate statistics gather into
  a separate query for lazy loading.
- Simplify subscribers query to separate list fetching into
  a separate query for lazy loading.
2019-04-01 17:07:24 +05:30
Kailash Nadh
93c952082c Refactor campaigns query into two: 'query' and 'get' 2019-03-30 12:38:02 +05:30
Kailash Nadh
baa618475b Add 'send campaign' shortcut link to lists view 2019-03-28 18:18:26 +05:30
Kailash Nadh
3de7b3f560 Fix incorrect maxlength param values 2019-03-28 18:04:27 +05:30
Kailash Nadh
6b29c0ff28 Remove subscriber list link from list name 2019-03-28 17:59:32 +05:30
Kailash Nadh
178604dbbf Refactor campaigns view
- Fix sorting issues
- Add status filter
- Add name + subject search
2019-03-28 17:17:51 +05:30
Kailash Nadh
9655ce6f14 Refactor subscriber data src to check for errors 2019-03-28 17:16:21 +05:30
Kailash Nadh
e43c9b88e9 Add target 'run' to Makefile 2019-03-27 13:35:51 +05:30
Kailash Nadh
5acde50c2e Merge branch 'develop' of https://github.com/knadh/listmonk into develop 2019-03-09 13:17:27 +05:30
Kailash Nadh
917cb8aeed Reformat all JS to 'prettier' style 2019-03-09 13:16:47 +05:30