Commit graph

1424 commits

Author SHA1 Message Date
Michael Bianco e6bf3691c7
adding listmonk-newsletter sdk link (#2013) 2024-08-27 13:12:30 +05:30
dependabot[bot] 55e81f0df6
Bump axios from 1.6.2 to 1.7.4 in /frontend (#2006)
Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 22:41:01 +05:30
Bowrna d28e40ee5c
update subscribers api docs (#1989) 2024-08-22 22:17:23 +05:30
pan93412 579fa71eed
docs: Add Zeabur one-click button (#1994) 2024-08-22 22:16:59 +05:30
Kailash Nadh edc9f7382f Fix typo on the website. 2024-08-20 15:05:51 +05:30
Kaiwalya Koparkar d2cd9b169e
chore: Deploy to Elestio button updated (#2005) 2024-08-20 14:56:25 +05:30
MaximilianKohler fb090f2383
Update querying-and-segmentation.md (#1983) 2024-08-12 14:04:48 +05:30
Bowrna 6353fb6491
Add bounces API link to the docs page (#1981) 2024-08-09 14:18:33 +05:30
Abhinav Raut 679457cb12
Ensure unique upload filenames by adding a suffix (#1963)
Fixes #1957.

Co-authored-by: Abhinav Raut <abhinav.raut@zerodha.com>
2024-08-08 15:42:29 +05:30
Bowrna 46187b9d25
Add public list API doc (#1976) 2024-08-07 17:52:16 +05:30
Bowrna 41f01d5a18
Add docs for bounces api (#1978) 2024-08-07 17:51:32 +05:30
Bowrna e4dcb066d9
Update API docs of media with missing api (#1975) 2024-08-06 11:41:13 +05:30
Bowrna 1e6e97e750
Add validation for filename with non-ASCII chars in media upload (#1973) 2024-08-05 20:08:33 +05:30
Kailash Nadh 01f7450bf0 Clean section in config doc. 2024-08-02 21:34:04 +05:30
Bowrna ebac8b3b4c
Fix broken campaign clone with deleted lists (#1966)
Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-08-02 21:33:43 +05:30
MaximilianKohler d284e35102
Update configuration.md +performance, batch size (#1967)
* Update configuration.md +performance, batch size

* Update configuration.md
2024-08-02 21:00:28 +05:30
Keshav Gupta c334d2e6e1
fix #1950:Export of unsubscribed users exports all users (#1965)
Co-authored-by: keshav <keshav.gupta@jarvis.consulting>
2024-08-02 00:05:33 +05:30
Kailash Nadh fedc51514d Fix incorrect count in subscriber query when there are no results. 2024-08-02 00:03:22 +05:30
Adrian Moya 45f1f80a76
fix(analytics): add to and from dates to campaign analytics URL (#1952)
Co-authored-by: Adrian Moya <adrian@csma.tehcnology>
2024-07-25 18:00:04 +05:30
Michael Bianco 23d236fec0
docs: send_at will error out without a Z at the end of the timestamp (#1949) 2024-07-22 09:13:26 +05:30
Luís Mendes 821b43d74f
Add support for running Docker container as non-root user using docker-entrypoint.sh (#1892)
* Enabling the usage of non root user in Docker
* Added docker-entrypoint.sh to .goreleaser.yml
* Renamed UID to PUID and GID to PGID
2024-07-21 11:03:15 +05:30
Prachi 888e33e5e3
fix [docs]: correct invalid example request of basic auth in docs (#1946)
Co-authored-by: Prachi Jamdade <prachiii@Prachis-Laptop.local>
2024-07-18 18:55:21 +05:30
Kailash Nadh 326fc300ed Refactor subscription form generator to render syntax-highlighted HTML. 2024-07-17 20:50:34 +05:30
Kailash Nadh c2e7c713ca Increase campaign subject char limit. Closes #1909. 2024-07-17 19:38:11 +05:30
Kailash Nadh c520337a36 Add issue/PR comment messages to GitHub stale action bot. 2024-07-17 11:46:55 +05:30
Kailash Nadh 12f32f1470 Set GitHub stale issue bot to prod. 2024-07-17 11:33:32 +05:30
Kailash Nadh 766d62b4a3 Merge branch 'stale-action' 2024-07-17 11:21:21 +05:30
Kailash Nadh 870b3f7fb1 Add GitHub stale-action bot to handle stale issues. 2024-07-17 11:21:02 +05:30
zevszym b38f1562ee
fix vanishing attachments in campaign in more the one campaigns setup (#1936) 2024-07-17 10:42:51 +05:30
Karan Sharma b4294c1eea
fix(docker): support multi-platform builds (#1935)
- Updated Dockerfile to use `--platform=$BUILDPLATFORM` for compatibility with multiple architectures
2024-07-10 23:45:52 +05:30
Frankie 2bda94f5d7
Update configuration.md (#1930)
Add note about blocked SMTP ports
2024-07-05 12:35:25 +05:30
dependabot[bot] 22890a17a1
Bump golang.org/x/image from 0.10.0 to 0.18.0 (#1914)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 23:37:17 +05:30
Brandon Hartshorn 5d5f48494c
docs: add important step regarding ses in bounces.md (#1907)
Bounces seemingly aren't sent if this setting is only configured for the domain, needs to be configured for send-as email addresses also.
2024-06-22 16:27:11 +05:30
dependabot[bot] 0940e81109
Bump braces from 3.0.2 to 3.0.3 in /frontend (#1898)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-16 19:18:31 +05:30
Carson Yang 1ba35d54fb
Add one-click deploy on sealos (#1880)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
2024-05-31 20:52:33 +05:30
Sergey Minkov 3babd9020e
parse cc and bcc from custom headers to add them on email envelope (#1865) 2024-05-18 17:49:24 +05:30
Karan Sharma 6886878ec5
ci: add a compile check for open PRs (#1858) 2024-05-07 11:26:34 +05:30
Kailash Nadh c108486041 Fix syntax error in manager from a previous, simple looking PR merge. Huh :O 2024-05-07 11:09:29 +05:30
Gokhan c30068d3ea
Add kubernetes helm installation instructions to docs (#1847) 2024-04-28 09:03:34 +05:30
Kailash Nadh 42ba157904 Add a note about starting listmonk without a config file. 2024-04-27 23:03:59 +05:30
largemouth c3f4379b17
chore: fix function name in comment (#1836)
Signed-off-by: largemouth <largemouth@aliyun.com>
2024-04-22 18:43:23 +05:30
dependabot[bot] e968718935
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1833)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:02:47 +05:30
Kailash Nadh 1bf7e362bf Fix incorrect filter query in bounces UI. Closes #1820. 2024-04-13 08:52:25 +05:30
Jonas Sulzer 1d32d4c368
👌 IMPROVE: make RootURL available in email templates (#1812)
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2024-04-04 22:57:52 +05:30
dependabot[bot] c48fe973e2
Bump vite from 5.0.12 to 5.0.13 in /frontend (#1809)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 10:42:00 +05:30
Kailash Nadh d5cfaa9bb3 Remove obsolete subscriber disabled status from docs. Closes #1793. 2024-04-01 19:09:19 +05:30
Kailash Nadh 7bf9481488 Add /uploads/ path to HTTP config docs. Closes #1803. 2024-04-01 19:05:38 +05:30
Klaudia e4589d6236
Update pl.json (#1800) 2024-03-28 11:07:35 +05:30
Kailash Nadh 124af1ee29 Make static e-mail template subjects scriptable. Closes #1727.
This commit introduces optional, custom `<title>` tags that can be
added to `static/email-templates/*.html` so as to make the subjectlines
fully scriptable for system e-mails and notifications.

The tag must look like this.

```
<title data-i18n>Stuff {{ .Subscriber.Name }} here!</title>
```
2024-03-25 15:49:40 +05:30
Kailash Nadh f04798a329 Add URL validation to settings URL inputs on admin UI. 2024-03-25 11:06:46 +05:30