Jim LAURIE
64a3e26952
docs: update logo and meta og image ( #7885 )
...
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-09-15 09:49:46 +02:00
dependabot[bot]
bf1f4f920e
Bump is-docker from 2.0.0 to 2.1.1 ( #7895 )
...
Bumps [is-docker](https://github.com/sindresorhus/is-docker ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/sindresorhus/is-docker/releases )
- [Commits](https://github.com/sindresorhus/is-docker/compare/v2.0.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 09:48:06 +02:00
dependabot[bot]
7a9803c439
Bump file-loader from 3.0.1 to 6.1.0 ( #7810 )
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 3.0.1 to 6.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v3.0.1...v6.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-15 09:47:39 +02:00
Igor Nikolenko
6a937a995f
Fix autocomplete issue in Chrome. Fixes #7666 ( #7802 )
...
Signed-off-by: richardgrey <richie.grey@gmail.com>
2020-09-15 09:47:04 +02:00
cyril lopez
d7ba1c2a3b
Merge pull request #7888 from strapi/fix/edit-role
...
Fix role edition
2020-09-14 16:11:17 +02:00
soupette
cd720c26e5
Fix role edition
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-14 14:28:13 +02:00
Rémi de Juvigny
899e2eb21d
Parameters docs typo ( #7833 )
2020-09-14 09:37:57 +02:00
KULDIP PIPALIYA
eba0afd4c4
Update controllers.md ( #7814 )
2020-09-14 09:37:07 +02:00
William Cheong Weelau
74ed5a2e2d
Update email.md ( #7769 )
...
* Update email.md
to emphasize the part that developer need to pay attention to, especially the file name, and rewrite the part of the sentences on updating default sender email to make it works with the new email provider. Such that those who read this documentation could avoid hours of troubleshooting this configuration, (like what I had)
Signed-off-by: William Cheong Weelau <cheongweelau@gmail.com>
* Update email.md
Added the missing `:::` to close the newly added tip paragraph
Signed-off-by: William Cheong Weelau <cheongweelau@gmail.com>
2020-09-14 09:32:44 +02:00
GreenRobot
4220052310
add some russian translations for DynamicZone component ( #7748 )
2020-09-14 09:32:09 +02:00
LongYinan
de3ae77af0
Replace babel-jest with @swc-node/jest to speedup frontend testing ( #7724 )
...
Signed-off-by: LongYinan <longyinan.brooklyn@bytedance.com>
2020-09-14 09:30:43 +02:00
Bobby Glidwell
5af64a3837
set email validator to lowercase ( #7645 )
...
* set email validator to lowercase
Yup .lowercase() converts the string to lowercase which should be done in all instances of email across the application.
Fixes bug where users created inside Strapi admin panel end up with mixed case emails in database.
Signed-off-by: bglidwell <sintex+github@gmail.com>
* match front-end profile validation to backend
Removed .min(5) from backend validation due to redundancy with .email() check
Signed-off-by: bglidwell <sintex+github@gmail.com>
* cleanup redundant email.toLowerCase()
Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
* Revert "cleanup redundant email.toLowerCase()"
This reverts commit 4565054b298e4518e4ddf41ca602c5960bd9cc28.
Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
* fix email case in admin user controller
Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
* fix email case in api user controller
Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
* fix for graphql tests
Signed-off-by: Bobby Glidwell <sintex+github@gmail.com>
2020-09-14 09:30:12 +02:00
Ove
5509d68c48
Fix minor typos on model documentation ( #7619 )
...
* Fix minor typos on model documentation
found 3 minor typos and replaced them
* fix typo in model 3.x docs
2020-09-14 09:29:19 +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
dependabot[bot]
49f992359f
Bump bootstrap from 4.4.1 to 4.5.2 ( #7841 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.4.1 to 4.5.2.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 09:27:37 +02:00
Mattias van den Belt
66bffcb84e
Update controllers.md ( #7829 )
...
Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com>
2020-09-11 09:26:42 -07:00
Derrick Mehaffy
50a65cdfe5
Fix missing note about Node v12 in cli docs
2020-09-09 13:09:31 -07:00
cyril lopez
cd9296b37b
Fix replace media ( #7787 )
...
* Fixes #7776
Signed-off-by: soupette <cyril.lpz@gmail.com>
* Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-09 10:18:22 +02:00
Jim LAURIE
b13ecc5da3
docs: update Roles & Permissions left menu mentions ( #7796 )
...
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-09-08 15:12:58 +02:00
Rémi de Juvigny
776ed5c3a2
Merge branch 'master' into templates-cli
2020-09-08 10:22:57 +02:00
Rémi de Juvigny
9a8cf2eecf
Merge branch 'master' into templates-cli
2020-09-08 10:20:58 +02:00
dependabot[bot]
b7106232ef
Bump @fortawesome/free-solid-svg-icons from 5.12.1 to 5.14.0 ( #7785 )
...
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.12.1 to 5.14.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.12.1...5.14.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-08 10:16:42 +02:00
Poluektov Dmitriy
7abaad5d32
improve ru locale ( #6903 )
...
Signed-off-by: Poluektov Dmitriy <dmitry.a@kr.digital>
2020-09-08 09:56:42 +02:00
Rémi de Juvigny
d13c868fce
Add template property to our analytics
...
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-08 09:56:14 +02:00
Alexandre Bodin
9461f20da0
Cleanup upload tests
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-07 19:02:59 +02:00
Theraloss
56f89b0159
Add disclaimer for jest timeout
...
Signed-off-by: Danilo Polani <danilo.polani@gmail.com>
2020-09-05 14:04:26 +02:00
Theraloss
ac23ae5afe
Fix sqlite test pool
...
Signed-off-by: Danilo Polani <danilo.polani@gmail.com>
2020-09-05 14:04:26 +02:00
Rémi de Juvigny
24d42f385f
Apply review feedback
...
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-04 16:07:55 +02:00
dependabot[bot]
bd29fe779d
Bump axios-mock-adapter from 1.17.0 to 1.18.2 ( #7727 )
...
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter ) from 1.17.0 to 1.18.2.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases )
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.17.0...v1.18.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 15:25:54 +02:00
dependabot[bot]
a4e904ec6a
Bump @testing-library/react from 10.4.8 to 11.0.2 ( #7726 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 10.4.8 to 11.0.2.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.8...v11.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-04 15:24:37 +02:00
Manoj Paramesh
2080057918
FluidContainer: Fix overlapping on pagination tabs ( #7289 )
...
Signed-off-by: Manoj P <thedarkstrix@gmail.com>
2020-09-04 14:44:37 +02:00
Khalid Elshafie
3e23646f1b
Add LinkedIn auth provider ( #7490 )
...
* Add LinkedIn auth provider
Signed-off-by: Khalid Elshafie <abolkog@gmail.com>
2020-09-04 14:37:30 +02:00
Sebastian Campos
6dce6e362f
fixed typo ( #7643 )
2020-09-04 14:03:12 +02:00
Amir
f8437184ca
Fix typo in controllers.md ( #7721 )
...
The default SingleType service doesn't have an findOne() function only find().
See https://github.com/strapi/strapi/issues/7718 for details
Signed-off-by: Amir Lellouche <lalosher@gmail.com>
2020-09-04 13:58:46 +02:00
Darron Park
b3bb9f6e3f
Update sharp module to 0.26.0 ( #7729 )
2020-09-04 13:50:08 +02:00
Jason Prado
69706d7587
Add sqlite details to unit testing guide ( #7603 )
2020-09-04 12:27:43 +02:00
Abdón Rodríguez Davila
d2ef1d4b8c
Allow more options to the Apollo Server config ( #7665 )
...
* Extract server config to a constant
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Omit options to server config
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Move default config to serverParams
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Simplify Apollo server config
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Simplify with a new apolloServerConfig property
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Update tracing documentation
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Extract deprecated options
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Add default options
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Update documentation
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Rename to deprecatedApolloServerConfig
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Empty default options
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Update default config
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Add warning note
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Add documentation note
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Update documentation note
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Fix the config check
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Fix the config check
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Refactor old code and rename param to appoloServer to avoid redondancy
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* Fix typo
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-04 09:51:11 +02:00
Jim LAURIE
b3b335c090
Merge pull request #7661 from strapi/docs/heroku/pg
...
Heroku PG DB env variable deconstruction automatically
2020-09-03 19:01:23 +02:00
cyril lopez
5364191ea1
Fixes #7232 ( #7715 )
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-03 16:21:10 +02:00
Sebastian Trebunak
dad69f5cc4
Improve & add missing Slovak (SK) translations ( #7515 )
...
* Improve & add missing SK translations
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* fix one tr string
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Add translation for strapi-plugin-upload
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Add 'sk' to export from languages of strapi upload plugin
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Refine and add missing translations for content-type-builder plugin,, Fix some of previous translations
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Refine content-type-builder SK translations
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Add missing translation strings for strapi-plugin-content-manger plugin
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Add missing translation strings for strapi-plugin-users-permission plugin
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Refine content type builder translation string to distinguish more precisely between collection title and name
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Refine one label string
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Fix some strings in content-manager
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
* Fix single component translation string
Signed-off-by: Sebastian Trebunak <trebunak.sebastian@gmail.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-09-03 16:20:07 +02:00
Wessel van der Linden
9610f4c011
Find file to edit in all available files ( #7459 )
...
This resolves https://github.com/strapi/strapi/issues/7458
Signed-off-by: Wessel van der Linden <wessel.linden@gmail.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-09-03 16:18:31 +02:00
Kirill Artihovich
b6a0c1b203
fix strapi-plugin-content-type-builder ( #7521 )
...
* Update retrieveComponentsFromSchema.js
~ fixed ReferenceError: Cannot access 'allComponents' before initialization
* strapi-plugin-content-type-builder fix
~ fixed cannot access 'originalIcon' before initialization
2020-09-03 16:17:49 +02:00
dependabot[bot]
925f09ee7b
Bump immer from 6.0.5 to 7.0.8 ( #7711 )
...
Bumps [immer](https://github.com/immerjs/immer ) from 6.0.5 to 7.0.8.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v6.0.5...v7.0.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-03 16:17:02 +02:00
Pierre Noël
af773f4d5c
Merge branch 'master' into documentation
2020-09-03 16:13:50 +02:00
soupette
84ac0f7c07
Fix wrong prop
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-03 14:23:09 +02:00
Rémi de Juvigny
5b338782c4
Add Strapi edition to the admin footer ( #7704 )
...
* Update admin footer wording
Signed-off-by: Rémi de Juvigny <remi@hey.com>
* Add dash symbol
Signed-off-by: Rémi de Juvigny <remi@hey.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-09-03 12:29:08 +02:00
Cr0s4k
7baad9bbfd
Update file info mutation ( #7691 )
...
* added new updateFileInfo mutation
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
* added test
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
* fixed test
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
* Added fileInfoInput
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
2020-09-03 12:17:40 +02:00
soupette
c62d5810e3
Fixes #7699
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-03 12:09:11 +02:00
Rémi de Juvigny
e327d8ccfd
Expanded templates docs
...
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-03 11:25:38 +02:00
Cr0s4k
4987c1dbd9
fixed comment ( #7714 )
...
Signed-off-by: Omar Garcia <omarcruz11@hotmail.com>
2020-09-03 09:51:38 +02:00