29813 Commits

Author SHA1 Message Date
Mark Kaylor
7c9c2d13d7 Move validation and handler to page level 2023-05-02 09:57:37 +02:00
Mark Kaylor
e254aa5093 Validate selected entries for bulk publish 2023-05-02 09:57:37 +02:00
Fernando Chavez
f67642c741 fix lint error 2023-05-02 09:57:37 +02:00
Fernando Chavez
13629d27e9 fix names on proptypes of new bulk actions bar component 2023-05-02 09:57:37 +02:00
Fernando Chavez
747625f64a change cloneElement for a render function on helper-plugin's dynamicTable 2023-05-02 09:57:37 +02:00
Fernando Chavez
cb873f9d13 add canPublish to conditions to show the bulk buttons 2023-05-02 09:57:37 +02:00
Fernando Chavez
7fcfb9f9a8 Send the canPublish permissions to the DynamicTable on content manager 2023-05-02 09:57:37 +02:00
Fernando Chavez
dfced8d998 Add a new bulkActionsBar prop to DynamicTable from helper-plugins and changes to the table on content manager to have the new bulk publish buttons 2023-05-02 09:57:36 +02:00
Jean-Sébastien Herbaux
cd5e791448
Merge pull request #16516 from strapi/ts-support-2/automatic-type-generation 2023-05-02 09:45:07 +02:00
Josh
b728ee36e7
Merge pull request #16576 from strapi/dependabot/npm_and_yarn/core-js-3.30.1 2023-05-02 08:21:02 +01:00
Josh
2ce938337d
Merge pull request #16578 from strapi/dependabot/npm_and_yarn/react-intl-6.4.1 2023-05-02 08:20:36 +01:00
dependabot[bot]
6ed2132d3a
Bump react-intl from 6.3.2 to 6.4.1
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.3.2 to 6.4.1.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.3.2...react-intl@6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-30 23:56:52 +00:00
dependabot[bot]
2d5c81787c
Bump core-js from 3.28.0 to 3.30.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.28.0 to 3.30.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-30 23:54:43 +00:00
DMehaffy
83d394f47f
Merge pull request #16567 from strapi/fix/ssoDomain
Fix typo in config path for SSO domain
2023-04-28 16:52:20 -07:00
Ben Irvin
be0708f55b
Merge pull request #16556 from strapi/chore/update-typescript-eslint-packages 2023-04-28 19:00:16 +02:00
derrickmehaffy
2382e26b97 fix typo in config path for SSO domain 2023-04-28 09:42:28 -07:00
derrickmehaffy
3346d35dad Merge remote-tracking branch 'origin/main' into fix/ssoDomain 2023-04-28 09:41:28 -07:00
Marc
bb1b227338
Merge pull request #16550 from strapi/fix/review-workflows-depends-on 2023-04-28 18:04:24 +02:00
Christian
af7b42e8d1
Merge pull request #16553 from strapi/fix/protect-assets-backup 2023-04-28 17:17:23 +02:00
Ben Irvin
3096b9731e
Merge pull request #16558 from strapi/chore/remove-uuid 2023-04-28 15:50:30 +02:00
Ben Irvin
7f59ba7dc0
Merge branch 'main' into chore/update-typescript-eslint-packages 2023-04-28 15:27:36 +02:00
Jean-Sébastien Herbaux
4fcb5e85a3
Merge branch 'main' into ts-support-2/automatic-type-generation 2023-04-28 15:23:57 +02:00
Convly
3e8abc125d Change the config key for ts autogenerate 2023-04-28 15:21:58 +02:00
Alexandre BODIN
dceea7201b
Force manual build to run lint to avoid unnecessary rebuilds (#16532) 2023-04-28 15:20:20 +02:00
Christian
8e7ea5e7c7
Merge branch 'main' into fix/protect-assets-backup 2023-04-28 15:05:58 +02:00
Christian Capeans
a8924d2ce6 Remove unnecessary comma 2023-04-28 14:59:50 +02:00
Christian Capeans
890169a17f Improve error message 2023-04-28 14:54:53 +02:00
Marc-Roig
620567022a
fix: persist tables after sync 2023-04-28 13:28:17 +02:00
Christian Capeans
87a65c6c1a Merge branch 'fix/protect-assets-backup' of https://github.com/strapi/strapi into fix/protect-assets-backup 2023-04-28 13:20:08 +02:00
Christian Capeans
1b52da5cd7 Improve error message 2023-04-28 13:19:14 +02:00
Ben Irvin
e39448b81e update yarn 2023-04-28 12:19:55 +02:00
Ben Irvin
99ad20fe12 remove uuid types 2023-04-28 12:10:41 +02:00
Ben Irvin
b47b339a49 replace uuid package with crypto.randomUUID 2023-04-28 12:02:35 +02:00
Marc-Roig
c20f16e930
fix: do not remove tables if array is empty 2023-04-28 11:57:28 +02:00
Ben Irvin
6e3afa1dd6 update packages 2023-04-28 10:56:42 +02:00
Pierre Burgy
7bbc3b8d3d
Init Git on project creation (#16277)
Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2023-04-28 10:43:00 +02:00
dependabot[bot]
328154a2fc
Bump ws from 8.11.0 to 8.13.0 (#16512)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 08:43:14 +02:00
dependabot[bot]
43c26be870
Bump better-sqlite3 from 8.0.1 to 8.3.0 (#16513)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 08:42:04 +02:00
dependabot[bot]
722c08e73f
Bump jest-cli from 29.0.3 to 29.5.0 (#16540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 08:38:10 +02:00
Arthur Brière
a5b1fb51c4
fix/fix-typo-in-fr-translations (#16544) 2023-04-28 08:37:05 +02:00
Ben Irvin
01c02b51b4
Rename build directory to build-command so it doesn't get ignored (#16523) 2023-04-28 08:27:31 +02:00
Christian
a3ab33afac
Merge branch 'main' into fix/protect-assets-backup 2023-04-27 22:14:06 +02:00
Christian Capeans
fff1cd3933 Avoid creating the backup folder if assets are not transfered 2023-04-27 22:07:19 +02:00
Marc-Roig
e88eee0ecf
fix: transform depdns on to array 2023-04-27 18:29:48 +02:00
Marc-Roig
9dae8499d5
fix: depends on should be an array 2023-04-27 18:11:17 +02:00
Ben Irvin
2b77c4ac88
Merge pull request #16525 from strapi/fix/builder-set-collection-name 2023-04-27 15:54:47 +02:00
Ben Irvin
c33855d39e
Merge pull request #16508 from strapi/chore/add-error-on-empty-content-type-folder 2023-04-27 14:22:54 +02:00
Christian Capeans
1b8a5a7866 Improve error when assets backup folder cannot be created 2023-04-27 14:06:30 +02:00
Gustav Hansen
7d1e4b18e2
Merge pull request #16533 from strapi/chore/drag-layer-helper-plugn
Chore: Split DragLayer out of the CM and make it available across the app
2023-04-27 13:07:01 +02:00
Josh
300b0c59e9
Merge pull request #16543 from strapi/fix/autoreload-overlay-blocker-api 2023-04-27 11:59:41 +01:00