Alexandre BODIN
836b49f218
Merge pull request #7167 from strapi/chore/clean-deps
...
Cleanup shelljs
2020-07-30 12:36:28 +02:00
DMehaffy
28b66d284f
Add more information about the parser middleware configuration ( #7253 )
...
* Add more information about the parser middleware configuration
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
* fix integer case
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-07-30 09:49:28 +02:00
dependabot[bot]
97dfde210a
Bump koa-session from 5.13.1 to 6.0.0 ( #7254 )
...
Bumps [koa-session](https://github.com/koajs/session ) from 5.13.1 to 6.0.0.
- [Release notes](https://github.com/koajs/session/releases )
- [Changelog](https://github.com/koajs/session/blob/master/History.md )
- [Commits](https://github.com/koajs/session/compare/5.13.1...6.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-30 09:45:53 +02:00
Alexandre BODIN
c3e9b6c8ce
Merge branch 'master' into chore/clean-deps
2020-07-29 17:49:54 +02:00
Alexandre BODIN
cba02febf2
Upgrade api token tuto to not break rbac feature ( #7250 )
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 17:41:02 +02:00
Sebastian Campos
c3f4afca87
Docs/parameters typos ( #7238 )
...
* fix 'complexE' typos
* fix 'complexE' typos
Co-authored-by: scampos <sebastian@synergiar.com>
2020-07-29 17:39:28 +02:00
Alexandre Bodin
8a702bc6e8
Merge branch 'master' into documentation
2020-07-29 13:36:37 +02:00
Alexandre Bodin
6aaa018ff5
v3.1.2
v3.1.2
2020-07-29 13:34:01 +02:00
Alexandre Bodin
c603514b85
Add dependabot reviewers
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 13:28:34 +02:00
Maxime Castres
b4c430792c
Add the CheatSheet link ( #7213 )
...
Signed-off-by: Maxime Castres <mcastres@student.42.fr>
2020-07-29 13:27:59 +02:00
Alexandre BODIN
7394a35c51
Fix CE tests for travis ( #7218 )
...
* Fix CE tests for travis
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* Start app in CE too
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* Cleanup
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 13:24:27 +02:00
egg
efdf03cf6d
add Japanese translation of media library ( #7226 )
...
Signed-off-by: eggpogg <eggpogg.t@gmail.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-07-29 13:21:50 +02:00
Alexandre BODIN
0ea63e05e4
Merge pull request #7178 from ericliu-el/fix-Input-Number-issue
...
Fix Input Number issue
2020-07-29 13:20:38 +02:00
Alexandre BODIN
8cf4f94db6
Merge pull request #7217 from strapi/fix/pg-core-store
...
Fix core_store init first
2020-07-29 13:16:46 +02:00
Alexandre Bodin
ac62bac98e
Upgrade lodash
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 13:05:50 +02:00
Kim, Harim
b670db3c57
add engine config to apollo server params ( #7244 )
...
Signed-off-by: harimkims <harimkims@gmail.com>
2020-07-29 13:01:32 +02:00
Jim LAURIE
4994ca26fd
Merge pull request #7235 from jakesyl/patch-1
...
fix grammar issue
2020-07-29 11:28:32 +02:00
Jim LAURIE
9ca1bc9962
Merge pull request #6923 from jorisw/patch-1
...
Update models.md
2020-07-29 11:22:03 +02:00
dependabot[bot]
aea96bca68
Bump lodash from 4.17.15 to 4.17.19 ( #7239 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 11:10:32 +02:00
Azri Kahar
56e442637f
Update docker-compose examples ( #6566 )
...
* Change volume for strapi in SQLite for consistency
Changed volume bind mount from `./:/srv/app` to `./app:/srv/app` to match path used in PostgreSQL and MongoDB example
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Remove "links" option for PostgreSQL & MongoDB
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Add "depends_on" option for PostgreSQL & MongoDB
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Changed volume for strapi in MongoDB example
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Add database init name environment variables
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Remove exposed ports for databases
Signed-off-by: azrikahar <42867097+azrikahar@users.noreply.github.com>
* Update docker.md
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-07-29 09:40:26 +02:00
Jake Sylvestre
79fc341d11
fix grammar issue
...
Signed-off-by: Jake Sylvestre <jakesyl@gmail.com>
2020-07-28 14:08:45 -04:00
DMehaffy
6641f4e43f
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com> ( #6947 )
2020-07-28 09:50:10 -07:00
Alexandre BODIN
cf278ae56d
Merge pull request #7228 from strapi/fix/timestamps
...
Fixes #7189
2020-07-28 13:58:49 +02:00
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