listmonk/cmd
Kailash Nadh d359ad27aa Refactor media management.
- Change tiled UI to table UI.
- Add support for search and pagination.
- Important: This breaks the `GET /api/media` API to introduce pagination
  fields. Media items are now moved into `{ data: results[] }`.
2023-05-21 15:19:12 +05:30
..
admin.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +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
handlers.go Add support for publishing full content in public archive RSS feed body (#1262) 2023-04-08 09:39:10 +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 support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +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 Refactor Messenger interface. 2023-05-08 22:43:25 +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 support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
settings.go Add support for file attachments on campaigns (#1341) 2023-05-18 16:55:59 +05:30
subscribers.go Integrate paginator library in place of custom pagination function. 2022-11-10 23:30:50 +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 Upgrade koanf to v2. 2023-04-10 12:45:25 +05:30
utils.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30