3621 Commits (eeb9f6026dbbd0b0bb44a973461d5395eb026459)

Author SHA1 Message Date
Qiang Xue eeb9f6026d added more doc [skip ci] 11 years ago
Qiang Xue 5751b58180 update class map. 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue c4af1569a3 typo fix [skip ci] 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Alexander Makarov f6eb5e69bc Fixes #2998: Added `framework\log\SyslogTarget` that is able to write log to syslog 11 years ago
Qiang Xue e59b2d8948 refactored rule execution. [skip ci] 11 years ago
Qiang Xue a404e00b02 simplified rule execution [skip ci] 11 years ago
Carsten Brandt 93d18dcbdd Update IdentityInterface.php 11 years ago
Alex-Code d133abf60a Update CHANGELOG.md 11 years ago
Alex-Code cee5fa5dd3 New addSelect method 11 years ago
Ricardo Obregón e16a3e6192 Fixed typo in phpDoc for findAll function 11 years ago
Qiang Xue 5e9015c89a Fixes #2968. 11 years ago
Qiang Xue f46b51eaf4 Better executeRule implementation. 11 years ago
Qiang Xue a16c2eb653 Use proper error message. 11 years ago
Qiang Xue ab9d4d42a1 changelog fix. 11 years ago
ufisch 95d0ab1b1f Wrong placeholder in translation 11 years ago
Qiang Xue 5eebaf8721 updated change log. 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Qiang Xue b7d6f6141a Added `isAssociative()` and `isIndexed()` to `yii\helpers\ArrayHelper` 11 years ago
Qiang Xue c8d1709912 Fixes #3016. 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
miramir bdbcadbe8a Add SyslogTarget 11 years ago
Johnny Theill 1c47a5b3c4 Sorted translations 11 years ago
Johnny Theill 3a8338749c Added missing translation 11 years ago
Qiang Xue 8a3fe89149 renamed "auth" to "authenticator". [skip ci] 11 years ago
Qiang Xue 83da0cd07a refactored authentication filters. 11 years ago
Qiang Xue 12cd71d7c4 Refactored rate limiting by turning RateLimiter into an action filter. 11 years ago
Qiang Xue 3616d1f0d1 Fixes #2816: Changed default date and time format of `yii\base\Formatter` to `Y-m-d` and `H:i:s` 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago
Qiang Xue 02c3c37a00 Fixes #2986. 11 years ago
Qiang Xue c4e1416e37 fixed doc [skip ci] 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
Qiang Xue 50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 11 years ago
Qiang Xue 104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 11 years ago
Alexander Makarov 9c0f236a5b Changed tabs to spaces in changelog 11 years ago
Qiang Xue a6693588bd changelog update [skip ci] 11 years ago
Alexander Makarov 40eb116640 Splitted saveRule into insertRule and updateRule 11 years ago
Alexander Makarov f3dd74ff97 Removed custom Rule constructor 11 years ago
Alexander Makarov 7d3cf501d0 Fixed code formattins issues 11 years ago
Alexander Makarov 2c28198cd2 Fixes #499: Decoupled `Rule` from RBAC `Item` 11 years ago
Carsten Brandt 1a3accb6cb removed duplicated joins when using joinWith and via relations 11 years ago
lubosdz 164459f90a Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
lubosdz 0040633fa4 Fixed test break and JSON MIME type. Fixes issue #2978. 11 years ago
jeicd 76402ea079 Fixed UrlManager rules caching 11 years ago
Alexander Makarov a97a35bab7 fixed typo 11 years ago
Alexander Makarov 0e6cbda43e RBAC: decoupled rules from assignments and items, implemented php manager 11 years ago