12382 Commits

Author SHA1 Message Date
Gustav Hansen
b2e08defbb Chore: Remove styled overwrites 2023-05-08 12:18:14 +02:00
Gustav Hansen
81c9189bd7 Chore: Remove unnecessary styled overwrite 2023-05-08 12:08:19 +02:00
Josh
b59f3d57e5
Merge pull request #16635 from strapi/chore/stop-mocking-use-tracking 2023-05-08 10:27:52 +01:00
Gustav Hansen
56413f25c6 Chore: Update tests 2023-05-08 11:26:01 +02:00
Gustav Hansen
a69bc50ddb Fix: do not crash if no color can be displayed 2023-05-08 11:26:01 +02:00
Gustav Hansen
94ce1a8e4d Fix: Limit border of stage color badges to neutral0 (white) 2023-05-08 11:26:01 +02:00
Gustav Hansen
2145a3c1f5 Fix: Add border to stage color badges 2023-05-08 11:26:01 +02:00
Ben Irvin
58b8c18870 add confirmation to transfer and import 2023-05-08 10:44:29 +02:00
Konstantin Münster
2c4dce9273
Update CustomFieldServerOptions
inputSize properties aren't optional
2023-05-08 10:34:22 +02:00
Konstantin Münster
71e00b0180
Extend CustomFieldServerOptions
add new inputSize configuration
2023-05-08 10:22:50 +02:00
dependabot[bot]
fe0cee13b1
chore(deps): bump webpack from 5.76.0 to 5.82.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.82.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-07 22:58:40 +00:00
Dominic Seitz
93c049bb0d
Merge branch 'main' into main 2023-05-07 22:32:58 +02:00
Ben Irvin
4b37d806ca report diffs before confirming 2023-05-07 16:10:20 +02:00
Ben Irvin
9cbdad0a70 add middleware for schema diff handling 2023-05-07 15:48:14 +02:00
Amandeep Singh Malhotra
8732f348a4 fix: change alignment from stretch to center 2023-05-07 18:13:52 +05:30
Josh
870865d7b9 chore: make default context so we don't need provider or mocking 2023-05-05 19:06:07 +01:00
Josh
5acae2e2a9 chore: remove tracking mocks 2023-05-05 18:47:48 +01:00
Mark Kaylor
4ddac20ac9 Test publish/unpublish events are emitted 2023-05-05 17:25:38 +02:00
Ben Irvin
b012dc6e78 Bypass schema check and ignore fields and links that do not exist in destination
Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com>
2023-05-05 16:15:13 +02:00
Ben Irvin
7747d1d3d1 initial commit 2023-05-05 13:11:59 +02:00
Mark Kaylor
a8b0dcdf48 Move clearSelectedEntries last to avoid memory leak warning 2023-05-05 10:50:22 +02:00
Mark Kaylor
b37993cea7 Improve comments 2023-05-05 10:07:33 +02:00
Mark Kaylor
71ae8a9396 Refactor to use separate mutations + mutateAsync 2023-05-04 17:46:17 +02:00
Gustav Hansen
a7d616e158
Merge pull request #16616 from strapi/fix/rw-settings-btn-spacing
Fix: Reset gap between stage action buttons
2023-05-04 17:42:06 +02:00
Mark Kaylor
278a797873 Rename handleConfirmDeleteAll to handleBulkDelete to match the others and backend actions 2023-05-04 16:41:23 +02:00
Mark Kaylor
cac8feb45c Revert common func 2023-05-04 16:37:50 +02:00
Gustav Hansen
16b2e3c35b Fix: Remove drag handler preview when dragging a stage 2023-05-04 15:55:20 +02:00
Mark Kaylor
7eaadf31db Add space 2023-05-04 15:52:31 +02:00
Mark Kaylor
552e9c8850 Test correct text is visible instead of using function call 2023-05-04 15:50:50 +02:00
Gustav Hansen
b52e977182 Fix: Reset gap between stage action buttons 2023-05-04 15:34:01 +02:00
Mark Kaylor
1bffc6b541 Refactor useMutation callback and handle state in the mutate callbacks 2023-05-04 15:11:31 +02:00
Gustav Hansen
87a0a58adc Chore: Update success notification text 2023-05-04 15:00:30 +02:00
Paul
5b8969ab7b
Upd ru from en.json
Added 7 new strings
2023-05-04 15:37:00 +03:00
Josh
ef9ed92c45 chore: update ds@1.7.3 2023-05-04 11:45:05 +01:00
Mark Kaylor
3e4b3e46e3 Fix incorrect policies 2023-05-04 10:38:35 +02:00
Mark Kaylor
f2e769cd69 Refactor to check permissions on entities before passing to updateMany 2023-05-04 10:38:09 +02:00
Marc
a169d81090
Merge pull request #16484 from strapi/feat/declare-content-api-endpoints-in-admin 2023-05-04 10:09:05 +02:00
Convly
939beff915 Merge branch 'releases/4.10.2' 2023-05-03 15:18:53 +02:00
Convly
a02b19866a v4.10.2 2023-05-03 15:04:25 +02:00
Mark Kaylor
119b88a1b1 Add bulk publish and unpublish 2023-05-03 12:17:26 +02:00
Rémi de Juvigny
cbad4fadbc Move handle toggle modal 2023-05-03 11:04:14 +02:00
Rémi de Juvigny
7d26539c5a Move bulk confirm modal to same file 2023-05-03 10:53:33 +02:00
Rémi de Juvigny
1d283eb98e Mark feedback 2023-05-03 10:49:45 +02:00
Nathan Pichon
3fa939d16a
Merge pull request #15748 from strapi/chore/docs-api-ref
docs: api reference
2023-05-03 09:57:19 +02:00
Ben Irvin
507ee9eb29 move license to utils folder 2023-05-03 09:52:28 +02:00
Simen Daehlin
0185466fed
Merge branch 'main' into fix/rename-content-builder-message 2023-05-02 20:07:19 +01:00
Rémi de Juvigny
bd4011e1a8 Move confirm all dialogs to bulk actions bar file 2023-05-02 17:28:32 +02:00
Rémi de Juvigny
aa797ddd00 Merge remote-tracking branch 'origin/feature/bulk-publish' into bulk-publish/modals 2023-05-02 16:55:50 +02:00
Gustav Hansen
93c85d856d
Merge pull request #16585 from strapi/feature/review-workflow-1
Enhancement: Review workflow colors and reordering
2023-05-02 16:27:14 +02:00
Rémi de Juvigny
2f480c7ab9 Remove testId 2023-05-02 16:20:32 +02:00