listmonk/cmd
Kailash Nadh bb340b8785 Refactor frontend build and name space all admin URIs behind /admin/.
- Namespace all admin UI URLs behind `/admin/*`.
  This breaks the current admin UI URLs.
- Make Vue output build assets to `frontend/dist/*` instead of
  `frontend/dist/frontend`.
- Namespace Vue static assets to `/admin/static/*`.

This commit reduces the cofusing and convoluted Vue+WebPack build URI
and static path schemes. In addition, it removes ambiguity in URLs
where non-UI URLs like `/public`, `/api`, `/webhooks` etc. were in the
same name space as UI URLs like `/campaigns`, `/lists` etc. Now all UI
URLs are behind `/admin/`, also simplifying security rules for proxies.
2021-09-23 19:21:35 +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 Refactor frontend build and name space all admin URIs behind /admin/. 2021-09-23 19:21:35 +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 Refactor frontend build and name space all admin URIs behind /admin/. 2021-09-23 19:21:35 +05:30
install.go Clarify default option in prompt 2021-09-12 23:47:06 +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