Commit Graph

9873 Commits

Author SHA1 Message Date
Amine Ben hammou
8c5d9b8865 Add EnableSignupConfirmation
[MAILPOET-2678]
2020-04-07 10:03:14 +02:00
Amine Ben hammou
51e9c24158 Make description optional
[MAILPOET-2678]
2020-04-07 10:03:14 +02:00
Amine Ben hammou
a119276cae Add signup confirmation fields to Settinsg type
[MAILPOET-2678]
2020-04-07 10:03:14 +02:00
Amine Ben hammou
bf771256ef Add translations
[MAILPOET-2678]
2020-04-07 10:03:14 +02:00
Jan Jakeš
67dbb78406 Fix missing prop error
[MAILPOET-2838]
2020-04-06 15:44:04 +02:00
Jan Jakeš
3c5563b48c Fix keeping installation/activation process messages
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
bc26618f38 Make filenames consistent with other files
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
6c5c7bed2e Add missing case for premium messages
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
d50de2cfae Removed useless flags
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
af4225bc87 Update the store after setting an authorized address
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
9877ed3573 Remove useless flags
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
70646358df Use yield* instead of iterating and yielding actions
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
780169f86c Fix verifyMssKey action
I want this action to return the final MSS status so that I can use
it to decide whether to show the email authorization modal or not.
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
6beb2f0956 Give a better name to a variable
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
0655273eef Use switch for consistency
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
06b7e1807b Remove useless export/import
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
6945d81a64 Add missing default props
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
fd3a1738d2 Use enum types
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
9b5afa5733 Move CSS classes to new settings
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
655ce8e649 Add from address authorization modal
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
2557586e86 Use yeild* to call controlled actions
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
0d0538705b Fix acceptance tests
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
c46ec899b7 Remove old premium tab
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
b45febac63 Redirect to the new key activation tab
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
8dc3e99606 Remove HTML table
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
7f79165147 Refactor to use WP Redux store and actions
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
2516529394 Refactor messages components
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
b03945234c Refactor getPremiumStatus and getMssStatus as selectors
[MAILPOET-2681]
Use Typescript enums instead of JS constants.
2020-04-06 13:21:15 +02:00
Amine Ben hammou
c1de6a8db7 Remove uneeded props
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
19035f5517 Remove ReactDOM.render
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Amine Ben hammou
a00cdd626d Move premium tab to the new settings
[MAILPOET-2681]
2020-04-06 13:21:15 +02:00
Jan Jakeš
d297ff24f5 Add acceptance tests for unauthorized email messages & modal
[MAILPOET-2805]
2020-04-06 10:52:10 +02:00
Jan Jakeš
e1c6304076 Remove also JS-rendered unauthorized-email-in-newsletter notice
[MAILPOET-2805]
2020-04-06 10:52:10 +02:00
Jan Jakeš
843c521dc1 Add "Fix this!" button to display set FROM address modal
[MAILPOET-2805]
2020-04-06 10:52:10 +02:00
Jan Jakeš
f25b73050d Update text of unauthorized email notices
[MAILPOET-2805]
2020-04-06 10:52:10 +02:00
dependabot[bot]
2bd0f96413 Bump acorn from 5.6.2 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.6.2 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.6.2...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-06 09:09:55 +02:00
Rostislav Wolny
0d9fb395bb Fix select2 padding rendering
[MAILPOET-2826]
2020-04-03 13:55:31 +02:00
Rostislav Wolny
572fdc197c Rerender selection field in form when name changes
This fixes [MAILPOET-2762]. The original fix was reverted.
[MAILPOET-2826]
2020-04-03 13:55:31 +02:00
Rostislav Wolny
b296afd659 Revert change from using value back to defaultValue
[MAILPOET-2826]
2020-04-03 13:55:31 +02:00
Amine Ben hammou
0cb5da1ee5 Make an input larger
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
748378a58e Fix acceptance tests
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
f6dc87ae83 Use the new woocommerce tab
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
eb8f9ccd2f Add enable cookies field
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
0109477597 Add subscribe old customers field
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
d9d467b5db Add checkout opt-in fields
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
74eef5e300 Add woocommerce email customizer field
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Amine Ben hammou
9f893c7515 Add translations
[MAILPOET-2708]
2020-04-03 11:17:50 +02:00
Pavel Dohnal
fa9203ce50 Refactor the code
[MAILPOET-2799]
2020-04-02 14:24:38 +02:00
Pavel Dohnal
8d9195b585 Schedule automatic emails to unconfirmed subscribers
[MAILPOET-2799]
2020-04-02 14:24:38 +02:00
Pavel Dohnal
4396f8370b Send confirmation email on wc checkout
[MAILPOET-2799]
2020-04-02 14:24:38 +02:00