25036 Commits

Author SHA1 Message Date
Gustav Hansen
a3604a0848 Chore: Add react-query as dependency 2023-08-15 09:01:56 +02:00
Gustav Hansen
877d1af4c4 Chore: Refactor email plugin settings page 2023-08-15 09:01:56 +02:00
Gustav Hansen
f580dff85c
Merge pull request #17650 from strapi/chore/refactor-roles
Chore: Refactor roles list, create and edit pages
2023-08-15 08:51:02 +02:00
Gustav Hansen
9ba1295cad
Merge pull request #17668 from strapi/chore/fresh-data-list-view
Fix: Ensure fresh data for list and edit-views (api-tokens, users)
2023-08-14 19:10:19 +02:00
Gustav Hansen
b9e53ea6f5
Merge pull request #17665 from strapi/fix/list-settings-view
Fix: Remove configure the view confirmation
2023-08-14 19:08:34 +02:00
Gustav Hansen
a108fabe0c
Merge pull request #17609 from bogdaaamn/fix/list-view-shows-empty-content
fix: ListView in ApiTokens and TransferTokens shows empty content table
2023-08-14 14:59:32 +02:00
Gustav Hansen
91aa969a19 Fix: Disable noImplicitAny until the admin app can be typed 2023-08-14 13:10:46 +02:00
Gustav Hansen
7d704685ab Fix: Ensure fresh data for list and edit-views (api-tokens, users) 2023-08-14 12:29:30 +02:00
Marc Roig
3a01852244
Merge pull request #17620 from strapi/fix/update-entity-with-postgres-schema 2023-08-14 11:50:02 +02:00
Gustav Hansen
52d2197ac4 Fix: Links shall be links, buttons shall be buttons 2023-08-14 11:47:12 +02:00
Gustav Hansen
128f6a2eb9 Chore: Merge pages and page permissions 2023-08-14 11:25:48 +02:00
Gustav Hansen
e3b9c0746f Fix: Remove configure the view confirmation 2023-08-14 11:17:27 +02:00
Gustav Hansen
4413faece7 Chore: Update tests 2023-08-14 10:19:12 +02:00
Gustav Hansen
4610235fbe Chore: Simplify providers page 2023-08-14 10:19:12 +02:00
Gustav Hansen
b021fe781a Chore: Cleanup providers page 2023-08-14 10:19:12 +02:00
Gustav Hansen
86a45d30ed Chore: Cleanup advanced settings and email templates 2023-08-14 10:19:12 +02:00
Gustav Hansen
c696619b98 Chore: Move usePlugins closer to roles pages 2023-08-14 10:19:12 +02:00
Gustav Hansen
910d480b1b Chore: Remove superfluous hook 2023-08-14 10:19:12 +02:00
Gustav Hansen
6f37fbb69e Chore: Dissolve useFetchRole 2023-08-14 10:19:12 +02:00
Gustav Hansen
f4ba1601a6 Chore: Remove superfluous hook 2023-08-14 10:19:12 +02:00
Gustav Hansen
33648d2a93 Chore: Remove pluginId references 2023-08-14 10:19:12 +02:00
Gustav Hansen
7ec374bb0c Chore: Refactor data-fetching and use react-query 2023-08-14 10:19:12 +02:00
GitStart
30572eae26
fix: Removes fixed id binded to the WYSIWYG editor (#16822)
Co-authored-by: phunguyenmurcul <51897872+phunguyenmurcul@users.noreply.github.com>
Co-authored-by: Madhuri Sandbhor <madhurisandbhor@gmail.com>
2023-08-14 08:24:11 +02:00
Gustav Hansen
5e2a5a68ec Chore: Skip u&p test 2023-08-11 12:48:28 +02:00
Jean-Sébastien Herbaux
c716668c13 Update packages/admin-test-utils/tsconfig.json
Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2023-08-11 12:04:32 +02:00
Josh
72de12fce0 fix: expect-error for mock 2023-08-11 12:04:32 +02:00
Convly
f2fded55cf v4.12.4 2023-08-11 12:04:32 +02:00
Fernando Chávez
54c54fabf3
Merge pull request #17628 from strapi/fix/marketplace-notification-timeout
Add timeout to marketplace notification on prod
2023-08-11 09:48:13 +02:00
Marc-Roig
39d2988c52
fix: use regular join table name in mysql 2023-08-11 09:43:38 +02:00
Marc-Roig
814b6f01bd
fix: use correct table schema 2023-08-10 09:39:27 +02:00
Josh
996ba09add
chore: update storybook to v7 (#17632) 2023-08-10 08:32:54 +01:00
Fernando Chavez
c8c3ac537a add timeout to marketplace notification on prod 2023-08-09 12:23:52 +02:00
Marc-Roig
fd59fcea30
fix: use getConnection for raw query 2023-08-09 12:15:25 +02:00
Marc-Roig
ec9ae96d83
test: revert raw connection to test CI 2023-08-09 10:20:25 +02:00
Josh
04dc3a8af3
chore: update ds to 1.9.0 (#17621) 2023-08-09 09:04:34 +01:00
Jamie Howard
f99537daf7
Merge pull request #17600 from strapi/fix/cm-single-types-nav 2023-08-09 08:48:31 +01:00
Marc-Roig
5a7bc5aa02
fix: use get connection to execute raw query 2023-08-09 09:25:07 +02:00
Bogdan Covrig
6db1de120f fix: Update ContentLayout in TransferTokens 2023-08-08 16:29:02 +02:00
Bogdan Covrig
b358b1b490 fix: Update ContentLayout in ApiTokens 2023-08-08 16:28:52 +02:00
Jamie Howard
66f2ed977b fix(content-manager): check that permissions are valid in useSyncRbac 2023-08-08 13:17:15 +01:00
Jamie Howard
9845be9dfe Revert "fix(content-manager): simplify useSyncRbac hook"
This reverts commit 1ed84f743b1cac2f2cececa8fd74f28c79362eb9.
2023-08-08 12:44:52 +01:00
Fernando Chávez
23c79d1884
Merge pull request #17589 from strapi/fix/not-existing-pages
Go to the last page if current page doesn't exist
2023-08-08 12:56:23 +02:00
smoothdvd
867aabe972
Merge branch 'main' into claude-ai-translate 2023-08-08 18:24:52 +08:00
Simone
3e0f6d3514
Revert "List view: new cog button icon with the view settings in the list view page (#17551)" (#17601)
This reverts commit e786f44833aad311e0ef669a7e98aa21ced2bd0a.
2023-08-08 12:05:25 +02:00
Fernando Chavez
8dbc3c09ee go to the last page if page doesn't exist 2023-08-08 11:56:03 +02:00
Paul
a92367510f
Update ru.json (#17516)
Added two new strings from en.json
2023-08-08 11:51:23 +02:00
Simone
e786f44833
List view: new cog button icon with the view settings in the list view page (#17551)
* new view settings menu implementation inside the list view

* add custom styl to the FieldPicker options

* refactor the FieldPicker component ui

* remove useless Box component from the FieldPicker

* remove useless Box

* remove import

* add missing await to waitfor
2023-08-08 11:43:05 +02:00
Jamie Howard
1ed84f743b fix(content-manager): simplify useSyncRbac hook 2023-08-08 10:29:15 +01:00
Josh
2274e5e04f
fix: cannot clear date-field (#17599) 2023-08-08 09:27:20 +01:00
Ben Irvin
1286ab7044
Merge pull request #17592 from strapi/chore/upgrade-mysql2-3.6.0 2023-08-08 09:51:51 +02:00