15371 Commits

Author SHA1 Message Date
Alexandre BODIN
6ac8228068
Merge pull request #8526 from strapi/application-settings/own-update-notifier-at-startup
add notification to update
2020-11-09 17:34:44 +01:00
ELABBASSI Hicham
f40636b773
Update new notification api doc (#8602)
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-11-09 17:20:16 +01:00
Pierre Noël
eeb568bc97 improve doc env vars
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-09 17:01:17 +01:00
Pierre Noël
59ac2dd6f4 add use of STRAPI_DISABLE_UPDATE_NOTIFICATION
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-09 17:01:16 +01:00
Pierre Noël
cf2a4c28ed rename to createUpdateNotifier
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-09 17:01:15 +01:00
Pierre Noël
19d7a15376 refacto
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-09 17:01:15 +01:00
Pierre Noël
6ab433cb63 add notification to update
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-09 17:01:14 +01:00
Alexandre Bodin
11dcdadaa8 Add isProvider true in package json
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-09 16:40:35 +01:00
Alexandre Bodin
781e7adb0b Refactors to avoid mutation of the options
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-09 16:32:56 +01:00
soupette
62472aa7e5 Start settings view refacto
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-09 15:59:38 +01:00
Alexandre Bodin
29faa4939a Make package ready to release
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-09 15:51:03 +01:00
Alexandre BODIN
6b59540091
Merge pull request #8352 from strapi/features/application-settings
Features/application settings
2020-11-09 14:19:00 +01:00
HichamELBSI
ff33b659d4 Fix content type row
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-11-09 11:32:39 +01:00
soupette
4232f2039f Remove data test util from helper plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-09 11:28:56 +01:00
Akhil Mohan
60664c9b64
typo fix in the redirect url (#8546)
* typo fix in the redirect url

Typo in redirect URL to proxy section

* Update deploy.md
2020-11-09 11:09:25 +01:00
Alexandre BODIN
12284b9b09
Merge pull request #8373 from shabab477/feature/add-cron-timezone
Added timezone for cron jobs
2020-11-09 11:08:19 +01:00
soupette
51ac46972e Migrate list settings view
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-09 10:42:11 +01:00
dependabot[bot]
1c82412604
Bump @sentry/node from 5.24.2 to 5.27.3 (#8596)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.24.2 to 5.27.3.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.24.2...5.27.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 10:34:38 +01:00
Alexandre BODIN
2d25b1d0f2
Update index.js 2020-11-09 10:18:55 +01:00
Shabab Karim
75c3ff9aab Added timezone for cron jobs
Signed-off-by: Shabab Karim <shababkarim93@gmail.com>
2020-11-08 21:20:46 +06:00
iraj taghlidi
fba8959797
Upgrade graphql-tools package to use GraphQL v15 (#8461)
Signed-off-by: iraj <irajtaghlidi@gmail.com>
2020-11-07 11:56:42 +01:00
Alexandre Bodin
04c85dd218 Apply feedbacks
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-06 19:25:09 +01:00
soupette
9fe39a7804 Fix tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 17:54:09 +01:00
soupette
9498130e24 Fix tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 17:47:02 +01:00
soupette
d126303590 Fix publish unpublish
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 16:15:31 +01:00
soupette
5dcad4d1da Fix single types edition
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 15:59:03 +01:00
soupette
5d14e41b1f Fix collection types edition with new api response
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 15:51:29 +01:00
soupette
25abe02687 Fix add repeatable compo
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 15:29:24 +01:00
Pierre Noël
60bf24ce8b
Fix query when populating morph relations (#8548)
* change query when populating morph relations

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto

Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-06 14:35:36 +01:00
Pierre Noël
ff5307e8b6
fix altercolumns db migration (#8565)
* fix alter-column db migration

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto of data migration + fix sqlite dp migration

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto create-migration-runner

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* fix migration

Signed-off-by: Pierre Noël <petersg83@gmail.com>

* refacto

Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-11-06 14:27:57 +01:00
soupette
580e01a5c5 Finish refacto list view
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 14:21:08 +01:00
soupette
da2b924a58 Fetch data in listview
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-06 10:40:32 +01:00
soupette
944e34043c Migrate filters to qs lib
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-05 15:39:57 +01:00
soupette
586781e12e Add qs for search management
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-05 10:31:24 +01:00
Alexandre Bodin
25d541c2d9 Add parameters to open api spec
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-05 10:14:52 +01:00
dependabot[bot]
90e07e917f
Bump aws-sdk from 2.758.0 to 2.785.0 (#8578)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.758.0 to 2.785.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.758.0...v2.785.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-05 09:57:33 +01:00
soupette
5792cfeea8 Changed displayed headers behaviour, simplify main reducer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-04 18:37:19 +01:00
Rémi de Juvigny
14c9209f36
Fix typo in templates docs (#8571)
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-11-04 07:24:45 -07:00
HichamELBSI
40fdba01ed Refacto & fix condition bug
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-11-04 15:00:20 +01:00
HichamELBSI
5c263c1616 Decorrelate CRUD for EE (RBAC)
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-11-04 15:00:20 +01:00
Alexandre BODIN
d7d67ff8c8
Merge pull request #8557 from strapi/chore/migration-guide-3.2.5-3.3.0
Add migration guide
2020-11-04 11:38:24 +01:00
soupette
67e883ab47 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-04 11:37:34 +01:00
dependabot[bot]
64557347c2
Bump eslint-plugin-react from 7.21.1 to 7.21.5 (#8450)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.1 to 7.21.5.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.1...v7.21.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cyril lopez <cyril.lpz@gmail.com>
2020-11-04 11:36:34 +01:00
soupette
78534fca2e Temp commit for list view
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-04 11:15:11 +01:00
soupette
f1d0dc74cf Merge schema in layout and improve useFetchContentType hook
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-04 10:44:10 +01:00
soupette
b834aea0c9 Temp commit before layout refacto
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-11-04 09:44:25 +01:00
Alexandre Bodin
0195fc491a Remove codeowners to avoid notif spams
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-04 08:30:10 +01:00
Wal Wal
dc6c513290
Update slug.md (#8554)
The lack of if statement generates runtime errors when following this guide.

Signed-off-by: Walsker <walsker@walwal.me>
2020-11-03 13:39:02 -07:00
Alexandre Bodin
7d8d710cc9 Return rejection in user service
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-03 17:38:34 +01:00
Alexandre Bodin
50a68e9f45 In sanitize input leave input data as is if model is not found
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-03 17:19:43 +01:00