cyril lopez
47c05c5baf
Merge pull request #9261 from strapi/fix/question-button-hover-content
...
Increasing padding bottom to prevent question button from overlapping
2021-01-29 16:42:20 +01:00
mfrachet
2da67ed76a
Modifying font size
2021-01-29 16:35:09 +01:00
mfrachet
865e0f47c5
Merge branch 'fix/issue-8782-preview-unsupported-media' of github.com:strapi/strapi into fix/issue-8782-preview-unsupported-media
2021-01-29 16:29:19 +01:00
mfrachet
3e1b8a0364
Reducing the amount of things pushed
2021-01-29 16:28:56 +01:00
mfrachet
326f6d8d51
Increasing padding bottom to prevent question button from overlapping
2021-01-29 15:24:57 +01:00
Marvin Frachet
fbbb152cd7
Merge branch 'master' into fix/issue-8782-preview-unsupported-media
2021-01-29 14:50:54 +01:00
mfrachet
59f0c4f30d
Add test for reducer
2021-01-29 14:25:55 +01:00
mfrachet
3412505409
Shows a preview message when media type is not supported
2021-01-29 14:22:59 +01:00
Convly
55433bd9a5
Remove useless console.log
2021-01-29 11:58:47 +01:00
soupette
3515f025cd
Fix cloud icon
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-01-29 11:58:47 +01:00
mfrachet
d1b89fd391
[ContentManager] Improving Drag&Drop experience
2021-01-29 11:58:47 +01:00
soupette
39c9bcba4f
Add drop state to input file modal
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-01-29 11:58:46 +01:00
Convly
f35de0b8c1
Update auth events to make them for user friendly
2021-01-29 11:34:42 +01:00
dependabot[bot]
58716287cf
Bump swagger-ui-dist from 3.39.0 to 3.41.1 ( #9253 )
...
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui ) from 3.39.0 to 3.41.1.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases )
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.39.0...v3.41.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-29 10:32:05 +01:00
dependabot[bot]
5c860e0efe
Bump @fortawesome/free-solid-svg-icons from 5.14.0 to 5.15.2 ( #9255 )
...
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 5.14.0 to 5.15.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.14.0...5.15.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-29 10:29:34 +01:00
dependabot[bot]
169238b2c1
Bump eslint-plugin-jsx-a11y from 6.3.1 to 6.4.1 ( #9256 )
...
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y ) from 6.3.1 to 6.4.1.
- [Release notes](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.3.1...v6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-29 10:29:16 +01:00
ELABBASSI Hicham
454f666b11
Merge pull request #9237 from strapi/fix/9236
...
Fix regex validation
2021-01-29 09:59:58 +01:00
cyril lopez
0b55c84d9f
Merge branch 'master' into fix/9236
2021-01-29 09:05:17 +01:00
Ben LeFevre
fd42889083
strapi-plugin-upload: Read responsive breakpoints from config ( #9002 )
...
* Read responsive breakpoints from config
* Move strapi.config.get into function
2021-01-28 17:31:09 +01:00
Jorrit Schippers
175422d760
Update .npmignore files ( #8865 )
...
Add .editorconfig, .snyk, __tests__, jest.config.js
Remove .npmignore and .gitignore from admin subdirectories
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2021-01-28 16:57:29 +01:00
cyril lopez
3c05702085
Merge pull request #9247 from strapi/fix/snapshots
...
Fix snapshots
2021-01-28 16:18:23 +01:00
Convly
56ca7365a4
Add e2e tests for provider login
2021-01-28 16:07:54 +01:00
Convly
f34da1f1c6
Update front tests snapshots
2021-01-28 12:01:23 +01:00
soupette
7e0d50c6da
Fix snapshots
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-01-28 11:55:46 +01:00
Convly
f19b5d2831
Split sso/passport(ee|ce) unit tests
2021-01-28 11:32:27 +01:00
Bobby Glidwell
b77b0644b9
add support for actionOptions for provider upload and delete functions ( #9219 )
...
* add config.options to upload and delete functions
Supports options object in providerOptions which can contain any cloudinary upload/delete options
* add actionOptions to upload object and createProvider function
used to initialize upload/delete custom options which can be passed to a provider's upload/delete function
* Update README.md
added actionOptions description with link to available cloudinary upload/delete options
* wrapFunctionForErrors for upload and delete
* make actionOptions {} by default
2021-01-28 11:24:11 +01:00
Convly
1d17fa383e
Fix features-routes middleware loading
2021-01-28 10:50:36 +01:00
Convly
1a3887d27e
Remove tmp file
2021-01-28 10:45:28 +01:00
Convly
4ff790830f
Merge master into features/sso
2021-01-28 10:44:17 +01:00
Convly
bf92cc8698
Fix passport unit test
2021-01-28 10:40:57 +01:00
dependabot[bot]
e7894779ce
Bump react-select from 3.2.0 to 4.0.2 ( #9244 )
...
Bumps [react-select](https://github.com/JedWatson/react-select ) from 3.2.0 to 4.0.2.
- [Release notes](https://github.com/JedWatson/react-select/releases )
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.2.0...react-select@4.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 09:50:17 +01:00
Convly
6874d96666
Make enabled ee features available to the frontend
2021-01-27 18:24:24 +01:00
Convly
bd91f748d8
Merge master into features/sso
2021-01-27 16:34:43 +01:00
soupette
47edbcbfb0
Fixes #9236
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-01-27 15:42:18 +01:00
Convly
531c926dfd
Authentication events, sso gold only
2021-01-27 11:52:02 +01:00
Jorrit Schippers
3f63902d4b
Use https:// in package.json and README.md files ( #9227 )
...
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
2021-01-26 17:06:25 +01:00
Virgil B
8eca3534c7
Merge branch 'master' into master
2021-01-26 13:45:19 +02:00
Virgil B
063c9b8ba5
Fixed syntax error
2021-01-26 13:43:53 +02:00
Virgil B
f67ca1688b
fix reverse text on code/quote blocks
2021-01-26 13:26:36 +02:00
Alexandre Bodin
4f9cc8a22c
v3.4.5
v3.4.5
2021-01-26 11:59:47 +01:00
Virgil B
9168b8823a
Merge branch 'master' into master
2021-01-26 12:10:37 +02:00
cyril lopez
8b39f5ac05
Fixes #9180 ( #9204 )
...
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-01-26 11:09:49 +01:00
Virgil B
ab5bf198dd
Merge pull request #1 from virgilbugnariu/wysiwyg-reversed-text-fix
...
Fixed Wysiwyg reversing text
2021-01-26 11:55:01 +02:00
Virgil B
5a87c9af8f
Fixed Wysiwyg reversing text
...
After adding a MD formatting block (b, i, u, etc.) the text would be reversed. This fixes that issue as well as automatically selecting the placeholder text when no selection is being made.
2021-01-26 11:49:31 +02:00
Alexandre BODIN
54af039f17
Fix is-creator condition not applied on find ( #9213 )
...
* Fix is-creator condition not applied on find
* Add test
2021-01-26 10:18:43 +01:00
Bartek Igielski
3f1fa39ccb
Prevent returning optimized image if it's larger than original ( #9214 )
...
* Prevent returning optimized image if it's larger than orginal
* Move size checking inside promisse
2021-01-25 18:21:44 +01:00
Pierre Noël
387ded4a99
Fix relation search ( #9156 )
...
* add params to relation route to omit existing relations
* small refacto
* use omit approach
* Fix relation select (Front)
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
* Fix relation select review
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
* update doc aos + remove useless cast to string
Co-authored-by: HichamELBSI <elabbassih@gmail.com>
2021-01-25 17:58:18 +01:00
Marvin Frachet
7d19888fdd
Add webpack bundle analyzer in admin ( #9205 )
2021-01-25 14:37:57 +01:00
Jozef Cipa
808b2a464f
Handle duplicate entry error ( #8367 )
...
* Handle duplicate entry error message in bookshelf connector
Signed-off-by: jozefcipa <jozef.cipa@strv.com>
* Handle duplicate error message in mongoose connector
Signed-off-by: jozefcipa <jozef.cipa@strv.com>
* Apply changes from review
* Fix wrapping transactions in bookshelf adapter
* Add missing await to wrapErrors
* Call findOne without this
2021-01-25 14:03:48 +01:00
ELABBASSI Hicham
926861e12d
Bump immer version (Security issue) ( #9179 )
...
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-01-25 11:46:04 +01:00