15371 Commits

Author SHA1 Message Date
soupette
08ad19babe Fixes #6733
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-06-19 08:29:53 +02:00
Alexandre Bodin
081b893b48 Merge branch 'master' into documentation 2020-06-18 19:19:25 +02:00
Alexandre Bodin
c909d7162d v3.0.3 v3.0.3 2020-06-18 19:17:15 +02:00
Alexandre BODIN
02189454b6
Only pick required fields to register for newsletter updates (#6732)
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-06-18 19:16:02 +02:00
alxnkt
f10b4db609
Russian translation for Media Library (#6167)
* Signoff (Russian translation)

Signed-off-by: alxnkt <alxnkt@mail.ru>

* New line at the end of index.js file

* Minor changes for plurals

Signed-off-by: alxnkt <alxnkt@mail.ru>

Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-06-18 19:09:30 +02:00
Jian-Chen Chen (jesse)
ac5b4fdf86
createPluginsJs after copyCustomAdmin (#6626)
Signed-off-by: ddhp <jessechen.jcc@gmail.com>
2020-06-18 19:07:09 +02:00
Jim LAURIE
6b23cedc46 docs: fix 404 links
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-06-18 12:33:18 +02:00
DMehaffy
d864c2c574
Update upload providers README to reflect stable changes (#6709)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-18 09:40:49 +02:00
cyril lopez
976ca66b9f
Merge pull request #6663 from malliaridis/fix/input-checkbox-behavior
Fixed input checkbox behavior
2020-06-17 15:00:01 +02:00
Christos Malliaridis
d77ab73d75 Remove unnecessary import of useState
Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
2020-06-17 11:09:18 +02:00
Christos Malliaridis
00b1c7571a
Merge branch 'master' into fix/input-checkbox-behavior 2020-06-17 10:53:33 +02:00
ghoshSomoto
6774667c65
Security middlewares csp option added (#6694)
Added missing explanation on how to set the "Content-Security-Policy"(csp) header value

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-06-16 14:02:06 +02:00
Kim, Harim
465c19d2df
Add info to custom resolvers and add formatError to GraphQL service (#6524)
* Add info to custom resolvers, add formatError to GraphQL service

Signed-off-by: harimkims <harimkims@gmail.com>

* remove format-error service and use config instead

Signed-off-by: harimkims <harimkims@gmail.com>
2020-06-16 13:57:05 +02:00
Jim LAURIE
4582c55bc3
fix: init reset password permission close #6440 (#6696)
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-06-16 11:51:27 +02:00
Boom Lee
a26b4f65a8
Fix node version (#6482) (#6691) 2020-06-16 11:32:23 +02:00
DMehaffy
95ac901a29
Remove outdated docs for stable admin customization (#6636)
* Remove outdated docs for stable admin customization

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>

* Fix typo

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-15 17:42:51 +02:00
Alexandre Bodin
93fa0c7b77 Merge branch 'master' into documentation 2020-06-15 17:15:07 +02:00
Alexandre Bodin
534a199d55 Update publish script
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-06-15 17:10:56 +02:00
Alexandre Bodin
497fb742eb v3.0.2 v3.0.2 2020-06-15 17:09:15 +02:00
Robin Gagnon
ce27609516
Fix typo in model relations docs (#6539)
Signed-off-by: Robin Gagnon <me@reobin.dev>
2020-06-15 14:37:57 +02:00
Dan Bryant
392bc2822f
Fixed misspelled word (#6621) 2020-06-15 14:35:41 +02:00
Yussuf Elarif
640a6c820e
Fixed Typo on v3.x (#6635)
* Fixed Typo on v3.x

Changed from "if" to "it"

* Fixed typo on 3.0.0-beta.x

Changed from "if" to "it"

* removed 's' from looks v3.x

* removed 's' from looks v3.0.0-beta.x
2020-06-15 14:35:05 +02:00
Nikolaj Ivancic
d0a83268f0
Very slight improvement of the webhook definition (#6652) 2020-06-15 14:34:08 +02:00
nikitasol
cd955786bd
Should be port 5432 (#6662) 2020-06-15 14:32:43 +02:00
Diego Guerra
d4186cdbec
fix: misspelled lifecycle hook in documentation (#6679) 2020-06-15 14:32:10 +02:00
DMehaffy
68e8a460f0
Clean up the stable migration guide based on community feedback (#6633)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-15 14:16:41 +02:00
DMehaffy
a2e3b4a5e5
Load image from file to fix the caddy logo (#6494) 2020-06-15 14:14:09 +02:00
ELABBASSI Hicham
f2cec21acc
Add reserved names for attributes (#6620)
Signed-off-by: HichamELBSI <elabbassih@gmail.com>

Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-06-15 14:10:33 +02:00
Fadhil Ahmad
d58a55dce6
Update translation support on 'users-permissions' , 'upload' and 'content-manager' plugin (#6439)
* fix: add Enable, Disable, and Done trad on email plugin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* fix: add translation for dinamic zone required component error

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* fix: back to form.button.done, turns out other dont have form.button.done on strapi-admin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add replace media translation support

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>
2020-06-15 14:10:12 +02:00
Gomez23
ba6695a87c
Remove platform check (#6546) 2020-06-15 11:00:18 +02:00
Simon
3e118da147
Update slug system to new lifecycle hooks (#6572) 2020-06-15 10:39:50 +02:00
bazzou789
88bc05f2dc
Modified admin.path to admin.url (#6601) 2020-06-15 10:39:05 +02:00
Alexandre BODIN
48a818041e
Fix some user permission issue (#6629)
* Fix some security issue

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

* compt node 10

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-06-15 10:34:59 +02:00
Akash Gupta
f419e326d9
Typo mistake (#6657) 2020-06-15 10:08:54 +02:00
François Vaux
273c883eed
docs: Fix a few typos in the 3rd party client guide (#6656) 2020-06-15 09:58:49 +02:00
Alexandre Bodin
08325e9742 Merge branch 'master' into documentation 2020-06-15 09:52:43 +02:00
Christos Malliaridis
371a741c69 Move input selected state to parent component
Move input selected state from controller to parent component (plugin)
to prevent multiple selections and highlighting of checkbox fields
from different controllers.

Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
2020-06-14 05:19:58 +02:00
Christos Malliaridis
52a54de2a3 Move click action to wrapper and update styles
Move click action to wrapper (parent) to allow clicks on
whole area of checkbox. Also update the highlighting and
visibility on hover of configuration wheel for better
usability. This way the user learns that clicking on the
item or wheel opens the configuration and clicking on
the text or checkbox toggles the checkbox.

Signed-off-by: Christos Malliaridis <c.malliaridis@gmail.com>
2020-06-14 05:19:57 +02:00
Shun Shimizu
c2243af4b1
added Japanese translations (#6536)
Signed-off-by: Shun Shimizu <shimizu@thedott.io>
2020-06-11 12:13:39 +02:00
Fadhil Ahmad
7123a11444
Add Malay(ms.json) Translation (#6394)
* feat: add malay  translation for strapi-admin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay locale on strapi-generate-plugin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay translation for content-manager

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay translation for content-type-builder

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* faet: add malay translation for strapi-plugin-documentation

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay translation for email plugin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay translation on upload plugin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* feat: add malay translation for permission plugin

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* Fix language middleware (#6387)

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

* [typo] Persmissions > Permissions (#6390)

Signed-off-by: ScottAgirs <scott@ijs.to>
Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* refactor: fix typo, suitable word and grammar

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* test: add ms test

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

* fix: typos on plugin.description email

Signed-off-by: Fadhil Ahmad <fadzbobby95@gmail.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: Scott Agirs <ScottAgirs@users.noreply.github.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-06-11 12:05:16 +02:00
Abel Soares
af634b7f32
Remove options pool for non sqlite3 clients (#6469)
Signed-off-by: abelsoares <abelbarbosasoares@gmail.com>
2020-06-11 12:04:41 +02:00
Jim LAURIE
aec77b1b95
Merge pull request #6602 from strapi/docs/contribguide
Update Contrib guide defining documentation pull requests
2020-06-09 15:57:29 +02:00
Derrick Mehaffy
50efc3ae49
typo fix
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-09 06:00:43 -07:00
Derrick Mehaffy
433678a586
update PR template
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-09 05:58:58 -07:00
Derrick Mehaffy
eb80e1fa94
Update Contrib guide defining Doc PRs
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-06-09 05:56:06 -07:00
Pierre Noël
9f277f67b5
better error handling in email (#6599)
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-06-09 12:11:25 +02:00
Thomas Pockrandt
7120bb2558
Use singularName instead of pluralName for findOne resolver (#6574)
Signed-off-by: Thomas Pockrandt <me@thomaspockrandt.com>
2020-06-08 12:32:28 +02:00
Adam Gall
dc1d29aae2
Update configurations.md in both sets of docs (#6563)
You can not check that the database is up and running in the bootstrap function, as it is executed after the database connection is initialized

Signed-off-by: Adam Gall <adam@decentlabs.io>
2020-06-08 10:00:37 +02:00
cyril lopez
b35886a559
Merge pull request #6463 from thiagoaugusto/uninstall_plugin_message
Fixing messages when uninstalling plugins
2020-06-08 09:49:43 +02:00
cyril lopez
5826629012
Merge branch 'master' into uninstall_plugin_message 2020-06-08 09:49:16 +02:00