Klimov Paul
8de6a5117c
Fixed yii\base\Model::offsetExists() throws an exception on un-existing field
2016-07-28 12:33:16 +03:00
Paul Klimov
7e7db38011
Fix #11591 ActionFilter wildcard ( #11594 )
...
* Added support for wildcards for `only` and `except` at `yii\base\ActionFilter`
2016-05-20 11:04:17 +02:00
Carsten Brandt
5bc2f3a851
avoid random test failure
2016-04-28 16:57:34 +02:00
Alexander Makarov
e00c9d904e
Fixed tests to run properly on Windows
2016-04-28 13:52:45 +03:00
Carsten Brandt
e94b68436d
complete test coverage for reading /dev/urandom
...
fixes an issue with buffered reading
2016-04-28 11:45:37 +02:00
Carsten Brandt
49028af437
skip testing /dev/urandom on windows
...
also removed redundant test
2016-04-28 11:09:09 +02:00
Carsten Brandt
2aeb479341
better unit test for generateRandomBytes()
2016-04-28 04:05:45 +02:00
Alexander Makarov
5f7cd1cbc4
Skipped RNG performance tests
2016-04-12 13:46:25 +03:00
Tom Worster
c455a3c54b
Security component enhancements
...
- Added tests for random key generation speed.
- Better generateRandomKey() performance for small reads because of using fopen + buffered read and local caching of source detection.
- Use /dev/random on FreeBSD.
2016-04-06 01:49:07 +03:00
SilverFire - Dmitry Naumenko
5db2afbaeb
Code style fixed, PHPDoc updated
2016-03-22 23:31:23 +02:00
mdmunir
67b5f4ea19
fix for unsafe validator
...
Closes #8145 #8139 #11153
2016-03-22 23:31:16 +02:00
Carsten Brandt
273bd9ba6d
add test for ActionFilter::isActive
2016-02-07 16:54:38 +01:00
Pavel
b68613b746
Added support for events declared in interfaces #10108
...
Added guide in russian for events in interfaces
2015-12-27 23:07:36 +02:00
Tom Worster
e7a888ad11
use file_get_contents and not magic numbers
2015-12-20 11:48:36 -05:00
Tom Worster
1f41a2c9af
Fixes #9878,9879,9880: Make \base\Security use random_bytes(), LibreSSL, mcrypt, limit OpenSSL to Windows, and to prefer password_hash() over crypt()
2015-12-19 13:13:23 +03:00
Carsten Brandt
939b3a9283
added scenario test while reproducing #10034
2015-10-29 14:57:51 +01:00
freezy
6a4436f95b
[ Fixes #9177 ] Password Hash Cost setting for Security component
2015-07-23 09:09:55 +02:00
Alexander Makarov
6949992246
Simplified tests directory structure a bit
2015-04-16 12:10:01 +03:00