listmonk/internal/core
Kailash Nadh 9ffc912a2c Refactor media provider.
- Rename `Get()` to `GetURL()`.
- Add `GetBlob()` to retrieve the media file blobs in
  filesystem and and s3 media providers.

This enables reading media files inside listmonk paving the way to
campaign file attachments.
2023-05-08 20:28:25 +05:30
..
bounces.go Add support for variable bounce processing actions. 2023-04-11 11:33:40 +05:30
campaigns.go Add support for publishing full content in public archive RSS feed body (#1262) 2023-04-08 09:39:10 +05:30
core.go Add support for variable bounce processing actions. 2023-04-11 11:33:40 +05:30
dashboard.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30
lists.go Fix missing subscriber count in individual list GET API. 2022-11-27 23:07:40 +05:30
media.go Refactor media provider. 2023-05-08 20:28:25 +05:30
settings.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30
subscribers.go Fix no opt-in mails when existing subscribers subscriber to new opt-in lists. Closes #1257. 2023-03-25 21:06:59 +05:30
subscriptions.go Add ability for subscribers to manage preferences on the unsub form. 2022-10-29 15:23:28 +05:30
templates.go Disable template type updation after creation to prevent breaking of campaign relations. 2022-07-09 10:36:12 +05:30