14279 Commits

Author SHA1 Message Date
soupette
0f847b159f Fix trad
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 16:14:00 +02:00
soupette
b02c8b2c72 Fix small bugs.
co-authored elabbassih@gmail.com

Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 14:52:55 +02:00
soupette
3c7ea06f2a Fix permissions
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 11:38:27 +02:00
soupette
bcd9075229 Remove useless files
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 09:43:48 +02:00
soupette
658ae9676f Add missing tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-28 09:39:28 +02:00
soupette
98a4401a09 Fix modal delete behaviour
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-27 18:09:26 +02:00
soupette
b328a3a38a Fix tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-27 17:23:45 +02:00
soupette
2e67e19bd6 Fix bugs
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-27 15:57:35 +02:00
soupette
5a7d89c807 Refacto create page
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-27 15:00:10 +02:00
soupette
5ed078c3ef Merge branch 'master' of github.com:strapi/strapi into users-permissions/create-new-role 2020-08-27 10:48:01 +02:00
cyril lopez
d9f701727b
Merge pull request #7527 from strapi/fix/decimal-input
Fix decimal on content manager's inputs
2020-08-27 10:20:53 +02:00
soupette
a8ea727e63 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-26 16:01:27 +02:00
soupette
82ae1fc6c1 Fixes #7584.
Update the documentation override

Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-26 14:55:09 +02:00
soupette
fb6010369a Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-26 10:38:54 +02:00
cyril lopez
8bf691cb73
Merge branch 'master' into fix/decimal-input 2020-08-26 10:20:15 +02:00
cyril lopez
22d281c831
Merge pull request #7589 from strapi/fix/cm-issues
CM bug fixes
2020-08-26 09:30:48 +02:00
cyril lopez
051ee9b468
Merge branch 'master' into fix/cm-issues 2020-08-26 08:21:00 +02:00
cyril lopez
2957ad5b0d
Merge pull request #7597 from strapi/fix/small-issues
Fix front-end small issues
2020-08-26 08:20:50 +02:00
cyril lopez
6edaf61527
Merge branch 'master' into fix/cm-issues 2020-08-26 08:20:09 +02:00
soupette
a58442dcd5 Fixes #7503.
This fix is temporary until we develop the menu API

Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 18:11:43 +02:00
soupette
4e4cb8e5c1 Fixes #7523
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 18:00:12 +02:00
cyril lopez
e6589f64eb
Merge pull request #7590 from strapi/fix/7572
Prevent from uninstalling the upload plugin in the admin panel
2020-08-25 17:52:42 +02:00
soupette
3b0555b290 Fixes #7455
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 10:36:30 +02:00
soupette
b04d69835b Downgrade rollup plugin svg
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 10:00:42 +02:00
soupette
1b157c3d2f Fixes #7572
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-08-25 09:32:37 +02:00
HichamELBSI
a3e11f1362 Fix decimal on content manager's inputs
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-08-25 09:25:17 +02:00
ELABBASSI Hicham
4ee79e2d9c
Merge pull request #7553 from strapi/fix/rename-add-comp-to-dz-event
Rename addCompToDz event
2020-08-23 14:40:47 +02:00
Convly
62d44368e2 Rename addComponentToDynamicZone to didAddComponentToDynamicZone
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-08-21 19:25:04 +02:00
Schaeferjo
ba218a2fe1
fix German word for E-Mail (#7534)
Signed-off-by: Schaeferjo <mail@joschaefer.com>
2020-08-20 18:03:23 +02:00
Jean-Sébastien Herbaux
1e67421668
Add utils::sanitize-entity tests (#7497)
* Add utils::sanitize-entity tests

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-08-18 16:26:24 +02:00
HichamELBSI
4e4a77ff0f Add new role
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-08-17 17:40:44 +02:00
Jim LAURIE
b39709a6ed
Merge pull request #7476 from XuluWarrior/docs/boom-before-sentry
Boom middleware needs to be loaded before sentry middleware
2020-08-17 15:19:35 +02:00
Jim LAURIE
979c5d3945
Merge pull request #7385 from ScottAgirs/master
Update basic GraphQL Plugin information
2020-08-17 14:56:54 +02:00
DMehaffy
bdf3b03c7e
Merge branch 'master' into master 2020-08-15 10:32:53 -07:00
XuluWarrior
122e4b7664 Boom middleware needs to be loaded before sentry middleware
Signed-off-by: XuluWarrior <github@metaliving.plus.com>
2020-08-14 15:05:27 +01:00
ScottAgirs
a930d6e814 Grammar fix
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-08-13 21:30:28 -04:00
Alexandre Bodin
331b73801f Merge branch 'documentation' 2020-08-13 19:12:56 +02: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 v3.1.4 2020-08-13 18:58:14 +02:00
David Janas
11f900085e
Increase parser arrayLimit to 100 (#7430)
* Add queryStringParser settings to parser middleware

Signed-off-by: David Janas <davidjanasr@gmail.com>

* add queryStringParser config to middleware documentation

Signed-off-by: David Janas <davidjanasr@gmail.com>
2020-08-13 18:35:38 +02:00
Jim LAURIE
a16542c9b7
Merge pull request #7408 from strapi/docs/FAQ/rbacUpdate
Update FAQ with latest RBAC information
2020-08-13 12:16:27 +02:00
Alexandre Gigleux
e3d6ce132e
Fix #7141 - Wrong conversion of to a boolean value (#7161)
Signed-off-by: agigleux <alexandre.gigleux@sonarsource.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-08-13 09:16:36 +02:00
Tudor Ilisoi
f073aebe53
fixes #6725 (#6769)
* fixes #6725

Signed-off-by: Tudor Ilisoi <tudorilisoi@yahoo.com>

* fixed L41

Signed-off-by: Tudor Ilisoi <tudorilisoi@yahoo.com>
2020-08-12 23:01:32 +02:00
dependabot[bot]
3c80a6c9a5
Bump stylelint-config-recommended from 2.2.0 to 3.0.0 (#7431)
* Bump stylelint-config-recommended from 2.2.0 to 3.0.0

Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/2.2.0...3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Fix lint and dump stylelint

Signed-off-by: HichamELBSI <elabbassih@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HichamELBSI <elabbassih@gmail.com>
2020-08-12 22:58:17 +02:00
dependabot[bot]
e80c21a7bc
Bump autoprefixer from 9.7.4 to 9.8.6 (#7276)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.4 to 9.8.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.4...9.8.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 22:57:28 +02:00
Alexandre Bodin
acf11ed9b1 Merge branch 'documentation'
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-08-12 14:52:37 +02:00
KULDIP PIPALIYA
fa8dfcc7cf
Formatting enhancements and Fixes (#6858)
* Fix: formatting

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Fix: formatting

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Enhance: consistance formatting for NOTE

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Enhance: consistance formatting for NOTE

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>
2020-08-12 12:33:54 +02:00
JuanCarlosJr97
1afbdd663f
Updating email documentation adding a tip during initial setup to avoid issues during strapi creation (#7413)
Signed-off-by: Juan Carlos Blanco Delgado <juancarlosjr97@gmail.com>
2020-08-12 12:18:17 +02:00
p_0g_8mm3_
817c46cd45
Add and improve German translations (#7383)
Signed-off-by: p_0g_8mm3_ <37022952+pr0gr8mm3r@users.noreply.github.com>
2020-08-12 12:17:19 +02:00
Alexandre BODIN
c9ece305ce
Merge pull request #7109 from strapi/chore/ml-delete-assets
Chore/ml delete assets
2020-08-12 12:16:27 +02:00