listmonk/cmd
Kailash Nadh f667935a82 Fix empty password save behaviour on settings.
The earlier logic for copying existing passwords from the DB to
SMTP and messenger settings when the frontend sent an empty
password was based on array positions (and flawed). This commit
introduces an internal UUID field to SMTP and Messenger settings
to keep track of password changes in the settings UI.
2020-10-10 21:25:59 +05:30
..
admin.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
campaigns.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
handlers.go Add automatic update checks. 2020-08-08 16:59:47 +05:30
import.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
init.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
install.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
lists.go Fix incorrect default values and server response in list creation UI 2020-08-22 14:13:13 +05:30
main.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
manager_db.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
media.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
notifications.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
public.go Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
queries.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
settings.go Fix empty password save behaviour on settings. 2020-10-10 21:25:59 +05:30
subscribers.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
templates.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
updates.go Add automatic update checks. 2020-08-08 16:59:47 +05:30
upgrade.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30
utils.go Clean up root and move app to `cmd` directory 2020-08-08 13:54:25 +05:30