Commit graph

142 commits

Author SHA1 Message Date
Bowrna
ba24c64fae
Add subsriber blocklisting on the bounces UI (#2409)
Co-authored-by: Kailash Nadh <kailash@nadh.in>
2025-08-01 23:21:25 +05:30
Vivek R
c9c678c04f
Add support for OIDC user auto-creation (#2578)
This patch adds 3 new options to OIDC settings.

Toggle user auto-creation, and select default user/list roles
for auto-created users.

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2025-07-20 16:11:45 +05:30
Junglei Kim
66d7413bfb
Update OpenAPI specification (#2581) 2025-07-17 19:27:50 +05:30
Rohan Verma
ae84fa37d4
Add listmonk-mcp to SDKs documentation (#2573) 2025-07-15 08:48:45 +05:30
gerbsen
6b7e4232c5
Update OIDC doc with latest KeyCloak realm URL (#2568)
---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2025-07-12 22:38:38 +05:30
Kailash Nadh
38c784fe55 Update release details on the static homepage. 2025-07-06 21:56:27 +05:30
Jannis Andrija Schnitzer
d7e4ecf81c
Fix typo in configuration.md (#2540) 2025-06-27 16:17:59 +05:30
Jinhwan Kim
a9d3591f5e
Add heading in template functions doc (#2527) 2025-06-18 23:44:52 +05:30
Kailash Nadh
78f3db7f8d Add permanent warning to docs about Sprig functions. 2025-06-09 22:41:08 +05:30
Kailash Nadh
2081048701 Update release info on homepage. 2025-06-08 15:33:06 +05:30
Niklas Karoly
8b8358e913
Add Nodion Deployment Option (#2518) 2025-06-06 15:26:57 +05:30
Mohommed Motahir Alam
d027cb5de2
Add kloudbean hosting link to static website (#2508) 2025-05-30 12:48:40 +05:30
Kailash Nadh
bf502ba766 Update release details on the static homepage. 2025-05-25 15:37:55 +05:30
Kailash Nadh
b0ecd746be Add OIDC SSO tutorials to docs for Keycloak and authentic.
Based on the original PR by @nono-lqdn

Co-Authored-By: nono-lqdn <94455669+nono-lqdn@users.noreply.github.com>

Closes #2495
2025-05-25 13:16:26 +05:30
Kailash Nadh
29b2766fd5 Add missing requirements.txt to docs. Closes #2494. 2025-05-25 12:05:52 +05:30
Shaun Warman
85ead710f4
docs: add listmonk and forward email for secure newsletter delivery guide (#2440) 2025-04-30 08:52:55 +05:30
Kailash Nadh
6336ec4f56 Update release details on the static homepage. 2025-04-29 00:47:28 +05:30
Kailash Nadh
a7085cb594 Update homepage. 2025-04-29 00:01:51 +05:30
Kailash Nadh
925cdf282d Add visual template and new permissions to docs. 2025-04-28 22:54:08 +05:30
hlassiege
92fc64694a
Update sdks.md: add client for java/kotlin (#2426) 2025-04-25 08:14:54 +05:30
Carson Yang
4d8c8cdedd
Update installation.md (#2405) 2025-04-15 15:18:50 +05:30
Thomerson Roncally
06c2f3b963
Add Nuxt.js module to Supported Libraries Lists (#2371) 2025-03-27 00:18:40 +05:30
Brian Smith
79f8b60e28
Updating documentation to reflect AWS Console changes (#2365) 2025-03-25 15:38:22 +05:30
Marc Weistroff
f8d07ad9b5
Fix DELETE list documentation. (#2335) 2025-03-07 06:22:21 +05:30
lcd1232
d055cc5311
Add support for selecting SMTP per campaign (#2290)
This patch adds a new optional `name` field to SMTP server config on the UI.
When a name is given to an SMTP server, it's initialized as a standalone messenger
which shows up as a sub-group item under the main "email" messenger
on the campaign page.

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2025-02-11 22:41:45 +05:30
candide ꘎ media
756e3915c3
Fix typos in subscribers.md (#2302)
subsriber -> subscriber
2025-02-11 09:16:49 +05:30
Vinit Parekh
7c952e7844
docs: removed duplicate line 2025-01-20 15:47:39 +05:30
Kailash Nadh
2e8a5ace1d Add user roles/perms documentation. Closes #2242. 2025-01-19 11:19:56 +05:30
Kailash Nadh
0930a22b4a Add VACUUM to maintenance section in docs. 2025-01-13 13:18:54 +05:30
Oluwaseun Raphael Afolayan
0878f3e6e5
Add Laravel SDK to Supported Libraries Lists (#2240) 2025-01-06 09:05:33 +05:30
TRISHIT CHAR
b75de39fc2
Fix elest.io image in docs (#2239) 2025-01-05 10:12:38 +05:30
Po-Ru, Lin
98934e601e
Fix outdated docker local dev suite (#2200)
* deps(dev): Upgrade golang to 1.20 in dev Dockerfile

* feat(dev): Make dev's config.toml conform to prod's

* fix(dev): Use dev db credentials in config

* feat(dev): Add support for devcontainer

* docs: How to set up dev env in different ways
2024-12-10 23:05:12 +05:30
Kailash Nadh
7bfbd6a856 Add all to subscriber deletion by query which broke with query validation. Ref: #2122. 2024-12-04 22:07:54 +05:30
Kailash Nadh
3f5bad1a9a Fix incorrent curl command in docs. 2024-11-25 10:20:08 +05:30
Dylan Cetin
fce46b2103
fix: update OpenAPI specs for routes and correct docs for campaign endpoints (#2179)
* Fix API Docs for campaign routes' params

1. Added no_body for some. These existed in OpenApi spec but was not present in the docs
2. GET /api/campaigns/analytics/{type} fixed params description for "from" and "to"

* OpenApi Specs GET routes and File Type Fix

This commit fixes some routes' openapi specs by following lismonk.app/docs/

1. GET Routes can't have a body. All params spesified in the body is moved up to query params
2. On the route /import/subscribers POST fixed content type to Multipart, added example params and fixed file type to string/binary
3. And added required: false to many
2024-11-25 10:19:12 +05:30
Ulf Seltmann
ee9677cd8e
removes example properties from attribs property and allow additional properties (#2154) 2024-11-15 13:23:47 +05:30
Kailash Nadh
1451c4b1f1 Improve API auth/permission docs and examples. 2024-11-15 12:18:44 +05:30
Kailash Nadh
392bc87225 Add curl example to subscriber import docs. 2024-11-15 12:02:09 +05:30
Kailash Nadh
1198f6f3af Update release link on static site homepage. 2024-11-13 00:28:46 +05:30
Ulf Seltmann
8b213f0996
adds property description to List and NewList, updates docs (#2150) 2024-11-11 16:31:18 +05:30
Shaun Warman
cb8b54fd00
Add ForwardEmail (provider) bounce integration (#2016)
* Add ForwardEmail one-click SMTP form option.
* Add bounce webhook integration.

---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-11-10 21:45:07 +05:30
Kailash Nadh
c35ed68759 Fix quotes in JSON API req example in docs. 2024-11-05 00:21:36 +05:30
Kailash Nadh
e182fb5660 Fix the delete/blocklist by SQL query example in docs. 2024-11-05 00:18:22 +05:30
Kailash Nadh
68df63773d Update curl example to remove username/api_username confusion. Closes #2136. 2024-11-04 13:35:54 +05:30
Salim B
599147c102
fix: favicon markup (#2115) 2024-10-30 00:05:03 +05:30
Kailash Nadh
ca73e4f1dc Change wording to 'one-way mailing list' on the static homepage. 2024-10-29 00:11:47 +05:30
Kailash Nadh
998b6e300a Remove version info from docker-compose docs to avoid confusion. 2024-10-28 23:59:01 +05:30
Kailash Nadh
f6ed13a6a9 Add explicit instructions for older docker-compose files. 2024-10-28 23:54:48 +05:30
Kailash Nadh
319053dd7a Update release link on static site homepage. 2024-10-28 14:38:58 +05:30
Kailash Nadh
8ef71aa7a4 Fix docker-compose curl command examples. 2024-10-28 00:16:26 +05:30