Alexandre BODIN
b5bfe60b45
Merge pull request #7222 from strapi/chore/server-startup
...
Fix server not accessible at bootstrap
2020-07-28 12:55:58 +02:00
soupette
61412ebdbd
Fixes #7189
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-28 12:39:20 +02:00
Alexandre Bodin
da338f92c4
Merge branch 'documentation'
2020-07-28 10:50:10 +02:00
Jim LAURIE
4c4a4c1dd3
Docs review ( #6848 )
...
* docs: improve getting started
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
* docs: review quickstart video and some steps
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
* docs: review concepts
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
* docs: review email - upload plugins
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
* fix: PR feedback
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
* fix: PR feedback type conflict
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-07-28 10:48:55 +02:00
Jim LAURIE
3e42365c34
Fix #7162 - pluginsSectionLinks in plugin generator ( #7169 )
...
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-07-28 10:39:48 +02:00
Juan David Landazabal
55f576bd1d
Fix/#7197/Change custom populate state to own service ( #7204 )
...
* Fix/#7197/Change custom populate state to own service
To avoid issue with population we change the service of state user to there own service call "fetchState", also to keep a separate customization
Signed-off-by: Juan David <juand.business@gmail.com>
* specific service for fetch authenticated user
Signed-off-by: Juan David <juand.business@gmail.com>
* Update comment
Signed-off-by: Juan David <juand.business@gmail.com>
* Add some comments
Signed-off-by: Juan David <juand.business@gmail.com>
2020-07-28 09:18:18 +02:00
Alexandre Bodin
cbc3e22718
Fix server not accessible at boostrapi
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-27 23:26:07 +02:00
Darsh Shah
16b91851db
fix: image URL in README.md ( #6988 )
...
* Update README.md
updated logo image URL
* Updated link
* fix: image url
2020-07-27 22:18:17 +02:00
Alexandre Bodin
8b6bf7fd10
Fix core_store init first
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-27 20:26:56 +02:00
Alexandre BODIN
c4472f620b
Merge pull request #7212 from strapi/fix/issue-7196
...
Fix admin routes and user controllers conflicting
2020-07-27 19:47:22 +02:00
Alexandre BODIN
9c4728ccc5
Merge pull request #7198 from strapi/fix/date-validations
...
Fix date and datetime required validations issue
2020-07-27 18:47:47 +02:00
Alexandre Bodin
0369d5f2c7
Fix admin routes and user controllers conflicting
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-27 18:32:17 +02:00
Bartosz
8c40d2192d
Fix invalid local uploads path ( #6925 )
...
* Fix invalid local uploads path
File upload provider does not consider the strapi configuration. This patch should fix the problem.
* getStaticPath -> uploadDir
* Use config.get method
* plugin-upload tests fix
2020-07-27 17:18:55 +02:00
Diego Gallardo
2542cea3a6
Update README.md ( #7190 )
...
Added extra settings on the mailgun config based on the mailgun usage overview.
You can check the doc, and it specify the domain parameter.
https://www.npmjs.com/package/mailgun-js#usage-overview
You need to specify the domain, otherwise the email won't be sent, but the API return success anyway.
In my scenario I have a mailgun account with multiple domains and without this param the email was not sent. Don't know if a mailgun with a single domain works.
2020-07-27 16:39:55 +02:00
soupette
3639fdc047
Fixes #7186
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-27 12:04:44 +02:00
soupette
b84e33ca47
Fix date and datetime required validations issue
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-27 11:52:27 +02:00
JuanCarlosJr97
e81c6ba567
Updating api.js deleting console.log ( #7185 )
...
Signed-off-by: Juan Carlos Blanco Delgado <juancarlosjr97@gmail.com>
2020-07-27 11:05:45 +02:00
Eric Liu
6df99143a6
change biginteger back to text
...
Signed-off-by: Eric Liu <eric@ericliu.page>
2020-07-27 10:19:35 +12:00
Eric Liu
bc611017ca
Merge branch 'master' into fix-Input-Number-issue
2020-07-27 10:19:07 +12:00
Eric Liu
e099889fe2
fix Input Number issue
...
Signed-off-by: Eric Liu <eric@ericliu.page>
2020-07-26 18:39:16 +12:00
dependabot[bot]
33634151d4
Bump pluralize from 7.0.0 to 8.0.0 ( #7126 )
...
Bumps [pluralize](https://github.com/blakeembrey/pluralize ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/blakeembrey/pluralize/releases )
- [Commits](https://github.com/blakeembrey/pluralize/compare/v7.0.0...v8.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-25 08:53:05 +02:00
Eli
528dc4140e
Fix typos with the module.exports functions. ( #7070 )
...
The `module.exports` example code is missing a closing parenthesis at the end of each example. Added the closing parenthesis.
2020-07-25 08:46:16 +02:00
alaoui abdellah
bca8bb662a
style: 📝 Improve error message of file upload by adding an example ( #7111 )
...
Signed-off-by: Abdellah Alaoui <als.abdellah@gmail.com>
2020-07-25 08:45:06 +02:00
Alexandre BODIN
3d1cb2ca4d
Merge pull request #7130 from ByungJun25/documentation
...
Update draft.md
2020-07-25 08:43:19 +02:00
Alexandre Bodin
004791817e
Cleanup shelljs
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-25 08:41:31 +02:00
Alexandre BODIN
ab77f264ae
Merge pull request #7159 from strapi/fix/sortAndQuery
...
fix count with sort param
2020-07-24 15:11:17 +02:00
Alexandre BODIN
1c6ccfedfb
Merge pull request #7150 from MattieBelt/docs/add-extension-warning
...
Add extension warning
2020-07-24 15:09:31 +02:00
Pierre Noël
6d825fc3ca
fix count with sort param
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-24 15:06:38 +02:00
Alexandre BODIN
df7d7d416a
Merge pull request #7155 from strapi/fix/7139
...
Fixes #7139
2020-07-24 14:26:19 +02:00
soupette
a9387d49f4
Fixes #7139
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-24 12:11:52 +02:00
Igor Tatarintsev
bb6365213b
Bump VK provider version ( #6594 )
...
Signed-off-by: Igor Tatarintsev <ietatarin@gmail.com>
2020-07-24 11:10:09 +02:00
MattieBelt
7627dba96a
Add extension warning
...
Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com>
2020-07-24 09:40:35 +02:00
soupette
2a591f11e9
Add project type property
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-24 09:33:17 +02:00
Alexandre Bodin
35bae7df57
v3.1.1
v3.1.1
2020-07-23 18:53:55 +02:00
Alexandre BODIN
9e53ee7220
Merge pull request #7146 from strapi/fix/missing-telemtry
...
Fix missing event
2020-07-23 18:51:21 +02:00
Alexandre Bodin
83b7926e3a
Fix missing event
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-23 18:36:29 +02:00
soupette
fa56c61c97
Add tracking to rbac
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-23 18:28:56 +02:00
Alexandre BODIN
ce769d7474
Add migration warning ( #7143 )
...
* Add migration warning
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* minor tweak to grammer
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
Co-authored-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-07-23 09:25:35 -07:00
Alexandre BODIN
f21524bbbe
Merge pull request #7054 from strapi/fix/usersAndPermsLocalAuth
...
update doc + add localhost in confirmation links if url is not set
2020-07-23 16:16:08 +02:00
Alexandre BODIN
a588c55f20
Merge pull request #7136 from strapi/fix/upload-api
...
Fix upload api
2020-07-23 14:56:35 +02:00
Alexandre Bodin
e18c54b225
Fix upload api
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-23 14:21:45 +02:00
Pierre Noël
75be8688d2
DOC replace .html by .md
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:42 +02:00
Pierre Noël
7465b74d25
fix typo + remove comment
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:41 +02:00
Pierre Noël
4dc853a6e1
update doc + add localhost in confirmation links if url is not set
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-23 11:09:21 +02:00
Byungjun Woo
6a2ec56b2d
Update draft.md
...
fixed wrong path on 'Apply our changes'
2020-07-23 11:00:25 +02:00
Alexandre Bodin
8fd98b0c33
Fix test
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-22 15:17:23 +02:00
DMehaffy
a58cd8f17b
Fixing service documentation and fixing DO referral link ( #7101 )
...
* Fix service docs for upload plugin
https://github.com/strapi/strapi/discussions/7090
* Change DO referral links
2020-07-22 14:23:54 +02:00
Will Eldrid-Otterburn
22319dc6d0
Upgrade apollo-server-koa ( #7087 )
...
* Upgrade apollo-server-koa
Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>
* Set apollo-server-koa to strict version
Signed-off-by: Will Eldrid-Otterburn <will.eldrid-otterburn@red-badger.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-22 14:07:08 +02:00
Abdón Rodríguez Davila
86d1690314
Setup official GitHub Dependabot ( #7103 )
...
* Setup official GitHub Dependabot
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
* Add .npmrc file
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-22 11:43:45 +02:00
Maxwell Simmer
9684cd30db
Updates webhooks RegExp to allow undescores, fixes #5543 ( #7079 )
...
Signed-off-by: Maxwell Simmer <maxwell.simmer@gmail.com>
2020-07-22 10:49:55 +02:00