2442 Commits

Author SHA1 Message Date
soupette
c652dfadfc Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-16 13:26:30 +02:00
soupette
8bc07d48e4 Allow to select relational fields in the listview
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-16 13:15:03 +02:00
soupette
9f8d04960f Add new description for relation settings field
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-16 12:47:37 +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
cyril lopez
ca94042724
Merge branch 'master' into russian-translate 2020-10-12 11:41:36 +02:00
cyril lopez
0785ae7587
Merge branch 'master' into drafts_translations_sk 2020-10-12 11:40:56 +02:00
cyril lopez
3173904561
Merge branch 'master' into 5416-fix-uid-input-field 2020-10-12 11:14:01 +02:00
Ibochkarev
8e32edfc5a Update russian translate strapi-plugin-content-manager
Signed-off-by: Ibochkarev <ivanx86@gmail.com>
2020-10-11 14:26:03 +06:00
Sebastian Trebunak
b15d5c8af4 Add Draft/Publish translations in Slovak language
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
2020-10-10 10:19:36 +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
Jean-Sébastien Herbaux
38126d9a32
Fix "has same role as author" condition not working properly (#8202)
* Fix "has same role as author" condition not working properly

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Use creators constants

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add e2e test for default conditions, fix conditions on mongoose

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix tests in CE

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-10-08 19:50:39 +02:00
cyril lopez
62129e9b4f
Merge branch 'master' into front/events 2020-10-07 16:56:56 +02:00
Alexandre Bodin
5a77b560e3 v3.2.1 2020-10-07 14:50:47 +02:00
cyril lopez
f3a64f2fcf
Fix util when no data (#8224)
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-07 14:49:35 +02:00
Stanko Tadić
848d554c79
fixes #8221 - fixed publish failing if non-repeateable component data is "null" (#8222)
Signed-off-by: Stanko <stanko.tadic@gmail.com>
2020-10-07 14:20:18 +02:00
Alexandre Bodin
95f3502ab4 v3.2.0 2020-10-06 11:01:02 +02:00
Alexandre Bodin
af8a96c18b Fix search tests
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-05 18:07:50 +02:00
Alexandre Bodin
cd6894e573 Fix tests
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-05 16:00:58 +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
ELABBASSI Hicham
8c52046e4b
Merge pull request #8130 from strapi/dp/front-events
Add events regarding the D&P feature
2020-10-05 09:38:30 +02:00
tanmoyopenroot
6dac916033 fix(uid-input): add right padding if contains some right adornment
Signed-off-by: tanmoyopenroot <tanmoy.openroot@gmail.com>
2020-10-04 12:37:52 +05:30
soupette
617194d715 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-02 18:23:42 +02:00
Max Veerapat Kumchom
64e015f32a
add strapi-plugin-content-manager thai translation (#8143)
* init thai template

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>

* translate strapi-plugin-content-manager

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
2020-10-02 17:42:34 +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
cyril lopez
1e965d1d1d
Merge branch 'master' into front/events 2020-10-02 08:37:05 +02:00
soupette
88eaca89a9 Add events regarding the D&P feature
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-10-01 18:17:59 +02:00
Jean-Sébastien Herbaux
e55ea1d6b5
Hide creator fields from public api by default (#8052)
* Add model option to hide/show creators fields in public API response

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add content-types util, rework sanitize-entity's private handling

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Update search e2e tests, fix an issue on empty search for the core-api controller (find)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix GraphQL plugin (handle privates attributes on typeDefs + resolver builds)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix sanitizeEntity import

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Move doc update from beta to stable

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix e2e test

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix pr comments

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove creator's field from upload controller routes

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix typedef build for graphql association

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix pr (comments + several issues)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add tests for search behavior in content-manager

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Rename files variables to meaningful names (upload controllers)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix test with search id matching serialNumber

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

* Add toHasBeenCalledWith check for config.get (utils/content-types.test.js)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-10-01 17:47:08 +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
soupette
2432fe4a00 Fix lint
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-30 15:48:03 +02:00
cyril lopez
6b6f1c2138
Merge branch 'master' into front/events 2020-09-30 11:12:33 +02:00
Jonas De Kegel
42fab5d953
Assume selection is text when creating a link (#8071)
Fixes #7890

Signed-off-by: Jonas De Kegel <jonas@fluid.desi>
2020-09-29 14:13:11 +02:00
soupette
c66ddc2415 Add events
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-29 10:56:45 +02:00
soupette
b33cc36d8e Small ui improvements
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-25 15:24:04 +02:00
Alexandre Bodin
3c7c33eab7 v3.1.6 2020-09-24 14:51:49 +02:00
Alexandre BODIN
c97f33bf53
Merge pull request #7716 from strapi/fix/7699
Fixes Admin bugs
2020-09-24 14:41:10 +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
Pierre Noël
7221412d68 Draft publish/validators (#7853)
* add validators for dz, components and relations

Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:45:59 +02:00
Jean-Sébastien Herbaux
c4716d5668 [D&P] Return published content by default from get apis (#7657)
* Add _publicationState request param / Returns live by default for CT that have D&P activated

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:46 +02:00
soupette
e10452c245 Fix navigation between relations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:45 +02:00
soupette
92a43a8152 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:45 +02:00
soupette
ccebd4f4b1 Fix relation link with admin users
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:39:44 +02:00
Pierre Noël
4652f2083c refacto expect.toBeISOString
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:43 +02:00
Pierre Noël
cfba8f2489 fix tests
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:42 +02:00
Pierre Noël
8862f2b75d add test for route relation-list with many to many
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:42 +02:00
Pierre Noël
23acc65810 remove console.log
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:41 +02:00
Pierre Noël
e553467d55 refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:41 +02:00