This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-08-26 06:15:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
filters
History
Qiang Xue
cbf27d1458
Fixes
#3548
: Fixed the bug that X-Rate-Limit-Remaining header is always zero when using RateLimiter
2014-05-22 09:35:53 -04:00
..
auth
correct typo in phpdoc for HttpBearerAuth class
2014-05-06 17:56:13 -05:00
AccessControl.php
Fixes
#3230
: Added
yii\filters\AccessControl::user
to support access control with different actors
2014-04-25 22:22:03 -04:00
AccessRule.php
Renamed
yii\web\User::checkAccess()
to
yii\web\User::can()
2014-04-12 19:14:50 -04:00
ContentNegotiator.php
guide WIP [skip ci]
2014-05-18 08:46:16 -04:00
HttpCache.php
Finished caching guide [skip ci]
2014-05-20 00:17:10 -04:00
PageCache.php
Finished caching guide [skip ci]
2014-05-20 00:17:10 -04:00
RateLimiter.php
Fixes
#3548
: Fixed the bug that X-Rate-Limit-Remaining header is always zero when using RateLimiter
2014-05-22 09:35:53 -04:00
RateLimitInterface.php
Refactored rate limiting by turning RateLimiter into an action filter.
2014-04-05 21:31:47 -04:00
VerbFilter.php
…