listmonk/cmd
2025-01-19 16:40:25 +05:30
..
admin.go Add warning on admin UI for legacy creds in the TOML file. 2024-10-13 16:59:52 +05:30
archive.go Add 'slug' (permalink) support for campaign archives. Closes #1394. 2024-01-09 23:34:08 +05:30
auth.go Refactor OIDC redirect state to have nonce validation. Closes #2138. 2024-11-10 22:27:11 +05:30
bounce.go fix: forwardemail bounce processing invalid signature issue (#2250) 2025-01-10 10:40:21 +05:30
campaigns.go Make paused campaigns editable. 2025-01-19 16:40:25 +05:30
events.go Apply minor Go code fixes (#2219) 2024-12-25 19:57:14 +05:30
handlers.go Fix broken individual list GET API. Closes #2117. 2024-10-29 10:17:05 +05:30
i18n.go Upgrade labstack/echo webserver to major version v4. 2021-12-09 20:51:07 +05:30
import.go Fix typo and formatting (#2028) 2024-08-30 13:24:45 +05:30
init.go Add List-Unsubscribe header to opt-in confirmation mails. Closes #2224. 2025-01-19 11:41:17 +05:30
install.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
lists.go Replace hardcoded perm literal with const. 2024-10-20 23:50:06 +05:30
main.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
maintenance.go Add maintenance options. 2022-09-03 14:58:25 +05:30
manager_store.go Fix and refactor subscriber batch fetching in campaign processing. 2024-10-13 17:03:59 +05:30
media.go Ensure unique upload filenames by adding a suffix (#1963) 2024-08-08 15:42:29 +05:30
notifications.go Add List-Unsubscribe header to opt-in confirmation mails. Closes #2224. 2025-01-19 11:41:17 +05:30
public.go Fix list auth by adding an explicit 'getAll' flag to query. 2024-10-13 17:03:59 +05:30
roles.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
settings.go Add ForwardEmail (provider) bounce integration (#2016) 2024-11-10 21:45:07 +05:30
subscribers.go Add List-Unsubscribe header to opt-in confirmation mails. Closes #2224. 2025-01-19 11:41:17 +05:30
templates.go Fix tx template not being cached on update. Closes #2061. 2024-10-05 09:51:56 +05:30
tx.go chore: remove refs to deprecated io/ioutil (#1593) 2023-11-16 13:57:00 +05:30
updates.go Fix update check looping on failed HTTP requests. 2024-10-13 16:59:52 +05:30
upgrade.go Fix schema and add migration for incorrect subscriber count (null) in materialized view. 2024-12-04 23:06:49 +05:30
users.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
utils.go Apply minor Go code fixes (#2219) 2024-12-25 19:57:14 +05:30