Alexandre Bodin
e8153d99c0
v3.2.4
2020-10-16 18:22:15 +02:00
hhh
f08d00e002
Fix incorrect openapi type for datetime, date and password ( #8334 )
...
* Fix incorrect openapi type for datetime, date and password
Signed-off-by: henrych4 <singyinhenry@gmail.com>
* Update the code according to the comment
Signed-off-by: henrych4 <singyinhenry@gmail.com>
* Revert the removal of switch cases
Signed-off-by: henrych4 <singyinhenry@gmail.com>
* Add missing switch case for datetime
Signed-off-by: henrych4 <singyinhenry@gmail.com>
* Add switch case for time
Signed-off-by: henrych4 <singyinhenry@gmail.com>
Co-authored-by: Pierre Noël <petersg83@users.noreply.github.com>
2020-10-16 18:19:26 +02:00
Alexandre Bodin
71a2657ed8
test node v14
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-14 13:14:14 +02:00
Alexandre Bodin
7485de2fdf
v3.2.3
2020-10-09 17:12:50 +02:00
Convly
b3d0b72198
v3.2.2
2020-10-09 11:52:09 +02:00
Alexandre Bodin
5a77b560e3
v3.2.1
2020-10-07 14:50:47 +02:00
dependabot[bot]
9a2886036d
Bump swagger-ui-dist from 3.24.3 to 3.35.0 ( #8200 )
...
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui ) from 3.24.3 to 3.35.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases )
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.24.3...v3.35.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-06 17:24:25 +02:00
Alexandre Bodin
95f3502ab4
v3.2.0
2020-10-06 11:01:02 +02:00
Alexandre Bodin
c98089ff65
Merge branch 'master' into releases/3.2
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-05 12:00:03 +02:00
Max Veerapat Kumchom
4000896823
add strapi-plugin-documentation thai translation ( #8141 )
...
* init thai template
Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
* translate strapi-plugin-documentation
Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
2020-10-02 17:39:02 +02:00
Convly
564f9228ca
v3.1.7
2020-10-02 11:48:42 +02:00
HichamELBSI
9667f0fc3b
Bump BuffetJS to 3.3.1
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-10-02 09:54:18 +02:00
Alexandre Bodin
8589848ce4
Merge branch 'features/draft-publish' into releases/3.2
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-01 16:23:32 +02:00
Pierre Noël
567401f0c1
Fix/warn file too big ( #8033 )
...
* handle fileTooBig errors
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* add entityTooLarge error in provider plugins
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* fix linter
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* Add better error message for 413 errors in ML
Signed-off-by: soupette <cyril.lpz@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
* refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
Co-authored-by: soupette <cyril.lpz@gmail.com>
2020-09-29 12:00:25 +02:00
Alexandre Bodin
3c7c33eab7
v3.1.6
2020-09-24 14:51:49 +02:00
soupette
fa762abee7
Bump buffet.js to stable version
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-24 08:36:26 +02:00
soupette
6020c8e7e5
Upgrade buffet.js rc.5
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-23 17:20:24 +02:00
soupette
30a3d85056
Add buffetjs to all package dependencies
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-23 14:35:56 +02:00
Peter Etelej
318f20e826
Bump up minimum required Node to 10.16 ( #7962 )
...
Updated README docs & package.json `engine` versions to bump up the
minimum required Node version from `10.10` to `10.16` (or `10.16.0+`)
Strapi no longer supports `10.10` since it updated `sharp` to `0.26.0`
( https://github.com/strapi/strapi/pull/7729 ) which requires Node 10.16.0+
(See https://github.com/lovell/sharp/blob/master/docs/changelog.md#v0260---25th-august-2020 )
` yarn create strapi-app my-project --quickstart` on 10.10 fails with error
```
error sharp@0.26.0: The engine "node" is incompatible with this module. Expected version ">=10.16.0". Got "10.10.0"
error Found incompatible module.
```
Signed-off-by: Peter Etelej <peter@etelej.com>
2020-09-22 16:00:13 +02:00
Convly
736a580001
v3.1.5
2020-09-16 15:26:12 +02:00
Dominic
bbb8b421b3
Optimize plugins translation in Traditional Chinese. ( #7557 )
...
* Optimize plugin 'content-type-builder' translations in zh.json.
Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>
* Optimize plugin 'documentation' translations in zh.json.
Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>
* Optimize plugin 'upload' translations in zh.json and filter button
missing translation wording.
Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>
* refactor: move filter translation config from plugin to admin core.
Signed-off-by: Dominic Lee <dominiclee0512@gmail.com>
2020-09-14 09:28:11 +02:00
Alexandre Bodin
6905be68bc
Merge branch 'documentation'
2020-09-02 17:23:41 +02:00
DMehaffy
024b337b09
Update node version requirements for v10 to v12 ( #7409 )
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-02 17:11:59 +02:00
dependabot[bot]
46e8375cd7
Bump fs-extra from 8.1.0 to 9.0.1 ( #7496 )
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 8.1.0 to 9.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/8.1.0...9.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-01 17:16:09 +02:00
Vinit Sarvade
dcd5254e60
Use brcrypt.compare for password validation instead of compareSync ( #7612 )
...
Signed-off-by: Vinit Sarvade <vinit.sarvade.08@gmail.com>
2020-09-01 17:03:37 +02:00
dependabot[bot]
888036ddbe
Bump react from 16.13.0 to 16.13.1
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.0 to 16.13.1.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.13.1/packages/react )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-13 17:22:49 +00:00
Pierre Noël
fb2db4b050
v3.1.4
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-13 19:05:20 +02:00
Pierre Noël
231263a353
v3.1.4
2020-08-13 18:58:14 +02:00
Alexandre Bodin
97922f99ae
v3.1.3
2020-07-31 09:59:56 +02:00
Alexandre Bodin
6aaa018ff5
v3.1.2
2020-07-29 13:34:01 +02:00
Alexandre Bodin
ac62bac98e
Upgrade lodash
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 13:05:50 +02:00
dependabot[bot]
aea96bca68
Bump lodash from 4.17.15 to 4.17.19 ( #7239 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 11:10:32 +02:00
Alexandre Bodin
35bae7df57
v3.1.1
2020-07-23 18:53:55 +02:00
Alexandre Bodin
1bbf1bc0dc
v3.1.0
2020-07-21 19:30:45 +02:00
Alexandre Bodin
62b2192c95
Update license info
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-20 18:40:52 +02:00
Alexandre Bodin
6bafa35a36
Merge branch 'releases/3.1.0' into features/rbac
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-18 10:12:40 +02:00
Alexandre Bodin
4d31935716
v3.0.6
2020-07-16 17:03:04 +02:00
soupette
80c7d385d5
Reorder translation files by key value and add script to remove the unneeded keys
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-15 12:05:25 +02:00
Alexandre Bodin
5c6851e6ba
Update naming of permissions
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 11:48:45 +02:00
Convly
8797d25501
Add hasPermissions policy to concerned routes
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-07-08 11:48:44 +02:00
Alexandre Bodin
4edad86029
Add basic created_by updated_by
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 11:48:16 +02:00
soupette
268cec19b3
Fix documentation permissions
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:38:20 +02:00
Convly
ef94229d81
Add Condition Provider & Permissions Engine
2020-07-08 11:05:49 +02:00
soupette
6a298fc991
Rename permissions components
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:05:10 +02:00
Pierre Noël
e078c0b022
rename permissions to actions, inverted params of provider.get, separated formatter, add possibility to not specigy pluginName for ::application
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:07 +02:00
Pierre Noël
707746ef45
refacto
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:06 +02:00
Pierre Noël
ae0dcb9745
add route GET /admin/permissions
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:05:06 +02:00
soupette
50c16dee16
Move plugins trads
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:05:05 +02:00
soupette
fa3315a118
Improve code
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:05:05 +02:00
soupette
4ce714c32f
Add permissions to doc plugin
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:05:05 +02:00