36 Commits (31a56b59b051803cd5675662cc67d54c8bd65c72)

Author SHA1 Message Date
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov d7a251bbec Removed unused imports, added missing phpdoc 10 years ago
Qiang Xue 9b2fec6b50 Moved yii\rest\Controller::checkAccess() to ActiveController. 11 years ago
Qiang Xue 3dd4e71938 rest guide WIP [skip ci] 11 years ago
Alexander Makarov b491441246 Removed `yii\rest\ActiveController::$transactional` property and connected functionality 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Alexander Makarov 75154d351d Refactored AR find 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 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
Carsten Brandt 85412adb46 perform API auth before configured User class may require login 11 years ago
Carsten Brandt 0b2aafc780 fixed private / self in helpers 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 2646e2cdcc Added $action param. 11 years ago
Antonio Ramirez 7b75538963 fixes #2739 11 years ago
Vladimir 66315a2cb6 Update HttpBearerAuth.php 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue 1b03dc8f4c major features and documentation finished for REST API. 11 years ago
Qiang Xue 18c7c63e66 rest WIP 11 years ago
Qiang Xue 3f42d5826a REST wip. 11 years ago
Qiang Xue c41e389f91 more docs. 11 years ago
Qiang Xue 64370f1ad6 Implemented rate limiter. 11 years ago
Qiang Xue 93861e09da Refactored auth methods. 11 years ago
Qiang Xue 74322593ed added support for rate limiting. 11 years ago
Qiang Xue 9a23e313d3 support authentication via query parameter. 11 years ago
Qiang Xue 94a9087b89 Renamed `User::loginByToken()` to `loginByAccessToken()`. 11 years ago
Qiang Xue 46d9285640 updated error code. 11 years ago
Qiang Xue 7a04dbaae1 Support for other auth types. 11 years ago
Qiang Xue 48a12559b2 rest api WIP 11 years ago
Qiang Xue 39947be66b rest WIP 11 years ago