20491 Commits

Author SHA1 Message Date
Kevin Antonio Rateni Iatauro
ba73a398dd
Removed user not found error 2022-03-10 17:51:47 +01:00
Kevin Antonio Rateni Iatauro
39db68bcbf
Merge branch 'strapi:master' into fix/up-email-confirmation-user-not-found 2022-03-10 11:39:47 +01:00
Alexandre BODIN
94569e5e36
Merge pull request #12193 from abdonrd/split-auth-providers
[v4] Split providers and grant config to a new files
2022-03-10 09:37:33 +01:00
Alexandre Bodin
0f35327fd0 update yarn 2022-03-10 09:11:11 +01:00
Alexandre BODIN
6427f8f6a9
Merge pull request #12707 from stafyniaksacha/fix-logger-level
fix: winston default configuration
2022-03-09 18:39:40 +01:00
Alexandre BODIN
a79cafc670
Merge pull request #12722 from strapi/chore/events
Add events to monitor first administrator account creation
2022-03-09 18:35:21 +01:00
Alexandre BODIN
e1a7bc9458
Merge pull request #12672 from aquadesk/fix-placeholder
fix: placeholder for email confirmation link input
2022-03-09 18:20:06 +01:00
Alexandre BODIN
e974dc04a8
Merge pull request #12653 from stafyniaksacha/patch-1
fix: beforeDelete lifecycle components access
2022-03-09 17:43:50 +01:00
Alexandre BODIN
a0fd0d17ef
Merge pull request #12394 from yasudacloud/fix/email-translation
Translation key correction of wording
2022-03-09 17:06:42 +01:00
ronronscelestes
a6ec23ee94
Merge pull request #12777 from strapi/fix/settings-nav-notification
Fix / Settings nav notifications
2022-03-09 15:21:33 +01:00
Alexandre BODIN
e4ac13f9f3
Merge pull request #12358 from strapi/docs/pr-template
Docs: Update PR template
2022-03-09 14:32:49 +01:00
Gustav Hansen
02afe1cf3d Doc: apply PR feedback 2022-03-09 14:22:02 +01:00
Alexandre BODIN
8924128465
Merge pull request #12751 from strapi/dependabot/npm_and_yarn/eslint-plugin-react-7.29.3
Bump eslint-plugin-react from 7.28.0 to 7.29.3
2022-03-09 12:42:52 +01:00
Gustav Hansen
be0beb121a
Merge pull request #12757 from strapi/CONTENT-46/uid-available
InputUID: fix showing value availability
2022-03-09 08:39:00 +01:00
Alexandre Bodin
8549f5aca3 v4.1.3 v4.1.3 2022-03-08 19:28:44 +01:00
DMehaffy
0ccf5f4c5c
Merge pull request #12375 from WalkingPizza/fix/up-middleware-config-override
Allow U&P rate limiter's config to be overridden for specific routes
2022-03-08 11:26:28 -07:00
Kevin Antonio Rateni Iatauro
bf87b566c8
Merge branch 'strapi:master' into fix/up-middleware-config-override 2022-03-08 18:45:36 +01:00
DMehaffy
7b4d0e0632
Merge pull request #12759 from strapi/feature/i18n-readme
Update i18n readme
2022-03-08 10:38:28 -07:00
DMehaffy
086c449fbe
Merge pull request #12690 from strapi/fix/edit-relations-restart
CM: Fix sync layouts in case no relation is set
2022-03-08 10:37:13 -07:00
DMehaffy
fc086f234f
Merge pull request #12781 from strapi/hotfix/sanitize-medias
Fix sanitize media
2022-03-08 10:23:41 -07:00
derrickmehaffy
d309628644 Merge branch 'master' into fix/edit-relations-restart 2022-03-08 09:53:49 -07:00
Alexandre Bodin
6a9db23311 Fix sanitize media 2022-03-08 17:45:31 +01:00
Alexandre BODIN
af7c3d54cb
Merge pull request #12200 from strapi/content-39/allow-more-characters-in-enum
Allow special characters in an enum
2022-03-08 10:45:07 +01:00
ronronscelestes
645e445b63 settings nav notifications + snapshot 2022-03-08 10:13:51 +01:00
Alexandre BODIN
1edd0ae78a
Merge pull request #12758 from strapi/fix/populate-edit-view
Fix loading time when opening an entity with many related entities
2022-03-08 10:04:48 +01:00
Pierre Noël
7348eece8f update i18n readme 2022-03-04 18:00:50 +01:00
Pierre Noël
9d59305b0f Fix loading time when opening an entity with many related entities 2022-03-04 16:49:22 +01:00
Gustav Hansen
774ac16acd chore: Update snapshot tests 2022-03-04 16:12:46 +01:00
Gustav Hansen
e0b0ee14d7 InputUID: fix showing value availability 2022-03-04 16:12:46 +01:00
markkaylor
1cb4307bf8
Merge pull request #12490 from DennisHartrampf/fix/documentation-generate-operationId
Set operationId
2022-03-04 10:21:33 +01:00
dependabot[bot]
b36085501e
Bump eslint-plugin-react from 7.28.0 to 7.29.3
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.28.0 to 7.29.3.
- [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.28.0...v7.29.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 09:08:01 +00:00
markkaylor
dfb8d17f03
Merge pull request #12488 from DennisHartrampf/fix/documentation-include-description
Include required description in 200 response
2022-03-04 09:48:10 +01:00
Pierre Noël
96e41eb1c2 refactor enum duplicates check 2022-03-03 16:35:42 +01:00
Pierre Noël
c0fb7619ef rename toGraphQLName + check enum values don't start with a number 2022-03-03 16:35:41 +01:00
Pierre Noël
e85cfe73f0 allow special characters in an enum 2022-03-03 16:35:41 +01:00
Pierre Noël
3700b15f76
Merge pull request #12718 from strapi/fix/redirect-url-placeholder
add missing /api in redirectUrl placeholder
2022-03-03 15:19:14 +01:00
soupette
d88a879fc1 Use imperative API to track register submission
Signed-off-by: soupette <cyril@strapi.io>
2022-03-03 15:12:31 +01:00
Alexandre BODIN
5f1a64a5e4
Merge pull request #12737 from strapi/chore/dependabot-label-config
Update dependabot label config
2022-03-03 13:13:18 +01:00
Alexandre Bodin
fd0e11309e Update dependabot label config 2022-03-03 12:05:21 +01:00
Alexandre BODIN
50733c4f51
Merge pull request #12730 from strapi/chore/update-label-checker
Update label checker to use pr: instead of issue-type
2022-03-03 12:03:24 +01:00
Alexandre BODIN
08f203f4d6
Merge pull request #12724 from strapi/fix/doMySQL2
Ensure the session PK check is disabled during schema update for MySQL
2022-03-03 09:08:01 +01:00
Alexandre Bodin
2f43e30b6c Update label checker to use pr: instead of issue-type 2022-03-03 08:46:02 +01:00
derrickmehaffy
9445117c27 Ensure the session primary key check is disabled during schema update
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-03-02 16:01:58 -07:00
Aurélien Georget
df8cc6a063
Monitor when errors happen in registration form 2022-03-02 21:12:00 +01:00
Aurélien Georget
a6b6991f06
Add events to monitor first admin creation 2022-03-02 19:14:23 +01:00
Aurélien Georget
0c15900e5b
Add events to monitor automatic tab opening 2022-03-02 19:02:31 +01:00
Pierre Noël
2e0a4d1507 add missing /api in redirectUrl placeholder 2022-03-02 16:05:05 +01:00
Alexandre BODIN
c5bcdd8dcb
Merge pull request #12716 from strapi/releases/4.1.2
Releases/4.1.2
2022-03-02 16:03:12 +01:00
Alexandre Bodin
6f72c38052 v4.1.2 v4.1.2 2022-03-02 16:01:32 +01:00
Alexandre BODIN
4765e6e2cf
Merge pull request #12663 from strapi/fix/11645
Fixes server restarting when modifying admin files
2022-03-02 11:05:32 +01:00