Commit Graph

30 Commits

Author SHA1 Message Date
c4c971053b Make sure we always generate a string with the correct length
[MAILPOET-3488]
2021-06-07 11:05:09 +02:00
2f263fb988 Fix generate generating unsubscribe token for Subscriber
[MAILPOET-3031]
2021-03-29 15:22:53 +02:00
3c5c297d94 Add support for SubscriberEntity to Security
[MAILPOET-3031]
2021-03-29 15:22:53 +02:00
fbaabd8a6e Update code
[MAILPOET-1899]
2021-01-04 13:51:49 +01:00
32729e082a Register Security like a service
[MAILPOET-2946]
2020-10-27 15:00:14 +01:00
54549ff037 Convert variable names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162 Add public keyword to methods
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
613e40d765 Fix linter errors
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
9b74a53df3 Fix types in security
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
wxa
f4267a6f03 Process each entry only once in unsubscribe tokens worker [MAILPOET-2447] 2019-10-21 12:44:15 +01:00
1b5b9d89ff Autofix namespace declaration spacing
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
82123afc7c Add missing PHP doc to hash and string generating functions
[MAILPOET-1900]
2019-08-26 10:59:28 +02:00
33f442df9f Generate unsubscribe tokens 2019-07-31 16:50:44 -04:00
wxa
2fd244528d Move assorted tests from integration to unit [MAILPOET-2009] 2019-05-03 08:41:05 -04:00
36322e2532 Remove random strings max length 2019-05-02 09:47:01 -04:00
591f75c49a Replace uniqid with random_bytes 2019-05-02 09:47:01 -04:00
f3f769316a Upgrade PHPStan level to 5
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
0a436087e1 Replace all WP function calls 2019-03-07 08:30:14 -05:00
3ee58aea10 Add space between if and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
wxa
467bef1d61 Do not require pluggable.php [MAILPOET-1650] 2018-11-22 17:01:33 +03:00
7ac5e65963 Fix php notice 2017-08-30 10:30:16 +02:00
adc86ef247 Increases hash length and random string size 2017-05-15 13:07:18 -04:00
6e700b0cfa Moves newsletter hash generating logic into Security helper class
Updates Links class to use Security helper's hash generating method
2017-05-14 20:15:40 -04:00
cc523a3c0b ability to specify action for generateToken() method 2016-10-21 13:36:41 +02:00
4402f826c3 fixed issue with namespace AND fixed issue #649 2016-10-06 12:54:04 +02:00
b9745b555a make sure ABSPATH is defined before using it - fixes issue #648 2016-10-06 12:52:53 +02:00
88dc7f4199 removing DKIM and useless classes 2016-06-22 13:47:54 +02:00
8c847825fa - Implements starting/stopping/pausing daemon 2015-11-30 13:01:07 -05:00
fa96c4697d - Adds Queue router
- Updates logic for Queue and Supervisor
- #227
2015-11-27 07:35:12 -05:00
1ff7e3f4be Form Subscription
- improved MailPoet ajax to fix token issue
- added js validation and ajax submit in public.js
- add util security to generate tokens
- updated router to use new util security
- added jquery-validation module
- update public config in webpack config
- added error messages in form
2015-08-20 21:02:04 +02:00