listmonk/cmd
Kailash Nadh 4e5e466b03 Add a ?minimal mode to GET /lists API.
Passing `?minimal=true` to the /lists API returns all lists without
additional metadata (subscriber count) which is orders of magnitude
faster than counting subscribers per list in large DBs.

The frontend intitialization always calls the GET /lists API on load
to keep it available in multiple contexts like the new campaign page.
However, this "boot up" call does not need additional metdata. This
initialization GET /lists call now calls /lists?minimal=true.
2021-09-18 20:15:24 +05:30
..
admin.go Display app version the settings UI 2021-06-09 20:11:45 +05:30
bounce.go Validate type in bounce webhook API. 2021-08-22 15:43:35 +05:30
campaigns.go Add campaign analytics APIs and UI 2021-09-17 21:41:25 +05:30
handlers.go Add campaign analytics APIs and UI 2021-09-17 21:41:25 +05:30
i18n.go Sort i18n language list on the settings UI 2021-04-21 19:04:04 +05:30
import.go Refactor subsbscription status option on the import page. 2021-06-06 17:33:23 +05:30
init.go Add --idempotent to make --install idempotent 2021-08-22 20:09:39 +05:30
install.go Add --idempotent to make --install idempotent 2021-08-22 20:09:39 +05:30
lists.go Add a ?minimal mode to GET /lists API. 2021-09-18 20:15:24 +05:30
main.go Add --idempotent to make --install idempotent 2021-08-22 20:09:39 +05:30
manager_store.go Add support for bounce processing. 2021-08-14 15:35:29 +05:30
media.go Sanitize media upload filenames. Closes #397. 2021-06-19 17:11:27 +05:30
notifications.go Add generic HTTP postback Messenger support. 2020-10-10 18:52:08 +05:30
public.go Add robots noindex header to public user specific subscription pages 2021-06-05 12:45:10 +05:30
queries.go Refactor SQL schema and queries for performance improvements. 2021-09-18 17:25:08 +05:30
settings.go Add custom S3 backend support (eg: Minio) to media uploads 2021-08-15 16:09:00 +05:30
subscribers.go Refactor SQL schema and queries for performance improvements. 2021-09-18 17:25:08 +05:30
templates.go Fixes campaign test messages not including unsub headers. 2021-05-21 23:35:08 +05:30
updates.go Stop checking for updates on boot. 2021-05-23 21:08:32 +05:30
upgrade.go Add support for bounce processing. 2021-08-14 15:35:29 +05:30
utils.go Sanitize media upload filenames. Closes #397. 2021-06-19 17:11:27 +05:30