4385 Commits (9fa9dee3e695ae2f581a14dbd967c904f6af40e3)

Author SHA1 Message Date
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
Carsten Brandt 085f2c0142 gridview and listview use widget ID in base tag 10 years ago
Vladimir Zbrailov f9febd0087 unify changedAttributes of afterSave in extensions 10 years ago
resurtm 9bc8c3304b https://github.com/yiisoft/yii2/pull/4091#discussion_r14296860 10 years ago
Klimov Paul 4a47a59323 Upgrade not about `Security` component adjusted 10 years ago
Vladimir Zbrailov 7113a23a45 change PhpDoc of param 10 years ago
Vladimir Zbrailov 44f20c61a0 changedAttributes of AfterSaveEvent contain an old values 10 years ago
resurtm 1327d8ad2d Fix possibility of non-removed symlinked directory. 10 years ago
Qiang Xue 06f27758b3 Fixed typo. [skip ci] 10 years ago
Carsten Brandt b5ccf3bc04 changed default for rotateByCopy of FileTarget 10 years ago
Klimov Paul 47f8eafb6d Doc comments at `yii\base\Security` fixed 10 years ago
Klimov Paul c86db26136 Notes about `Security` class refactoring added to CHANGELOG.md and UPGRADE.md 10 years ago
Klimov Paul e6f7d9b625 Security helper files removed 10 years ago
Klimov Paul 2bab6259d1 'Security' helper usage switched to 'security' application component. 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 bd9cddb8d9 fixed rotateByCopy to avoid any rename() 10 years ago
Carsten Brandt 910151d787 typo 10 years ago
resurtm fb9df78795 Fixes #4080, FileHelper::removeDirectory(): 10 years ago
resurtm 02545ce7a3 Fix #4081: invalid brazilian portuguese translation. 10 years ago
Qiang Xue 9f08d18f96 Fixes #3020 [skip ci] 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
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Qiang Xue 4969f51e3f Fixes #3221: Added events for DB transaction commit/rollback 10 years ago
Qiang Xue 838a79cdae minor doc fixes [skip ci] 10 years ago
Alexander Makarov 0ff0f9d32e Missing files for #4071 10 years ago
Alexander Makarov 2457e24795 Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
Alexander Makarov 9f3e716932 Added example to EmailTarget phpdoc 10 years ago
Tóth Sándor 332f2a07ee OCI/Schema getlastinsertedid function fix and i add const oracle column type to schema 10 years ago
Alexander Makarov 38c056c736 Moved handling from Target to Dispatcher, fixed edge cases 10 years ago
Carsten Brandt e856cb6c90 changelog for #4020 10 years ago
Alexander Makarov a92dd65e0e Fixes #3101: Improved handling of log target failures. It will now skip target and log reason instead of going into infinite cycle 10 years ago
Qiang Xue 1b4a9b62cd Fixes #3568: When the primary query sets `asArray`, it is not respected by the `via` relational query 10 years ago
Qiang Xue 7c2be49576 Fixes #3638: `yii\filters\HttpCache` does not work as expected when session is started before the filter 10 years ago
Qiang Xue 86f06677e9 Refactored AR findOne() and findAll(). 10 years ago
Carsten Brandt 574f67feff fixed test break 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago
Carsten Brandt 6a48f68955 split typecast method into two 10 years ago
Carsten Brandt cc5c413711 better fix for #2988 10 years ago
Carsten Brandt 18c3e8ef01 clear stat cache in logger to avoid cache of file state 10 years ago
Carsten Brandt bc00449c5f removed wrong use statement for MailEvent 10 years ago
Carsten Brandt 7e4bdef445 updated classmap to fix test break 10 years ago
Qiang Xue c6f711ccca Fixes #3765: Added `yii\web\User::enableSession` to support authentication without using session 10 years ago
Carsten Brandt eeb784a11e added typecast to auto increment PK 10 years ago
Carsten Brandt b04e23f8b7 use native suppport for batch insert in SQLite >= 3.7.11 10 years ago