80 Commits (c318536cc344a9cd1195fe140c33b87fd2244fe0)

Author SHA1 Message Date
Daniil Sazhin db47207018
Fix #18534: Added `prepareSearchQuery` property in `yii\rest\IndexAction` 4 years ago
Bizley 4997c51152
Fix #18548: Fix bug with REST rules with prefixes containing tokens not being parsed properly 4 years ago
Bizley bb1489dab1
Fix #18493: Faster request parsing for REST UrlRule with prefix handling 4 years ago
Bizley 03befccd48
Fix #18487: Allow creating URLs for non-GET-verb rules 4 years ago
Spell6inder fb35f20f6d
Fix #18435: Change the check order whether an object is an implementation of `Arrayable` or `JsonSerializable` in `\yii\base\ArrayableTrait::toArray()` and `\yii\rest\Serializer::serialize()` 4 years ago
patacca ecbafa2e3a
Fix #17886: yii\rest\Serializer serialize arrays 5 years ago
Alexander Makarov 3a04d3ee6c
Fix guide link language [skip ci] 5 years ago
Ivan Hermanov 18f7970d80
Fix #16334: Serializer support `\JsonSerializable` 5 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
CedricYii 5d7c5f8ae2 Update CreateAction.php (#16779) [skip ci] 6 years ago
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