28700 Commits

Author SHA1 Message Date
Gustav Hansen
f05ad58f69 Chore: Bump @strapi/design-system to 1.2.2 2022-08-29 12:12:33 +02:00
Simone Taeggi
531e9babf2 fix lint error and the redirection after creation of a token 2022-08-29 11:58:51 +02:00
dependabot[bot]
c376fdcf94
Bump react-refresh from 0.11.0 to 0.14.0
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.11.0 to 0.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v0.14.0/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 09:41:46 +00:00
Gustav Hansen
681e9dfce6
Merge pull request #14209 from strapi/dependabot/npm_and_yarn/storybook/addon-essentials-6.5.10
Bump @storybook/addon-essentials from 6.5.9 to 6.5.10
2022-08-29 11:41:38 +02:00
Simone Taeggi
c641c5d71d Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-29 11:31:38 +02:00
Simone
4f7db2ef72
Merge pull request #14180 from strapi/api-token-v2/settings-access-api-token
RBAC on API tokens settings access
2022-08-29 11:30:26 +02:00
Simone
3f3ec98101
Merge pull request #14108 from strapi/api-token-v2/last-activity-of-an-api-token
Add last activity column in the API tokens list
2022-08-29 11:29:18 +02:00
Simone
8e73c40e86
Merge pull request #14174 from strapi/api-token-v2/notification-text-save-button-triggered
Change notification message when we successfully save a created or edited token
2022-08-29 11:28:51 +02:00
Ben Irvin
2dea049a8c fix test 2022-08-29 10:50:46 +02:00
Simone Taeggi
09cb0f42a6 add the regenerate logic 2022-08-29 10:40:32 +02:00
Ben Irvin
7ed24a9edf
Merge pull request #14192 from strapi/api-token-v2/regenerate-tokens-api
Api Token v2/add regenerate controller tests
2022-08-29 10:38:42 +02:00
Gustav Hansen
905300f6e1 CM: Fix i18n LocalePicker component 2022-08-29 10:35:45 +02:00
Kevin Antonio Rateni Iatauro
df30b7a6c1
Merge branch 'main' into fix/settings-button-sizes 2022-08-29 09:51:12 +02:00
WalkingPizza
a25d813b6c Update snapshots 2022-08-29 09:50:46 +02:00
Ben Irvin
9aed7d9540 rename token-permission to api-token-permission 2022-08-29 09:17:31 +02:00
Marc-Roig
b2abaa9018 Merge branch 'main' into fix/delete-components-when-deleting-entity 2022-08-29 09:08:59 +02:00
Simone Taeggi
0a5f5c1d86 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-28 17:13:21 +02:00
Simone Taeggi
d95151a556 fix Expiration date when unlimited lifespan and the initial value of the Token duration in creation 2022-08-28 17:10:18 +02:00
Marc-Roig
6f76aee4d7 check if there are no components 2022-08-27 20:30:59 +02:00
Marc-Roig
2200f279ab clean webhook tests 2022-08-27 14:15:11 +02:00
Adedoyin Akande
fae51fab10
Merge branch 'main' into add-locales 2022-08-27 09:48:49 +01:00
Pierre Noël
3327196cce remove populate false only for the rest api, not in db layer 2022-08-26 21:01:50 +02:00
Pierre Noël
69945fd9bb handle populate: false 2022-08-26 21:01:50 +02:00
Pierre Noël
0ab458fe0d Allow the use of true, t, false, f, 1, 0 in addition to * when populating a field 2022-08-26 21:01:50 +02:00
Alexandre BODIN
4a6cd39aa9
Merge pull request #13720 from strapi/fix/add-relational-pks
Add primary keys to relational table
2022-08-26 19:21:20 +02:00
Alexandre Bodin
c71cf813d9 Merge branch 'main' of github.com:strapi/strapi 2022-08-26 18:41:56 +02:00
Alexandre Bodin
fba04f1219 Add some example in the docs 2022-08-26 18:41:48 +02:00
fdel-car
1bfb12eceb Rename platform to osPlatform 2022-08-26 18:35:19 +02:00
Fabien del Carmen
2f13051a23
Merge pull request #14201 from strapi/chore/update-tests-workflow
Limit the amount of GitHub Actions time consumed by tests
2022-08-26 18:23:45 +02:00
DMehaffy
e2568a0611
Merge branch 'main' into fix/add-relational-pks 2022-08-26 09:15:55 -07:00
Simone Taeggi
1cf7daf64b remove global.regenerate 2022-08-26 18:00:18 +02:00
Simone Taeggi
abae2c1e01 use theme spaces 2022-08-26 17:57:38 +02:00
Simone Taeggi
372b03fcc2 Merge branch 'features/api-token-v2' into api-token-v2/regenerate-an-api-token 2022-08-26 17:53:14 +02:00
Marc-Roig
867376ec1d add entity attributes when deleting components 2022-08-26 17:46:44 +02:00
Simone Taeggi
bfa840a610 Merge branch 'features/api-token-v2' into api-token-v2/notification-text-save-button-triggered 2022-08-26 17:32:33 +02:00
Simone
8625c98089
Merge pull request #14231 from strapi/api-token-v2/integrate-BE-on-save-token
[FE] Integrate the BE to Save a Token in Creation and Update
2022-08-26 17:30:48 +02:00
Simone Taeggi
0a63f1b69c update snapshots 2022-08-26 16:27:24 +02:00
Ben Irvin
697662421f allow empty array of permissions 2022-08-26 16:11:08 +02:00
Dieter Stinglhamber
db25b274e0 generate db config with all clients 2022-08-26 15:54:01 +02:00
Simone Taeggi
0987baaf4b add type selection 2022-08-26 15:48:04 +02:00
Pierre Wizla
e56c8caaca Update documentation link for custom fields
This URL will have to be changed again after the stable release
(docs-next.strapi.io will become docs.strapi.io)
2022-08-26 15:45:10 +02:00
Simone Taeggi
73a9f3c40c first attempt to fix the save action in both creation and updating 2022-08-26 15:39:09 +02:00
Ben Irvin
16537f199e validate lifespan 2022-08-26 15:27:47 +02:00
Jean-Sébastien Herbaux
d3357b87af
Merge pull request #14216 from strapi/api-token-v2/fix-update-custom-token-permissions
Fix permissions update for custom API tokens
2022-08-26 15:24:06 +02:00
Marc-Roig
2c388c291f update delete many to delete compos from db 2022-08-26 15:03:07 +02:00
Marc-Roig
c396c899b7 fix entity service webhook test 2022-08-26 15:00:10 +02:00
Marc-Roig
84352c1e88 update getComponents typing 2022-08-26 14:25:11 +02:00
Marc-Roig
4efd991865 update getComponents typing 2022-08-26 14:24:02 +02:00
Marc-Roig
6f2134bcd6 load components from entity manager load 2022-08-26 14:22:05 +02:00
Bassel Kanso
2e53c78e8f fix token type state 2022-08-26 14:52:18 +03:00