520 Commits (5976d1c576324eec31fa9e1f426544083bcf2694)

Author SHA1 Message Date
Carsten Brandt ca9d4867f4 code style 10 years ago
Carsten Brandt 1f31f27787 phpdoc 10 years ago
Carsten Brandt 8701d7df3b more explicit comment in phpdoc, code style 10 years ago
Alexander Makarov be24a2e2c7 Removed mentions of $deriveKeyStrategy from Security phpdoc 10 years ago
Carsten Brandt 9e9175fe09 fixed typo 10 years ago
Alexey Samoylov b3260567c2 Mistype 10 years ago
tom-- 33f2525a39 Remove nonsense branch logic 10 years ago
tom-- c6a8b418ef compareString(): timing depends only on length of `$actual` input, unit test 10 years ago
Vincent 56a9536b51 Typo in docs 10 years ago
Qiang Xue b680afc721 Fixes #4462. 10 years ago
Alexander Makarov c5a3cd511e Security component adjustments: fixed comment style, hkdf() and pbkdf2() are now protected, compareString() is now public 10 years ago
tom-- 2c5c2c101b Fixes #4131: Security adjustments 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Kai Mindermann 46b553f012 fixes formatter doing one division too much, fixes #4427 10 years ago
Kai Mindermann f3520187d6 formatter: adds unit tests for base 1000, fixes #4412 10 years ago
Qiang Xue 390a6c782e Fixes #4409: Upper case letters in subdirectory prefixes of controller IDs were not properly handled 10 years ago
Alexander Makarov 8802d0305e Avoid method call in for condition 10 years ago
Qiang Xue d62f7bebb5 Fixes #4231: turned Controller::findLayoutFile() from protected to public. 10 years ago
Qiang Xue 9c4d4715dd guide WIP [skip ci] 10 years ago
Alexander Makarov deecdcad84 Adjusted exception message when pdkdbf2 is set but environment isn't OK 10 years ago
Alexander Makarov 481db35512 Fixes #4114: Added Security::generateRandomHexKey(), used it for various tokens and default key generation 10 years ago
Paul Klimov 90a625013c Result check at `Security::generateRandomKey()` added 10 years ago
fps01 039909a846 Fixed a call of function "generateRandomKey()" in app\base\Security 10 years ago
Qiang Xue 399b6b18e3 Fixes #4103 10 years ago
Paul Klimov 84cbf19bfe Doc comments at `Security::generateRandomKey()` adjusted 10 years ago
Paul Klimov 69abbc7ff3 Fallback at `Security::generateRandomKey()` removed 10 years ago
Paul Klimov 052ae83340 Option `Security::autoGenerateSecretKey` added 10 years ago
Paul Klimov 25a3637709 Upgrade note about `Security` updated 10 years ago
Paul Klimov 5a42985750 Option `Security::useDeriveKeyUniqueSalt` added 10 years ago
Paul Klimov 772667fa1c Doc comments at `Security` updated 10 years ago
Paul Klimov 4ce4707a3a Option `Security::passwordHashStrategy` added 10 years ago
Paul Klimov 4063502439 Option `Security::deriveKeyStrategy` added 10 years ago
Paul Klimov 846596294d Fallback for `Security::generateRandomKey()` added 10 years ago
Paul Klimov 4768dcdbc2 Method `Security::compareString()` extracted 10 years ago
Qiang Xue 06f27758b3 Fixed typo. [skip ci] 10 years ago
Klimov Paul 47f8eafb6d Doc comments at `yii\base\Security` fixed 10 years ago
Klimov Paul 54ac875e21 Component 'security' added tp the base application 10 years ago
Klimov Paul db0beb6b6b 'yii\base\Security' component created. 10 years ago
Carsten Brandt 910151d787 typo 10 years ago
Qiang Xue 8e96623a56 Fixes #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module 10 years ago
Alexander Makarov 0ff0f9d32e Missing files for #4071 10 years ago
Carsten Brandt 775141ab96 move mail event class 10 years ago
Carsten Brandt edb95052e8 use an AfterSaveEvent class to be consistent 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 46041d0c65 Fixes #3280: Support dynamically attaching anonymous behaviors 10 years ago
Qiang Xue 0087339a42 log fatal errors to yii logs. 10 years ago
Qiang Xue 8c8a389844 Fixes #3772: Behaviors adding validation rules do not work as expected 10 years ago
Klimov Paul 7ddca60099 Unnecessary full class name usage removed 10 years ago
Qiang Xue c8cb40cb50 Finished view tutorial [skip ci] 10 years ago
Qiang Xue b489cada30 guide WIP [skip ci] 10 years ago