soupette
1fcbb15143
Remove tooltip for delete event
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:31 +02:00
soupette
0528ab9c19
Fix snapshots
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:30 +02:00
soupette
fa89ec8f35
Clean trads
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:30 +02:00
Pierre Noël
36892fe2a8
add webhooks for draftAndPublish + sanitize all webhooks info ( #7629 )
...
* add webhooks for draftAndPublish + sanitize all webhooks info
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:29 +02:00
soupette
7a17ae25e2
Add publish webhook events
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:29 +02:00
soupette
a5ff026568
Remove models
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:28 +02:00
soupette
efa547aa31
Fix validations
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:28 +02:00
soupette
597c4ec374
Fix publish/unpublish
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:27 +02:00
soupette
307bcf9a08
Fix multiple api calls
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:27 +02:00
soupette
31ad694a7e
Fix delete entry
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:26 +02:00
soupette
5abab1d9c5
Fix feedback settings view
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:26 +02:00
soupette
1bf63ef388
Fix role creation and edition
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:25 +02:00
soupette
6e3d924d7a
Fix webhooks
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:25 +02:00
soupette
ae1fcdecf3
Fix admin roles bugs. Wrong redirection after creating a role, reset and submit logic
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:24 +02:00
Pierre Noël
38216554d5
Draft publish/remove some validators for drafts ( #7537 )
...
* remove required + minLength validator for drafts
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:24 +02:00
Convly
d5faafb046
Refactor e2e tests
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:23 +02:00
Convly
0c37f64182
Add e2e test for unpublish
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:23 +02:00
Convly
36668fa173
Add ability to unpublish a content
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:23 +02:00
HichamELBSI
663a23ca02
Fix after PR review
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:22 +02:00
HichamELBSI
f08db7bfdd
Entry state in list
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:22 +02:00
HichamELBSI
1ef85be0e9
Information Card
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:21 +02:00
HichamELBSI
f8236cea39
Unpublish an entry
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:21 +02:00
HichamELBSI
14863821af
Save a draft
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
HichamELBSI
23ede00fa8
Publish a draft
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:20 +02:00
HichamELBSI
941b381ffb
Add publish permission
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-22 17:39:19 +02:00
Jean-Sébastien Herbaux
ca963a6f90
[D&P] Publish a draft ( #7532 )
...
* Add publish a draft capability.
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:19 +02:00
Pierre Noël
e29c1b7de9
add published_at ( #7374 )
...
* add published_at
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:18 +02:00
Convly
2124f2c282
use set instead of merge to add conditions on author permissions
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:18 +02:00
Convly
a5df905e00
Fix pr comments
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:17 +02:00
Convly
a559047e77
Fix e2e and unit tests
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:17 +02:00
Convly
28beaaa932
Refactor validators and add better messages
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:16 +02:00
Convly
df5dc17c75
Refactor cleanPermissionFields method
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:16 +02:00
Convly
dfc852c350
Fix tests
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:15 +02:00
Convly
f19bccc094
Add publish permission by default for editor and removes it from the authors
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:15 +02:00
Convly
72aaa16d3d
Rename fieldsGranularity to fieldsRestriction, various bug fixes
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:14 +02:00
Convly
310a0d16f3
Add Publish permission & action
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:14 +02:00
Alexandre Bodin
38d896f0ea
Fix schema handler set disgarding falsy values
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-22 17:39:13 +02:00
soupette
f12a696824
Enable draft and publish by default
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:13 +02:00
soupette
4d61448ab4
Fix PR feedback
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:12 +02:00
soupette
7ec435b36e
Add draft/publish to CLI
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:12 +02:00
soupette
3b3ea84685
Fix trads
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:11 +02:00
soupette
126a612eee
Add draftAndPublish to generate-model and generate-api and update unit tests
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:11 +02:00
soupette
3aeafa8b54
Add draftAndPublish option to ct for create and update
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:10 +02:00
soupette
4b207e6cc0
Add D&P key to all models. Change UI modal divider
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:10 +02:00
Daniel dos Santos Pereira
f5f0853942
fix(plugin-graphql): Fix associaion resolver for manyWay
nature. ( #7959 )
...
This fixes strapi/strapi#4353 and all its duplicates.
Signed-off-by: Daniel dos Santos Pereira <danield1591998@gmail.com>
2020-09-22 17:05:27 +02:00
Abdón Rodríguez Davila
79a996f871
Update graphql plugin dependencies ( #7953 )
...
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
2020-09-22 17:00:40 +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
dependabot[bot]
16a7be23de
Bump markdown-it from 11.0.0 to 11.0.1 ( #7983 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/markdown-it/markdown-it/releases )
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/11.0.0...11.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 13:24:38 +02:00
dependabot[bot]
a41f9d82ef
Bump @babel/core from 7.9.0 to 7.11.6 ( #7982 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.9.0 to 7.11.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.6/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-22 13:24:24 +02:00
Alexandre Bodin
8b8c27111d
Remove codecov annotations
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-21 11:16:17 +02:00