Jim LAURIE
8a21a113ca
Merge pull request #8031 from strapi/templates/questions
...
Move questions link to forums
2020-09-28 16:02:42 +02:00
Jim LAURIE
2efb5e4064
Merge branch 'master' into templates/questions
2020-09-28 14:57:07 +02:00
Jim LAURIE
693ca6ec7b
Merge pull request #8030 from strapi/docs/links/forum
...
Add forum to header links on docs
2020-09-28 14:56:40 +02:00
Mattias van den Belt
82ad488ea4
Update upload.md ( #8045 )
...
Add popularity sorting parameter to provider list link.
Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com>
2020-09-28 11:25:52 +02:00
Pierre Noël
cd9abb4961
fix cropped size too big
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-25 17:03:07 +02:00
Pierre Noël
e566e6389d
Merge branch 'documentation' into patch-1
2020-09-25 16:48:19 +02:00
ELABBASSI Hicham
3625113db6
Merge pull request #8050 from strapi/front/dp-small-ui-fix
...
Small ui improvements
2020-09-25 15:52:31 +02:00
soupette
b33cc36d8e
Small ui improvements
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-25 15:24:04 +02:00
cyril lopez
974a8b19d9
Merge pull request #8048 from strapi/fix/collapse-alignment
...
Fix Role edit alignment (Permission's list)
2020-09-25 13:29:34 +02:00
cyril lopez
5bae91462e
Merge pull request #8043 from strapi/fix/ctb-redirection
...
Fixes #8040
2020-09-25 12:31:03 +02:00
HichamELBSI
a2a31ce8df
Fix Role edit alignment (Permission's list)
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-09-25 12:19:31 +02:00
dependabot[bot]
082a178f5b
Bump koa-body from 4.1.1 to 4.2.0 ( #8042 )
...
Bumps [koa-body](https://github.com/dlau/koa-body ) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/dlau/koa-body/releases )
- [Changelog](https://github.com/dlau/koa-body/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dlau/koa-body/compare/v4.1.1...v4.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-25 10:22:14 +02:00
kotake_satoshi
567b02c215
Update customization.md
...
Signed-off-by: kotake_satoshi <cotapon@gmail.com>
2020-09-25 17:08:04 +09:00
soupette
f956f76f8f
Fixes #8040
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-25 09:07:32 +02:00
Derrick Mehaffy
63e02724c2
Add forum to header links on docs
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-24 07:01:46 -07:00
Derrick Mehaffy
a0424ec17d
Move questions link to forums
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-24 07:00:31 -07:00
Alexandre BODIN
2e24b6f864
Merge pull request #8011 from strapi/forum
...
Update all references from GHD to Forum
2020-09-24 15:15:29 +02:00
Alexandre Bodin
4a27d9d46b
Merge branch 'master' into documentation
2020-09-24 14:55:21 +02:00
Alexandre Bodin
3c7c33eab7
v3.1.6
v3.1.6
2020-09-24 14:51:49 +02:00
Alexandre BODIN
3a51ea83b4
Merge pull request #8027 from strapi/fix/analytics-registration
...
Fix analytics registration bad info
2020-09-24 14:46:56 +02:00
Alexandre BODIN
c97f33bf53
Merge pull request #7716 from strapi/fix/7699
...
Fixes Admin bugs
2020-09-24 14:41:10 +02:00
Alexandre Bodin
00c094d8f8
Fix analytics registration bad info
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-24 14:31:08 +02:00
Alexandre BODIN
aa8f30b58a
Update SocialLink.js
2020-09-24 14:28:53 +02:00
Alexandre BODIN
fb033314fe
Merge pull request #7999 from derappelt/patch-2
...
Update services.md
2020-09-24 09:47:58 +02:00
Diego Albitres
0670c896e3
Add privateAttributes to global and per model response ( #7331 )
...
* Added privateAttributes globally and per model
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Added tests for sanitizeEntity
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Fixed broken test
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Added privateAttributes to GraphQL responses
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Added docs for privateAttributes
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Refactored and fixed PR comments
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Merged tests and fixed broken tests from merge
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Updated documentation for new option
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Refactored GraphQL implementation
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Fixed PR comments
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Fixed tests for sanitize-entity
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Removed code and tests for ignorePrivateFor
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Exported getPrivateAttributes for GraphQL plugin
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
* Removed ignorePrivateFor from docs
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
2020-09-24 09:40:10 +02:00
dependabot[bot]
6b1ac6e91d
Bump request-promise-native from 1.0.8 to 1.0.9 ( #8018 )
...
Bumps [request-promise-native](https://github.com/request/request-promise-native ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/request/request-promise-native/releases )
- [Commits](https://github.com/request/request-promise-native/compare/v1.0.8...v1.0.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-24 09:37:43 +02:00
Alexandre BODIN
9480a906be
Merge pull request #8019 from strapi/deps/bump-buffet-stable
...
Bump buffet.js to 3.3.0
2020-09-24 09:33:58 +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
Simon Appelt
8254aca5f2
Bugfix to last commit
2020-09-23 18:35:16 +02:00
Simon Appelt
c9fe16d38c
Update services.md
...
I updated the code so it looks more like the strapi internal implementation.
https://github.com/strapi/strapi/blob/master/packages/strapi/lib/services/entity-service.js#L65
2020-09-23 18:31:29 +02:00
Alexandre Bodin
90761175f6
Merge branch 'master' into features/draft-publish
2020-09-23 18:19:26 +02:00
Derrick Mehaffy
7ecf2d74b8
Update all references from GHD to Forum
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-23 08:49:42 -07:00
Pierre Noël
a138695d95
fix missing hasTimestamp ( #8010 )
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-23 17:49:28 +02:00
cyril lopez
71204a53bd
Merge pull request #8009 from strapi/fix/wrong-props
...
Fix/wrong props
2020-09-23 17:28:14 +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
a0dfa14f04
fix wrong props
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-23 16:56:18 +02:00
soupette
d44bc98e20
Fix alias
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-23 15:14:12 +02:00
cyril lopez
7a19c3b425
Merge pull request #8005 from strapi/fix/deps
...
Fix dependencies
2020-09-23 14:40:34 +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
Rémi de Juvigny
3b0e02fe00
Autofix yarn.lock conflict
...
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-23 14:25:55 +02:00
soupette
ab1587a049
Upgrade buffetjs
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-23 12:20:29 +02:00
Adam
94f3b24ee2
feat(server): allow listening on unix socket through server.socket
config ( #7824 )
...
* feat(server): allow listening on unix socket through `server.socket` configuration
Signed-off-by: Adam Lee <duo1123@gmail.com>
* docs(server): documentation for socket config
Signed-off-by: Adam Lee <duo1123@gmail.com>
2020-09-23 11:59:31 +02:00
dependabot[bot]
e1875f0616
Bump react-helmet from 6.0.0 to 6.1.0 ( #8001 )
...
Bumps [react-helmet](https://github.com/nfl/react-helmet ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/nfl/react-helmet/releases )
- [Changelog](https://github.com/nfl/react-helmet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nfl/react-helmet/compare/6.0.0...6.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-23 11:48:30 +02:00
Simon Appelt
510556b5b5
Update services.md
...
Added entityValidator to create and update service, so it act like the default service and doesn't throw a 500 Error on invalid data.
2020-09-23 09:34:38 +02:00
Christopher Wray
a0705063b5
Updated Models Page Grammar ( #7912 )
...
* Updated Models Page Grammar
Quickly went through the models' page in the documentation and updated some grammar as well as added some emphasis and brief clarification in a couple of places.
* Edited slight typo.
* Updated Models Page Grammar
Quickly went through the models' page in the documentation and updated some grammar as well as added some emphasis and brief clarification in a couple of places.
Signed-off-by: Christopher Wray <53663762+cwray-tech@users.noreply.github.com>
* Edited slight typo.
Signed-off-by: Christopher Wray <53663762+cwray-tech@users.noreply.github.com>
2020-09-22 19:28:32 -07:00
Pierre Noël
0b4eeb4fef
fix rebase
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 19:31:02 +02:00
soupette
c04349a027
Fix Pr feedback
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:46:01 +02:00
soupette
a7ebb1d6ca
Fix wrong display
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:46:01 +02:00
Convly
d1b543f5cf
Fix unwanted extension folder creation for admin schemas
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:46:00 +02:00
soupette
a5cd2fe6d1
Fix target attribute change when restricted relations
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-09-22 17:46:00 +02:00