5555 Commits

Author SHA1 Message Date
Ben Irvin
dc90c752c8 remove old path 2022-08-31 10:57:13 +02:00
Ben Irvin
1e5f8e9fee fix test 2022-08-31 10:56:59 +02:00
WalkingPizza
f40c1f517a Allow USE RETURNING in SQLite 2022-08-31 10:56:06 +02:00
Bassel Kanso
e9fd658331 add a route to get contentApi Routes 2022-08-31 11:39:55 +03:00
Convly
b25318b945 Merge branch 'main' into features/api-token-v2 2022-08-31 10:37:47 +02:00
Jean-Sébastien Herbaux
b9538ea7c3
Merge pull request #14247 from strapi/api-token-v2/throw-on-unknown-permission
Validate & throw on unknown permissions for API tokens
2022-08-31 10:34:32 +02:00
Julie Plantey
dade723eb8
Merge pull request #14194 from WalkingPizza/fix/webhook-delete-string
Add missing translation strings for webhook creation form
2022-08-31 09:44:41 +02:00
Bassel Kanso
3e301e9c1e - Changes permissions layout
- Update tests
2022-08-31 01:57:31 +03:00
WalkingPizza
a367a3df2d Exclude source maps when loading APIs 2022-08-30 23:21:46 +02:00
WalkingPizza
9cf95c1b0b Fix global.users translation for ES 2022-08-30 22:44:11 +02:00
WalkingPizza
396878e337 Add defaultMessage for headers 2022-08-30 22:41:53 +02:00
WalkingPizza
2209eeca96 Add missing translation strings for webhook creation form 2022-08-30 22:33:54 +02:00
David Fariña
5a7e8e9807 Update upload plugin catalan translation 2022-08-30 16:49:56 +02:00
Simone Taeggi
830a050ece update snapshot 2022-08-30 16:07:04 +02:00
Julie Plantey
df448bd286 loadingMessage for SelectOne and SelectMany 2022-08-30 16:06:18 +02:00
Simone Taeggi
a2a351e587 replace Fleex with Stack to wrap regenerate and save buttons 2022-08-30 16:04:25 +02:00
Bassel Kanso
89c0fcb22d Merge branch 'features/api-token-v2' into api-token-v2/refactor-frontend 2022-08-30 16:56:25 +03:00
Simone Taeggi
de0b467279 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-30 15:48:41 +02:00
Gustav Hansen
51caa5f5a3 chore: Update e2e snapshot tests 2022-08-30 15:44:12 +02:00
Gustav Hansen
269c9cb988 chore: Resolve jest@26 TODO 2022-08-30 15:44:12 +02:00
Gustav Hansen
eaa938eaeb chore: Update frontend snapshot tests 2022-08-30 15:44:12 +02:00
Gustav Hansen
45ff887a21 chore: Update backend snapshot tests 2022-08-30 15:44:12 +02:00
Bassel Kanso
f6c5e11207 remove un needed files 2022-08-30 15:14:11 +03:00
Julie Plantey
f81f74d733 remove LoadingIndicator 2022-08-30 14:14:03 +02:00
Bassel Kanso
66a8ca3e0c update reducer tests 2022-08-30 15:12:05 +03:00
Simone Taeggi
32c12017fc created an hook for the token regeneration 2022-08-30 12:17:42 +02:00
Simone Taeggi
415afd8ee0 change the lifespan values 2022-08-30 11:21:04 +02:00
dependabot[bot]
c10f88ac79
Bump webpack-bundle-analyzer from 4.5.0 to 4.6.1
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 4.5.0 to 4.6.1.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.5.0...v4.6.1)

---
updated-dependencies:
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 09:11:41 +00:00
Convly
dc084f9102 Add missing await 2022-08-30 10:56:17 +02:00
Jean-Sébastien Herbaux
bd9ddaa84c
Merge pull request #14248 from strapi/api-token-v2/db-auto-sync-and-cleanup
Automatically synchronize and cleanup API tokens' permissions in database
2022-08-30 10:54:46 +02:00
Simone Taeggi
9abd9be5e2 add default value onRegenerate 2022-08-30 09:45:52 +02:00
Simone Taeggi
7a6632c2dd transform isLoadingConfirmation to state 2022-08-30 09:42:26 +02:00
Simone Taeggi
2cf2cbfdef Fix the console log and how to handle the API regenerate errors 2022-08-30 09:37:45 +02:00
Bassel Kanso
3aec1978f8 get permissions from backend 2022-08-29 23:06:14 +03:00
Convly
bf5534d725 Test consistency 2022-08-29 18:03:43 +02:00
Convly
dfad26d2a2 Fix test 2022-08-29 18:03:04 +02:00
Simone Taeggi
0085a895c2 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-29 17:56:39 +02:00
Pierre Noël
243c714652
Merge pull request #14124 from strapi/fix/populate-with-true
Allow the use of 'true', 't', 'false', 'f', '1', '0' when populating a field in REST API
2022-08-29 17:42:34 +02:00
Convly
e4b9dd5ab8 Simplify the delete request 2022-08-29 17:39:41 +02:00
Convly
a80e83d397 Remove console.log 2022-08-29 17:36:22 +02:00
Convly
f506369ce6 Sync permissions in DB with existing one, automatic cleanup on schema deletion 2022-08-29 17:32:41 +02:00
Julie Plantey
9496693a31
Merge pull request #14195 from WalkingPizza/fix/settings-button-sizes
Make all settings header primary actions small
2022-08-29 16:51:46 +02:00
Convly
e7ca50f6b9 Validate permissions for api-tokens & throw on unknown permissions 2022-08-29 16:33:41 +02:00
Pierre Noël
b17d1001c8 refactor DZ populate for better clarity 2022-08-29 16:15:09 +02:00
Julie Plantey
5a80b2ce6f LoadingMessage component for ReactSelect 2022-08-29 16:02:19 +02:00
Pierre Noël
6c4039e3f1 remove useless code 2022-08-29 15:22:47 +02:00
Simone Taeggi
82dd45f219 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-29 14:25:01 +02:00
Gustav Hansen
f6856af241
Merge pull request #14241 from strapi/chore/bump-ds-1-2-2
Chore: Bump @strapi/design-system to 1.2.2
2022-08-29 13:56:30 +02:00
Gustav Hansen
ecb3643ab5
Merge pull request #14178 from strapi/fix/list-settings-view-tests
CM: Fix test errors in ListSettingsView
2022-08-29 13:56:04 +02:00
Gustav Hansen
c4f77eee2d
Merge pull request #14240 from strapi/dependabot/npm_and_yarn/react-refresh-0.14.0
Bump react-refresh from 0.11.0 to 0.14.0
2022-08-29 12:54:16 +02:00