Skip to content

Commit

Permalink
storage upload for none ngrest (luyadev#565)
Browse files Browse the repository at this point in the history
* storage upload for none ngrest

* handle multi upload

* ensure error or empty files array

* basic test

* lock file

* add changelog

* upload test

* add empty files test

* add multi upload tests

* remove globals info

* add tests

* change captured file source

* php doc update
  • Loading branch information
nadar authored and slowfox089 committed Dec 10, 2020
1 parent 6c2e222 commit 977a5e7
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 132 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE
+ [#533](https://github.com/luyadev/luya-module-admin/pull/553) Use new `Yii::$app->getAdminModulesMenus()`, `Yii::$app->getAdminModulesJsTranslationMessages()` and `Yii::$app->getAdminModulesAssets()` method in order to retrieve module data. This fixes a bug with admin modules which does not have an `admin` in the module name f.e. `'usertoken' => 'luya\admin\usertoken\Module'`.
+ [#561](https://github.com/luyadev/luya-module-admin/pull/561) Disable LUYA admin auth checks when cors is enabled and request method is options.
+ [#562](https://github.com/luyadev/luya-module-admin/pull/562) New `luya\admin\validators\I18nRequiredValidator` validator in order to validate i18n attributes an its content. The validator checks if all language short codes exist and if the corresponding value is empty.
+ [#565](https://github.com/luyadev/luya-module-admin/pull/565) Add new `luya\admin\validators\StorageUploadValidator` which assignes the file absolute path as value.

## 3.5.2 (26. August 2020)

Expand Down
100 changes: 50 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 977a5e7

Please sign in to comment.