57 Commits (0d5649526c88c9a9b71b1d56153a64596bca2a34)

Author SHA1 Message Date
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Dmitriy Bashkarev be4ebdd049 Fixes #13134: Added logging URL rules (bashkarev) 8 years ago
Leandro Gehlen 736cd7bc80
Fixes #13417: Allow customizing `yii\data\ActiveDataProvider` in `yii\rest\IndexAction` 8 years ago
Carsten Brandt 9821c589c5
fixed issue with rest\UrlRule extraPatterns 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
LAV45 04848a6c3b Fix yii\rest\Serializer serialize ArrayDataProvider with pagination bug 8 years ago
Klimov Paul cd8c01f555 Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence 8 years ago
Carsten Brandt 10806a65a4 validate input in REST serializer 8 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Klimov Paul 9c40341d03 'links' and 'meta' envelope names are now configurable at `yii\rest\Serializer` 10 years ago
Agrumas ef912f4e43 [REST] specifying a higher priority rule via extraPatterns 10 years ago
Alexander Mohorev f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
Qiang Xue 998076d0c8 Fixes #5665: The `currentPage` meta data in the RESTful result should be 1-based, similar to that in HTTP headers 10 years ago
Arthur Khachaturov 5cba8b2e68 Fix PHPDoc [skip ci] 10 years ago
Qiang Xue 91e41b0470 Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors 10 years ago
Alexander Kochetov 1bd738243c Typo fixed inside \yii\rest\CreateAction 10 years ago
Alexander Makarov 31a17d6791 Revert "Fixes #4829: Removed `PARSING_ONLY` from `\yii\rest\UrlRule` to allow creating non-GET URLs for forms and tests" 10 years ago
Alexander Makarov 4ffbfec9aa Fixes #4829: Removed `PARSING_ONLY` from `\yii\rest\UrlRule` to allow creating non-GET URLs for forms and tests 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
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