mailtrain/routes
Tomas Bures bd4961366f More or less all the functionality for selectable unsubscription process. Not tested yet!
Sending emails moved completely to controller. It felt strange to have some emails sent from the controller and some of them from the model.
Confirmations refactored to an independent model that can be potentially used also for other actions that need an email confirmation.
2017-05-03 15:53:34 -04:00
..
api.js Halfway through extending subscriptions by selectable unsubscription process. Also contains changes towards better handling of scenarios when address is already subscribed. 2017-04-30 10:51:47 -04:00
archive.js Fixes issue with HTML entities 2017-03-19 13:39:34 +02:00
blacklist.js Add blacklist function 2017-04-11 10:10:02 +02:00
campaigns.js This is a preview of the Reports functionality. 2017-04-16 18:09:08 -04:00
editorapi.js Reduce error handling noise 2017-03-10 15:38:04 +01:00
fields.js Updated translation support 2017-03-07 16:30:56 +02:00
forms.js More or less all the functionality for selectable unsubscription process. Not tested yet! 2017-05-03 15:53:34 -04:00
grapejs.js applied some code style changes 2017-03-10 14:14:38 +02:00
index.js Fixed title case 2017-03-12 01:13:24 +01:00
links.js Do not use .stack property with error objects 2017-03-24 13:04:38 +02:00
lists.js Unsubscription is identified by subscriber cid. This effectivelly allows only the recipient of the email to unsubscribe. This addresses issue #221. 2017-04-30 13:01:22 -04:00
mosaico.js applied some code style changes 2017-03-10 14:14:38 +02:00
report-templates.js Report processor worker refactored to run under another user (nobody) and have its own mysql credentials. 2017-04-27 16:35:53 -04:00
reports.js Work in progress on securing reports. 2017-04-25 22:49:31 +00:00
segments.js Updated translation support 2017-03-07 16:30:56 +02:00
settings.js initial translations support 2017-03-04 18:15:16 +02:00
subscription.js More or less all the functionality for selectable unsubscription process. Not tested yet! 2017-05-03 15:53:34 -04:00
templates.js Lists and Templates overviews refactored to use ajax. Before the refactoring, they behaved and looked a bit different to the other (Ajax) tables. The main difference in the behavior was in the row numbers (1st column) when sort order was switched. The non-ajax tables rearranged the numbers in the 1st column while the ajax-tables didn't. 2017-04-16 03:22:32 -04:00
triggers.js Updated translation support 2017-03-07 16:30:56 +02:00
users.js Updated translation support 2017-03-07 16:30:56 +02:00
webhooks.js Do not use .stack property with error objects 2017-03-24 13:04:38 +02:00