54 Commits

Author SHA1 Message Date
40f0efe2c9 Used import instead of FQN 2014-10-14 01:42:15 +04:00
02622b6fe4 phpdoc fixes and additions 2014-10-14 01:35:21 +04:00
2e105d2a93 Merge branch 'master' of git://github.com/yiisoft/yii2
Conflicts:
	framework/CHANGELOG.md
2014-10-08 23:34:00 -04:00
046b56ce8f Fixes #5423: yii\behaviors\Cors causes "undefined index" error when its cors is configured 2014-10-08 23:31:40 -04:00
3611b51bd3 typo fix 2014-10-07 18:31:25 +04:00
0cf1093b1e fix docs typo on \yii/filters/Cors 2014-10-03 00:04:27 +04:00
7efb47bf39 Fixes #4920: yii\filters\auth\CompositeAuth should not trigger error as long as one of the methods succeeds
Fixes #3177: `yii\filters\auth\CompositeAuth` will send out challenges from all auth methods
2014-09-04 15:34:19 -04:00
9a68678ded Additional fix to #4728. 2014-08-16 22:30:28 -04:00
45dbbc39f6 Additional fix to #4728. 2014-08-16 22:25:55 -04:00
a5b6c19d81 Removed bogus conditional 2014-08-16 21:48:28 +02:00
a315f2b7d0 Merge with master 2014-08-14 20:08:42 +02:00
1950d90418 Fix for #4372 2014-08-14 19:28:39 +02:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
1f31f27787 phpdoc 2014-07-29 22:19:14 +02:00
6dc056b325 #4388: CORS filter fixes:
- Upgrade the documentation to match filter code
- Fix bad default behavior with Access-Control-Allow-Credentials
- Fix missing "s" in header Access-Control-Request-Method / Access-Control-Allow-Methods
2014-07-21 23:23:05 +04:00
1b5adca0f2 Merge pull request #4193 from pgaultier/feature/CORS
CORS Filter
2014-07-18 11:54:09 -04:00
cb96af767b Remove extra import and fix comment 2014-07-15 00:54:30 +04:00
28a95f9a6c phpdoc 2014-07-14 15:16:18 +02:00
3b1d7fd0d7 Fix unused var 2014-07-08 16:09:45 +02:00
9d25418b05 Remove static functions 2014-07-04 16:55:34 +02:00
be2d5530f3 Allow the user to remove field by nulling it's value. Usefull for Access-Control-Max-Age 2014-07-04 14:38:15 +02:00
25ad826dd0 Fix multiple headers management in Access-Control-Request-Headers 2014-07-04 14:19:33 +02:00
f31bfd1f1a Allow the user to override the request like in RateLimiter 2014-07-04 13:57:48 +02:00
62f43e175c Merge branch 'master' into feature/CORS 2014-07-04 12:23:51 +02:00
f66e28c4aa Fixes #4199: added missing category to logging calls 2014-07-04 11:40:30 +03:00
6b83433731 Move methods 2014-07-03 17:44:49 +02:00
397cf6795e Adding CORS filter to allow Cross origin resource Sharing 2014-07-03 17:39:09 +02:00
9c4d4715dd guide WIP [skip ci] 2014-07-03 08:33:09 -04:00
dd3a503298 Update QueryParamAuth.php
translate exception message
2014-07-02 06:20:17 +03:00
7c2be49576 Fixes #3638: yii\filters\HttpCache does not work as expected when session is started before the filter 2014-06-25 22:50:07 -04:00
c6f711ccca Fixes #3765: Added yii\web\User::enableSession to support authentication without using session 2014-06-25 16:21:54 -04:00
7b13c370e9 fixes #3681, disambiguate PK in findOne and findAll 2014-06-25 20:57:20 +02:00
60b38a1a33 Finished filter section [skip ci] 2014-06-21 21:04:30 -04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
313437f3c0 Fixes #3284: Added support for checking multiple ETags by yii\filters\HttpCache. 2014-05-23 15:53:49 -04:00
6d4196d3bf #3521: Added yii\filters\HttpCache::sessionCacheLimiter 2014-05-23 12:03:27 -04:00
9fcd4f2469 Fixed allowance for ratelimiter. [skip ci] 2014-05-22 10:04:13 -04:00
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
cb66c92609 Finished caching guide [skip ci] 2014-05-20 00:17:10 -04:00
3893bcd08d guide WIP [skip ci] 2014-05-18 08:46:16 -04:00
1ddcd8e705 correct typo in phpdoc for HttpBearerAuth class 2014-05-06 17:56:13 -05:00
af7530663d Fixes #3383: Added $type parameter to IdentityInterface::findIdentityByAccessToken() 2014-05-06 18:45:18 -04:00
7b374c4126 Fixes #3230: Added yii\filters\AccessControl::user to support access control with different actors 2014-04-25 22:22:03 -04:00
55ea81163c typo fix [skip ci] 2014-04-18 13:22:42 -04:00
67e1135143 Fix typo 2014-04-18 22:43:01 +06:00
66842a4806 Fixes test break. 2014-04-16 22:05:20 -04:00
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
eeb9f6026d added more doc [skip ci] 2014-04-09 21:35:19 -04:00
134d3d4610 Fixes #2034: Added ContentNegotiator to support response format and language negotiation 2014-04-09 14:57:04 -04:00