172 Commits (bec66eb83cab3eaf87b9faea725faae25516f36d)

Author SHA1 Message Date
Aurélien Chretien 3bc919bcbd
Fix #16481: Fix RBAC MSSQL trigger 4 years ago
Roman Kulikov 5275473fc9 Bug #17685: up and down methods now using proper "db" component 5 years ago
Poo 439a5c6681 Fix #17657: Fix migration errors from missing `$schema` in RBAC init file when using MSSQL 5 years ago
Alexander Makarov dfbf176831
Fix #17522: `DbManager::isEmptyUserId()` is now protected 5 years ago
Razon Yang 2b79a0c5ba Fixes #16945: Fixed RBAC DbManager ruleName fetching on the case of PDO::ATTR_ORACLE_NULLS => PDO::NULL_TO_STRING 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Marcelo de Andrade eec998faac Fixes #16490: Fix schema on rbac init 6 years ago
Andres Felipe Solarte López b933d61861 Update m170907_052038_rbac_add_index_on_auth_assignment_user_id.php (#16272) 6 years ago
Rustam Mamadaminov 69db550876 Fixed RBAC migration updates (#16330) 6 years ago
Sergey Gonimar 9e6d5aa1a8 Fixes #15548: Fixed index names collision in RBAC 6 years ago
SilverFire - Dmitry Naumenko abb503c284
release version 2.0.14.1 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
SilverFire - Dmitry Naumenko 3ed5e35701
Fixed PHPDocs, code and tests for #15422 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
deltacube e516d64d1e Fixes #15422: Added default roles dynamic definition support via closure for `yii\rbac\BaseManager` 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
Evgeniy Tkachenko 324b82c6d8 phpDoc to BaseManager::defaultRoles [skip ci] 7 years ago
Ivan Buttinoni d4780559c9 Fixes #14765: RBAC: add index on `user_id` column in `auth_assignment` table for performance reasons 7 years ago
Carsten Brandt 711498f93a Cache user assignments to avoid unnecessary DB queries (#14696) 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Dmitry Dorogin d4ded67f69 Fixes #14513: Updated phpdoc and added tests for yii\rbac\ManagerInterface::assign and yii\rbac\ManagerInterface::revoke functions (#14528) 7 years ago
Dmitry Dorogin 1ee29c630d Fixes #14493: Fixed getting permissions in `yii\rbac\Dbmanger::getPermissionsByUser` by user with id equals 0 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt 93f88bb7db mention defaultRoles in getRolesByUser() docs 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
SilverFire - Dmitry Naumenko cb53b2feec
Fixes #14081: Added `yii\caching\CacheInterface` to make custom cache extensions adoption easier 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
nanodesu88 67b9a57e86
additional fix for #13501 7 years ago
Alexander Makarov fc8ea4831b Fixes #14108: fixed phpdoc mistake in method description 7 years ago
Alexander Makarov 375ea7a847 Fixes #13951: renamed get-method which was conflicting with existing property (#14055) 8 years ago
Vladimir Guts d2fb17f444 Fixes #13961: RBAC Rules: PostgreSQL: PHP Warning "unserialize() expects parameter 1 to be string, resource given" was fixed 8 years ago
Vladimir Reznichenko a182ce57fc Fixes for issues found with Static Code Analysis with Php Inspections (EA Extended) (#13606) 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
SilverFire - Dmitry Naumenko 1c496532e5
Fixed RBAC migration after bad copy-paste 8 years ago
SilverFire - Dmitry Naumenko 04eb836aa1
Fixed wrong method name in RBAC migration 8 years ago
SilverFire - Dmitry Naumenko 2504ab72f2
Fixed RBAC migraction to work on Oracle 8 years ago
Elvira Sheina 3a4505ac08 Fixes #11230: Include `defaultRoles` in `yii\rbac\DbManager->getRolesByUser()` results 8 years ago
Alexander 97c43c2480 Fixes #13501: Fixed `yii\rbac\DbManager::getRule()` and `yii\rbac\DbManager::getRules()` to properly handle resource data came from Rule table when using PostgreSQL 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov cc37cd626f Fixes #12599: Fixed MSSQL fail to work with `nvarbinary`. Enhanced SQL scripts compatibility with older versions 8 years ago
SilverFire - Dmitry Naumenko 4e32fb1eba
Enhanced PHPDocs 8 years ago
Ni-san 5795b3937e
Added rbac\BaseManager::hasNoAssignments() 8 years ago
Boudewijn Vahrmeijer bfabb1e2b2 Update ManagerInterface.php 8 years ago
Alexander Makarov 324b38d504 #12976: improved phpdoc wording 8 years ago
SilverFire - Dmitry Naumenko 23790272dc Changed `data` column type from `text` to `blob` to handle null-byte (`\0`) in serialized RBAC rule properly 8 years ago