listmonk/cmd
Kailash Nadh 2f6bd05ca0 Fix the optin-in, form re-subscribe behaviour.
If a user is already subscribed to an optin list but hasn't
confirmed, subscribing using the same e-mail id from the public
form now re-sends the optin e-mail while also showing an
appropriate message on the frontend rather than just saying
"subscribed successfully".

https://github.com/knadh/listmonk/issues/266
https://github.com/knadh/listmonk/issues/264
2021-02-13 17:55:10 +05:30
..
admin.go Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
campaigns.go Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
handlers.go Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
i18n.go Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
import.go Refactor and remove placeholder i18n func 2021-01-23 18:54:33 +05:30
init.go Refactor fetching of server config and settings. 2021-02-13 12:34:36 +05:30
install.go Add support for alternate plaintext body for e-mails. 2021-01-30 18:49:47 +05:30
lists.go Add a new public page for end users to subscribe to public lists. 2021-01-31 16:19:39 +05:30
main.go Refactor i18n name and fix the L() function in public HTML templates 2021-01-23 19:34:30 +05:30
manager_db.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
media.go Refactor and remove placeholder i18n func 2021-01-23 18:54:33 +05:30
notifications.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
public.go Fix the optin-in, form re-subscribe behaviour. 2021-02-13 17:55:10 +05:30
queries.go Add a new public page for end users to subscribe to public lists. 2021-01-31 16:19:39 +05:30
settings.go Add a new public page for end users to subscribe to public lists. 2021-01-31 16:19:39 +05:30
subscribers.go Fix the optin-in, form re-subscribe behaviour. 2021-02-13 17:55:10 +05:30
templates.go Refactor and remove placeholder i18n func 2021-01-23 18:54:33 +05:30
updates.go fix: Stop tickers 2021-01-27 12:58:17 +05:30
upgrade.go WIP: Add i18n support 2021-01-17 20:59:01 +05:30
utils.go Remove "normalization" of non-Latin characters in tags 2021-01-31 13:06:52 +05:30