aa13de72cc
Fix setup of socket and IPv6 connection
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
0045683d92
Share PDO connection between Doctrine and legacy ORM
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
c71bf4833c
Rewrite UserFlag entity to Doctrine
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
b3546bfba4
Add migration to fill last_subscribed_at for old subscribers
...
[MAILPOET-1993]
2019-07-23 09:57:46 -04:00
0dda4babf3
Add last_subscribed_at column to subscribers
...
[MAILPOET-1993]
2019-07-23 09:57:46 -04:00
7788aebe83
Fix minor PR remarks [MAILPOET-2015]
...
Reuse updateCaptcha() function
Inject Captcha class using DI
Add no-cache headers to captcha image
Fix an error when accessing the captcha page directly
Edit the line in settings regarding missing dependencies
2019-07-23 08:37:46 -04:00
b174a55d07
Handle captcha during subscription [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
08af443c1f
Add captcha page [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
f8ea514887
Update the captcha setting [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
f07b6da00c
Fix naming coding style in Menu class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
cb1dd28ea9
Add SubscriberLimit and InvalidApi key pages classes
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
8693efdea5
Add FormEditor page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
81d06065be
Add subscribers import/export pages classes
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
f8e178e6e7
Add ExperimentalFeatures page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
fa521e5cb7
Add Forms page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
0cf89eb28c
Add Segments page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
17fe60b293
Add Subscribers page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
d09afded94
Add Update page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
73f39be4df
Add RevenueTrackingPermission page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
e93d1e1774
Add WooCommerceListImport page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
fbb123a4ca
Add MP2Migration page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
c11b2313af
Add NewsletterEditor page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
28f5c18b06
Add Help page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
3c87713830
Add Settings page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
073b88979e
Add Newsletters page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
fe604745c1
Add WelcomeWizard page class
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
9fd1431b7f
Refactor Menu::isNewUser into a service
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
ed9f0aa294
Refactor Menu::getLimitPerPage to a service
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
06fd592514
Refactor displayPage method to PageRenderer service
...
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
7f40e5b512
Clean up unused imports [MAILPOET-2208]
2019-07-19 08:54:50 -04:00
a2df2cc7bd
Refactor subscription pages and config shortcodes to DI [MAILPOET-2208]
2019-07-19 08:54:50 -04:00
7418543694
Initialize Hooks on the init action
2019-07-08 14:15:59 -04:00
88a377f9f5
Load subscribers count only for non-premium users
...
[MAILPOET-2104]
2019-07-03 11:59:23 -04:00
cec2065486
Create premium banner component for stats page
...
[MAILPOET-2104]
2019-07-03 11:59:23 -04:00
a6346cad8e
Remove uneeded require
2019-06-27 08:38:33 -04:00
8fd19f1d68
Fix tests
2019-06-27 08:38:33 -04:00
5ae402bcab
Add Populator to DI
2019-06-27 08:38:33 -04:00
7fba1be402
Fix code style and add checks
2019-06-27 08:38:33 -04:00
232ef05e81
Schedule the task
2019-06-27 08:38:33 -04:00
ac54e198bf
Add test
2019-06-27 08:38:33 -04:00
d980f9e3f4
Update last announcement date automatically
2019-06-27 08:38:33 -04:00
ba9db99cff
Update Beamer announcement date
...
[MAILPOET-1857]
2019-06-25 11:06:19 -04:00
c17616cdc7
Keep role emails list in one place
...
[MAILPOET-2101]
2019-06-20 11:51:46 -04:00
74a4ff5a2f
Use DI to initialize PermanentNotices
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
111adbe90e
Fix registration of rejected users
...
There are multiple hooks for user registration.
https://usersinsights.com/wp/wp-content/uploads/2018/07/user-registration-hooks-2.png
The `register_post` hook is executed first and
after that there is `registration_errors`.
The captcha verification is done in `registration_errors` hook.
But because we were using `register_post` we were saving
the subscriber before the post request was verified.
[MAILPOET-2114]
2019-06-06 10:41:13 -04:00
7dc3171629
Add an updated_at field to scheduled task subscribers [MAILPOET-2083]
2019-05-21 11:07:26 -04:00
8be7768176
Log plugin updates [MAILPOET-2083]
2019-05-21 11:07:26 -04:00
fb65f19085
Remove old auth error notice displaying out of newsletters page
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
67b90ca228
Schedule authorized emails check on update
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
875a54eb3d
Use feature flags instead of settings
...
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00