7f40e5b512
Clean up unused imports [MAILPOET-2208]
2019-07-19 08:54:50 -04:00
a1869a14cb
Check authorized emails on newsletter update
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
61c3630add
Add MailerLog error reset on successful authorization email validation
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
70f897e61e
Add validation for sender_addresses within scheduled and automatic emails
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
f86c0c9612
Refactor authorized emails validation from Bridge to Controller
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
4c7ad60a72
Add authorized emails check on emails settings change
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
11ba49bb1e
Add authorized emails check to Bridge service
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
4bf39e71a5
Extend bridge API with authorized email addresses
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
d1529a03c3
Disallows assignments in some control structures
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
6b4e1fc055
Add more logging for sending debugging [MAILPOET-2084]
2019-05-16 14:21:51 -04:00
994fae79d2
Move Mailer error tests to unit [MAILPOET-2009]
2019-05-03 08:41:05 -04:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
91c88bc93f
Better error code name when not able to send mails
...
[MAILPOET-1787]
2019-02-28 12:28:53 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
9e9561e576
Add space between catch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
a8972ca281
Add space between switch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
9399e19e3b
Refactor MailPoet\Router, Services to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
8b602bd947
Move WPHooks methods to WPFunctions
2019-01-31 13:25:00 +01:00
a46d98ec44
Refactor WPFunctions to be injectable with DI
2018-12-12 16:43:52 +01:00
160d4ae3ec
Pause sending of spammer users [MAILPOET-1649]
2018-11-28 18:27:44 +01:00
27b9857e6a
Improve error reporting for MSS sending
...
[MAILPOET-1445]
2018-07-19 16:21:23 +01:00
819d4dc17a
Abstracts WP functions
2018-01-15 19:52:51 -05:00
9910072e72
Adds filter to set custom request timeout value
2018-01-14 12:36:18 -05:00
aa4d78b1c9
Adds method to ping Bridge
2017-12-03 11:38:44 -05:00
eff996e1f8
Unify key state constant names, leave back compat with unlocker [MAILPOET-1070]
2017-08-29 10:58:16 +03:00
c914aedc0d
Simplify API response codes handling [MAILPOET-1070]
2017-08-29 09:18:08 +03:00
1745b67d64
Adds 403 response code that mirrors 401 behavior
2017-08-28 21:25:54 -04:00
440052cf2c
Remove duplicate code
...
[MAILPOET-1035]
2017-07-31 16:51:11 +02:00
ccb751b44a
Adhere to updated MSS /me response
...
[MAILPOET-1035]
2017-07-31 16:47:20 +02:00
7cf3d0960d
Unify API response constants
...
[MAILPOET-1035]
2017-07-31 13:51:23 +02:00
0e5401dd68
Fix keys being invalidated after saving settings [MAILPOET-963]
2017-06-22 11:55:15 +01:00
1aba3112e9
Separate checking and storing of the keys [MAILPOET-939]
2017-06-15 13:00:56 +03:00
47d4e98aae
Integrate installer with the Release API [PREMIUM-9]
2017-06-07 12:39:43 +03:00
f7efe44f09
Fix ServicesChecker behavior, make MSS check stricter [MAILPOET-890]
2017-06-07 12:30:38 +03:00
7aa0f21d11
Rework 'Send with...' tab UI, make a single license key field [MAILPOET-890]
2017-06-07 12:30:37 +03:00
f2bf61240a
Extract a state building method from key check results processing [PREMIUM-4]
2017-05-08 08:01:51 +03:00
98eab956e9
Rename checkAPIKey to checkMSSKey (MailPoet Sending Service) [PREMIUM-4]
2017-05-05 18:12:48 +03:00
787e022382
Rename license key constants and vars, optimize error generation [PREMIUM-4]
2017-05-05 18:04:52 +03:00
3cb08e3c09
Rename MSS check methods to better distinguish them from Premium ones [PREMIUM-4]
2017-05-04 09:36:38 +03:00
0474985866
Add unit tests [PREMIUM-4]
2017-05-04 09:25:34 +03:00
0fbc7fb7eb
Add Premium key validation [PREMIUM-4]
2017-05-03 12:20:13 +03:00
dc371d76ca
Rework subscriber count reporting after a code review [MAILPOET-804]
...
Move updateSubscriberCount() out of checkKey()
Move wp_remote_post() to request()
Simplify a response check
2017-02-01 21:04:11 +03:00
be0c9b71d8
Add subscriber count reporting on Sending Service key validation [MAILPOET-804]
2017-02-01 15:58:49 +03:00
461203279b
Consolidate Sending Service API calls in one class [MAILPOET-795]
2017-01-27 16:35:12 +03:00
98d6f55a6e
Tweak Sending Service key validation after a code review [MAILPOET-743]
...
* Abstract key state to unbound it from the API response codes
* Rename SendingServiceKeyCheck task for clarity
* Add a setter for the API key in the Bridge API class
* Make some smaller fixes
2017-01-27 16:22:11 +03:00
438b4fb1ec
Add unit tests [MAILPOET-743]
2017-01-27 16:22:09 +03:00
1f91d40def
Add sending service key validation [MAILPOET-743]
2017-01-27 16:20:26 +03:00