71 Commits (e2afaf6680dde3482619ad2ffeeeba39e08ebac5)

Author SHA1 Message Date
antonkot 80da46c32d REST OPTIONS Action bug fix with Header name (#15869) 7 years ago
Vladimir Reznichenko f10cb6aeee SCA with Php Inspections (EA Ultimate) 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Elvira Sheina 27376951c1 Fixes #9137: Added `Access-Control-Allow-Method` header for the OPTIONS request 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
Alexander Makarov 376006a2d5 Data filter enhancements and docs 7 years ago
bscheshirwork 5cec42a108 Fixed error messages in data filters (#15018) 7 years ago
Robert Korulczyk 695bc54913 Fix translations of `DataFilter::$_errorMessages` (#14975) 7 years ago
Paul Klimov 744b87fabc Fixes #4479: Implemented REST filters 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Robert Korulczyk daa8b67c7b Fixes #13350, #14094, #11288 7 years ago
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
cuiliang c0df003ac0 merge from master 8 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 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
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 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