Commit Graph

3270 Commits

Author SHA1 Message Date
Rostislav Wolny
e310bfc190 Fix translation function calls
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
8f79d01334 Fix coding style errors
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
19444bb66d Prevent that 2 same email addresses will display in error message
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
fb65f19085 Remove old auth error notice displaying out of newsletters page
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
3aa382a060 Refactor resume sending js code out of PHP
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
ced9c549f6 Prevent sending confirmation emails when address is unauthorized
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
dd67603b7e Add permanent notice for unauthorized emails
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
aa105effc7 Fix silent errors in confirmation mailer
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
67b90ca228 Schedule authorized emails check on update
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
7711e7fed1 Enable authorized emails worker
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
84f31484e9 Prevent automatic rescheduling of auth. emails check
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
749e7c2dd5 Add ability to prevent automatic scheduling for workers
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
cab9324f2c Add cron worker for authorized emails check
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
cf7c5475c3 Add authorized emails check on error from MSS
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
e7b2b9aee9 Add authorized emails check to resume sending endpoint
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
4c7ad60a72 Add authorized emails check on emails settings change
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
11ba49bb1e Add authorized emails check to Bridge service
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Rostislav Wolny
4bf39e71a5 Extend bridge API with authorized email addresses
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Pavel Dohnal
875a54eb3d Use feature flags instead of settings
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
Pavel Dohnal
d4b4c61109 Prevent potential infinite loop
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
Pavel Dohnal
08851ef0a3 Add cookie tracking settings
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
Pavel Dohnal
2a5f0cbb52 Ask for permissions step
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
Pavel Dohnal
4f42537fe7 Add page for permissions asking
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
Amine Ben hammou
5d1623a083 Use PHP functions 2019-05-21 09:04:00 -04:00
Amine Ben hammou
879a36e0f2 Rename translation functions 2019-05-21 09:04:00 -04:00
Amine Ben hammou
934119f5dd Fix form messages translation 2019-05-21 09:03:25 -04:00
Ján Mikláš
bf6a3106de Add feature flag for new free plan
[MAILPOET-2051]
2019-05-20 14:46:12 -04:00
Rostislav Wolny
472662b106 Add test for text renderer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
948d58e310 Add test for social icons renderer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
9a2101f13f Add test for image renderer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
48a6a842da Add test for header renderer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
5055c53e2b Add test for footer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
28c87b746c Add test for divider
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Rostislav Wolny
9c0d39e74b Add test for spacer renderer
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
Ján Mikláš
9745b0ab02 Show notice in Beamer when MailPoet update is available
[MAILPOET-2038]
2019-05-20 13:13:22 -04:00
Pavel Dohnal
406b8fdb74 Add rule for namespaces
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
39cb25d576 Add rule for empty comments
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
5d64ec168d Add rule for concatenation operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
12ff88ee21 Add rule for operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
5da7110eb6 Use short array syntax
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
9f16cb6a5f Check for unused privates
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
d1529a03c3 Disallows assignments in some control structures
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
b9af15e19f Enforce array trailling commas
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
Pavel Dohnal
fcf5fe1d5d Move code snipper to its own directory
Because our main composer has php engine specified as 5.6
we cannot use tools and libraries dependent on php 7

[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
wxa
6b4e1fc055 Add more logging for sending debugging [MAILPOET-2084] 2019-05-16 14:21:51 -04:00
Jan Jakeš
9172b7e990 Use shorter feature name due to index length limitations
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Jan Jakeš
5b4600193d Make feature defaults array private
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Jan Jakeš
41baa1becb Fix default value of WooCommerce revenues feature flag
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Jan Jakeš
4b0beecdfb Convert 'display_revenues' setting to feature flag
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Jan Jakeš
fe51e5e38c Add admin page for experimental features
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00