10880 Commits

Author SHA1 Message Date
Alexandre BODIN
f45c176b1b
Merge pull request #4972 from slackr/patch-1
Improve error messages
2020-01-13 11:32:34 +01:00
Alexandre BODIN
52e72de47a
Merge branch 'master' into patch-1 2020-01-13 11:32:27 +01:00
Alexandre BODIN
67f94016d3
Merge pull request #4971 from Toyrone/patch-1
Update install-requirements.md
2020-01-13 11:32:18 +01:00
Alexandre BODIN
862f3f110e
Merge branch 'master' into patch-1 2020-01-13 11:32:11 +01:00
Alexandre BODIN
eb4cdea08b
Merge pull request #4973 from hkovacs/hkovacs
corrected new components path to include category and be understandable
2020-01-13 11:32:01 +01:00
Alexandre BODIN
1ebd0b1760
Merge branch 'master' into patch-1 2020-01-13 11:31:34 +01:00
Alexandre BODIN
d11b1ba4a5
Merge branch 'master' into patch-1 2020-01-13 11:29:47 +01:00
Alexandre BODIN
74d4a98e04
Merge branch 'master' into hkovacs 2020-01-13 11:28:16 +01:00
Alexandre BODIN
648296ce40
Merge pull request #4974 from strapi/docs-guide-deployment
Update way to create strapi app in deployment guide
2020-01-13 09:45:34 +01:00
Alexandre BODIN
ddfe611568
Merge branch 'master' into docs-guide-deployment 2020-01-13 09:45:27 +01:00
Alexandre BODIN
0ea4439575
Merge pull request #4976 from vilhelmmelkstam/patch-1
Update user permission docs to use correct user id attribute
2020-01-13 09:44:07 +01:00
Alexandre BODIN
e3765cd0de
Merge branch 'master' into patch-1 2020-01-13 09:43:34 +01:00
Alexandre BODIN
32312a2d5e
Merge pull request #4980 from nurikabe/master
Remove soft hyphen (U+00AD) from reset password email subject line
2020-01-13 09:42:52 +01:00
nurikabe
3c38fc33bf Remove soft hyphen (U+00AD) from reset password email subject line 2020-01-11 11:29:24 -05:00
Vilhelm Melkstam
85e1226f85
Update user permission docs to use correct user id
The correct id attribute on a user object is `id`, not `_id`, updating docs where this mistake was written.
2020-01-10 20:52:37 +01:00
Alexandre BODIN
46a38fd759
Merge pull request #4936 from strapi/chore/eslint-config
Improve eslint config for front-end files
2020-01-10 19:03:04 +01:00
virginieky
50643f94b3
Merge branch 'master' into chore/eslint-config 2020-01-10 17:44:43 +01:00
Alexandre BODIN
aff0075bb1
Merge pull request #4927 from strapi/tools/publish-script
tools: Init a simple publish script
2020-01-10 17:34:44 +01:00
Alexandre BODIN
33a19e8647
Merge branch 'master' into tools/publish-script 2020-01-10 17:32:22 +01:00
Jim LAURIE
ba3586fbe7 docs: update way to create strapi app in deployment guide
By following a feedback on a Spectrum question, I updated the way to create the strapi app to respect the best practice.
It will prevent global version issue.
2020-01-10 15:15:24 +01:00
hkovacs
3f0d5d5408 corrected new components path to include category and be understandable 2020-01-10 15:14:23 +02:00
slackr
89675409ba
fix error reply text 2020-01-10 07:40:17 -05:00
Akinoso Toyosi
0e3d8c232a
Update install-requirements.md 2020-01-10 13:09:45 +01:00
Jim LAURIE
e20ed1b1fd
Merge pull request #4937 from loongmxbt/patch-1
Fix documentation type on request verb
2020-01-09 12:07:19 +01:00
Jim LAURIE
68dd02ba6f
Merge branch 'master' into patch-1 2020-01-09 12:06:36 +01:00
Alexandre BODIN
a427c27cfd
Merge pull request #4947 from strapi/fix/use-strapi-service
Use strapi.services instead of requires to allow overrides
2020-01-09 10:13:05 +01:00
Alexandre Bodin
7c94a2316d Init strapi.service and use it where services where required 2020-01-08 17:57:53 +01:00
Alexandre BODIN
e6155814f0
Merge pull request #4928 from kuldipem/master
package.json name property must be in lowercase
2020-01-08 17:13:18 +01:00
Alexandre BODIN
28e00a80d3
Merge pull request #4941 from strapi/enhancement-2020
Update copyright date to 2020
2020-01-08 17:12:56 +01:00
Alexandre BODIN
260758f368
Merge branch 'master' into enhancement-2020 2020-01-08 17:12:30 +01:00
Alexandre BODIN
e974dfc9ca
Merge pull request #4945 from strapi/hotfix/ctb-date-edit
Fix edit date types
2020-01-08 17:11:23 +01:00
soupette
c7a83a9687 Merge branch 'master' of github.com:strapi/strapi into hotfix/ctb-date-edit 2020-01-08 17:10:34 +01:00
Alexandre BODIN
7dbb0f9283
Merge pull request #4944 from strapi/fix/datetime-ctb
Add datetime and time validators in ctb
2020-01-08 17:09:05 +01:00
soupette
af2c2a1841 Fix edit date types 2020-01-08 17:09:04 +01:00
Alexandre BODIN
521d11be1f
Merge branch 'master' into fix/datetime-ctb 2020-01-08 17:08:57 +01:00
Alexandre Bodin
4965846d36 Add datetiem and time validators in ctb 2020-01-08 17:03:03 +01:00
Alexandre BODIN
b7999d4774
Merge pull request #4942 from strapi/fix-slug
Udpate steps to access to the view config page
2020-01-08 16:11:54 +01:00
Jim LAURIE
44fa8399a0 docs: udpate steps to access to the view config page
Since we removed the Content Manager link - I have to update the path to access to this page.
2020-01-08 16:04:57 +01:00
Jim LAURIE
2eea8e9d9b
Merge pull request #4926 from MightySCollins/patch-1
Fixed error impossible message grammar
2020-01-08 15:44:50 +01:00
Jim LAURIE
636e1fa8d8
Merge branch 'master' into patch-1 2020-01-08 15:44:42 +01:00
Jim LAURIE
df1fed99ec docs: update copyright date to 2020 2020-01-08 15:41:08 +01:00
Jim LAURIE
433ea3bcc5
Merge pull request #4930 from cebreus/feature/adminTranslationCs
Update of the Czech translation
2020-01-08 15:34:26 +01:00
Jim LAURIE
2b2295ee78
Merge branch 'master' into feature/adminTranslationCs 2020-01-08 15:34:16 +01:00
Alexandre BODIN
4ae0f94a3d
Merge pull request #4940 from strapi/docs-dz-graphql
Add example GraphQL query dynamic zone
2020-01-08 15:29:15 +01:00
Jim LAURIE
acf4c1dece docs: example graphql query dynamic zone
Following the issue #4849 - I add an example about the query to do to fetch DZ data.
2020-01-08 15:23:09 +01:00
Alexandre BODIN
f1e7288db7
Merge pull request #4939 from strapi/fix/issue-delete-relation
Dont break on attribute not found
2020-01-08 15:07:11 +01:00
Alexandre BODIN
c2caad9d87
Merge branch 'master' into fix/issue-delete-relation 2020-01-08 15:07:03 +01:00
Alexandre Bodin
1ee6e62329 Dont break on attribute not found 2020-01-08 14:57:33 +01:00
Saint Asky
e3e28db031
Update auth-request.md
Change axios.get to axios.post
2020-01-08 21:07:02 +08:00
soupette
c62dad2140 Improve eslint config fron front-end files 2020-01-08 12:21:47 +01:00