listmonk/cmd
Kailash Nadh 98ed4fb384 Add a landing login page and a logout option.
BasicAuth without an explicit landing page or a logout option has
sometimes been confusing to users. This commit adds a static
landing page on / with a login link and a logout option in the admin
that "logs out" BasicAuth session by posting invalid credentials to
the server to obtain a 401.
2021-09-26 23:42:57 +05:30
..
admin.go Display app version the settings UI 2021-06-09 20:11:45 +05:30
bounce.go Add support for blocklisting e-mail domains. 2021-09-25 15:39:09 +05:30
campaigns.go Add sane defaults to POST creation APIs. 2021-09-26 16:43:10 +05:30
handlers.go Add a landing login page and a logout option. 2021-09-26 23:42:57 +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 support for blocklisting e-mail domains. 2021-09-25 15:39:09 +05:30
install.go Introduce @TrackLink shorthand for generating tracking links. 2021-09-26 16:03:05 +05:30
lists.go Add sane defaults to POST creation APIs. 2021-09-26 16:43:10 +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 check to skip admin notifications with no e-mails. Closes #300. 2021-09-24 19:28:32 +05:30
public.go Fix broken Cypress tests. 2021-09-25 18:05:15 +05:30
queries.go Refactor SQL schema and queries for performance improvements. 2021-09-18 17:25:08 +05:30
settings.go Add support for blocklisting e-mail domains. 2021-09-25 15:39:09 +05:30
subscribers.go Add HTML syntax highlighted editing to the template editor. 2021-09-26 21:56:53 +05:30
templates.go Add HTML syntax highlighted editing to the template editor. 2021-09-26 21:56:53 +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