24 Commits

Author SHA1 Message Date
9b2fec6b50 Moved yii\rest\Controller::checkAccess() to ActiveController. 2014-05-16 11:32:55 -04:00
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
134d3d4610 Fixes #2034: Added ContentNegotiator to support response format and language negotiation 2014-04-09 14:57:04 -04:00
8a3fe89149 renamed "auth" to "authenticator". [skip ci] 2014-04-06 00:53:42 -04:00
83da0cd07a refactored authentication filters. 2014-04-06 00:50:46 -04:00
12cd71d7c4 Refactored rate limiting by turning RateLimiter into an action filter. 2014-04-05 21:31:47 -04:00
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
85412adb46 perform API auth before configured User class may require login
This allows usage of AccessControl filter in API
2014-03-27 00:38:53 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
2646e2cdcc Added $action param. 2014-03-15 16:51:03 -04:00
18c7c63e66 rest WIP 2014-03-05 22:21:55 -05:00
3f42d5826a REST wip. 2014-03-05 13:29:24 -05:00
c41e389f91 more docs. 2014-03-03 23:32:46 -05:00
64370f1ad6 Implemented rate limiter. 2014-03-03 22:01:58 -05:00
93861e09da Refactored auth methods. 2014-03-03 18:48:52 -05:00
74322593ed added support for rate limiting. 2014-03-03 17:02:06 -05:00
9a23e313d3 support authentication via query parameter. 2014-03-03 16:46:14 -05:00
94a9087b89 Renamed User::loginByToken() to loginByAccessToken(). 2014-03-03 15:03:18 -05:00
46d9285640 updated error code. 2014-03-03 13:45:55 -05:00
7a04dbaae1 Support for other auth types. 2014-03-03 10:18:39 -05:00
48a12559b2 rest api WIP 2014-03-01 23:14:16 -05:00
39947be66b rest WIP 2014-02-28 21:25:43 -05:00