listmonk/cmd
Kailash Nadh ad80c716f9 Add new privacy option 'Record opt-in IP' to record IP address of optin confirmation.
- Add new 'Subscriptions' table on the subscriber list form that shows subs,
  IP, and other data.
- Add new `meta` JSONB field to `subscriber_lsts` table.

Closes #1329.
2023-07-26 23:00:32 +05:30
..
admin.go Add support for streaming async events via HTTP serverside events. 2023-05-27 15:44:59 +05:30
archive.go Add support for publishing full content in public archive RSS feed body (#1262) 2023-04-08 09:39:10 +05:30
bounce.go Add support for variable bounce processing actions. 2023-04-11 11:33:40 +05:30
campaigns.go Add support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
events.go Add support for streaming async events via HTTP serverside events. 2023-05-27 15:44:59 +05:30
handlers.go Add GET /api/about that returns useful system info. Closes #1354. 2023-06-24 13:07:13 +05:30
i18n.go Upgrade labstack/echo webserver to major version v4. 2021-12-09 20:51:07 +05:30
import.go Fix typos 2022-02-13 08:54:39 -08:00
init.go Add new privacy option 'Record opt-in IP' to record IP address of optin confirmation. 2023-07-26 23:00:32 +05:30
install.go Add support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
lists.go Fix broken single list fetch API. 2022-11-22 23:11:20 +05:30
main.go Add GET /api/about that returns useful system info. Closes #1354. 2023-06-24 13:07:13 +05:30
maintenance.go Add maintenance options. 2022-09-03 14:58:25 +05:30
manager_store.go Add support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
media.go Refactor media management. 2023-05-21 15:19:12 +05:30
notifications.go Refactor Messenger interface. 2023-05-08 22:43:25 +05:30
public.go Add new privacy option 'Record opt-in IP' to record IP address of optin confirmation. 2023-07-26 23:00:32 +05:30
settings.go Mask passwords on the UI accurately with the actual passwords length. 2023-07-21 23:46:46 +05:30
subscribers.go fix function name in comment (#1374) 2023-06-20 23:40:13 +05:30
templates.go Disable template type updation after creation to prevent breaking of campaign relations. 2022-07-09 10:36:12 +05:30
tx.go Add support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
updates.go Stop checking for updates on boot. 2021-05-23 21:08:32 +05:30
upgrade.go fix function name in comment (#1374) 2023-06-20 23:40:13 +05:30
utils.go Add GET /api/about that returns useful system info. Closes #1354. 2023-06-24 13:07:13 +05:30