32846 Commits

Author SHA1 Message Date
Gustav Hansen
6601e325f0 Chore: Cleanup unused utilities and use named exports 2023-08-16 15:45:46 +02:00
Gustav Hansen
70d1dd7bae Fix: Remove duplicated routes check 2023-08-16 15:45:46 +02:00
Gustav Hansen
731d9de4e2 Fix: Load strapi version info non-blocking 2023-08-16 15:45:46 +02:00
Gustav Hansen
e086850c61 Fix: Reverse route filtering / creation 2023-08-16 15:45:46 +02:00
Gustav Hansen
28d1094c1c Chore: Move createRoute to a named export 2023-08-16 15:45:46 +02:00
Gustav Hansen
7e0f6e67fa Chore: Move all admin route imports to named imports 2023-08-16 15:45:46 +02:00
Gustav Hansen
c8cc44ef2c Chore: Move 404 and 500 error pages a router level up 2023-08-16 15:45:46 +02:00
Gustav Hansen
100e4333e3 Chore: Remove duplicated 404 route 2023-08-16 15:45:45 +02:00
Gustav Hansen
4b8caddebd Chore: Flatten InternalErrorPage 2023-08-16 15:45:45 +02:00
Gustav Hansen
8f466913fc Chore: Replace plugin initializer reducer with local state 2023-08-16 15:45:45 +02:00
Gustav Hansen
e43368e10e Chore: Dissolve AppLayout and PluginInitializer 2023-08-16 15:45:45 +02:00
Gustav Hansen
9bdd5931a1 Chore: Use named exports for Admin and PluginsInitializer 2023-08-16 15:45:45 +02:00
Gustav Hansen
5ab2f0a5a8 Chore: Flatten NotFoundPage and UseCasePage 2023-08-16 15:45:45 +02:00
Gustav Hansen
897b6d3635 Chore: Cleanup AuthenticatedApp 2023-08-16 15:45:43 +02:00
Marc-Roig
c1935e7004
v4.12.5 v4.12.5 2023-08-16 15:37:43 +02:00
Ben Irvin
6356087a1a use validate sanitize pattern with graphql 2023-08-16 14:38:49 +02:00
Ben Irvin
3bc59619a7
Merge branch 'main' into fix/sanitization-throw-instead-of-filter 2023-08-16 10:51:49 +02:00
Marc Roig
04fc8a0875
Merge pull request #17464 from strapi/poc/permissions-parametrized-actions 2023-08-16 08:51:33 +02:00
Gustav Hansen
f0b1674217 Chore: Refactor NotFoundPage tests 2023-08-15 16:05:19 +02:00
Gustav Hansen
a23be30700 Chore: Refactor app entry file 2023-08-15 16:05:17 +02:00
Gustav Hansen
0b2975dbed
Merge pull request #17669 from strapi/chore/application-infos
Chore: Refactor data-fetching and simplify ApplicationInfosPage
2023-08-15 16:03:49 +02:00
Gustav Hansen
6ebff0d750
Merge pull request #17675 from strapi/fix/use-auth-providers-defaults
Fix: Improve default value for useAuthProviders()
2023-08-15 15:58:22 +02:00
Gustav Hansen
5b4e4c1582 Fix: Improve default value for useAuthProviders() 2023-08-15 14:56:26 +02:00
Gustav Hansen
db5100ef87
Merge pull request #17535 from x3r0z/feature/add-val-locale
added support for Valencian locale
2023-08-15 10:46:24 +02:00
Pedro Perez
cfa980ba5a Chore: Add support for valencian locale 2023-08-15 10:36:47 +02:00
Gustav Hansen
329996be48
Merge pull request #17488 from douglasduteil/patch-1
chore(@​strapi/typescript-utils): add repository info to package.json
2023-08-15 10:29:06 +02:00
Gustav Hansen
28ca828887
Merge pull request #17673 from strapi/chore/refactor-ee-hooks
Chore: Reorganize enterprise hooks
2023-08-15 10:25:56 +02:00
Gustav Hansen
6ddda220e3
Merge pull request #17667 from strapi/chore/refactor-email
Chore: Refactor email plugin settings page
2023-08-15 10:25:21 +02:00
Gustav Hansen
a25fd821fe Chore: Reorganize ee hooks 2023-08-15 09:33:31 +02:00
Gustav Hansen
da16cb301f Chore: Refactor data-fetching and simplify ApplicationInfosPage 2023-08-15 09:15:23 +02:00
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
Jamie Howard
ec1176b582 chore: move stage transition UID to constants 2023-08-14 15:12:48 +01: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
4ded186518
Merge pull request #17645 from strapi/fix/admin-ts-config
Fix: Disable noImplicitAny until the admin app can be typed
2023-08-14 14:03:06 +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