32516 Commits

Author SHA1 Message Date
Alexandre Bodin
749e4c3238 Merge branch 'releases/4.13.6' 2023-09-13 17:43:50 +02:00
Alexandre Bodin
d44586fa07 v4.13.6 v4.13.6 2023-09-13 17:35:18 +02:00
Mark Kaylor
ffe87e8131 Merge tag 'v4.13.5' into releases/4.13.6
v4.13.5
2023-09-13 17:05:03 +02:00
Gustav Hansen
4885a6e8df
Merge pull request #17920 from strapi/fix/relation-input-wrapping
fix(CM): fix relation layout
2023-09-13 10:45:57 +02:00
Gustav Hansen
b43f445a65 chore: update snapshot tests 2023-09-13 10:21:40 +02:00
Alexandre Bodin
0ae5ef0078 Merge branch 'releases/4.13.5' 2023-09-12 16:51:13 +02:00
Alexandre Bodin
955393fc3e v4.13.5 v4.13.5 2023-09-12 16:40:40 +02:00
Alexandre BODIN
e22b016617
Merge pull request #18028 from strapi/fix/backend-url-can-be-empty-string 2023-09-12 16:05:49 +02:00
Josh
4d92b11512 fix: set a fallback where we define window.strapi.backendURL 2023-09-12 13:45:08 +01:00
Gustav Hansen
7029d9027e fix(CM): fix relation layout 2023-09-12 13:35:05 +02:00
Gustav Hansen
370794f1fa
Merge pull request #18004 from strapi/dependabot/npm_and_yarn/vercel/ncc-0.38.0
chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0
2023-09-12 13:32:05 +02:00
Gustav Hansen
9481ffd311
Merge pull request #18007 from strapi/dependabot/npm_and_yarn/nx-16.8.1
chore(deps-dev): bump nx from 16.7.2 to 16.8.1
2023-09-12 13:30:36 +02:00
Simone
e3a5416487
[Bugfix] Bulk publish/unpublish for non-default locale entities (#17941)
* pass the locale to the publish and draft relations calls

* fix the problem for entities without internationalization and add unit tests
2023-09-12 10:40:51 +02:00
DMehaffy
c03a0a4a28
Merge pull request #18017 from strapi/gh/issue-template
Update GH bug report template
2023-09-11 20:08:01 -07:00
Alexandre Bodin
0cc6505a60 Merge branch 'releases/4.13.4' 2023-09-11 19:18:25 +02:00
Alexandre Bodin
0bd5f29edd v4.13.4 2023-09-11 19:08:12 +02:00
Josh
3e310c9743 fix: fallback to window.location.href if backendURL is not defined (#17982)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-09-11 19:05:40 +02:00
Josh
ee84e7403c fix: relativeURLs fail with appendSearchParamsToUrl (#17967)
Co-authored-by: ramiel <ramielwan48@gmail.com>
2023-09-11 19:05:28 +02:00
derrickmehaffy
e44a8f633f readd line about v3 2023-09-11 09:05:58 -07:00
derrickmehaffy
a7b5289105 Update GH bug report template 2023-09-11 08:28:42 -07:00
Jamie Howard
85fd4f30b6
Merge pull request #18011 from strapi/feature/test-content-api-stages v4.13.4 2023-09-11 14:54:56 +01:00
Ben Irvin
02f0653f8c
Merge pull request #17984 from iKasch/patch-1 2023-09-11 12:26:42 +02:00
Jamie Howard
4339191e89 test(api): correct return format for strapi_stage attribute 2023-09-11 10:49:21 +01:00
Josh
ef41a56cf1
fix: fallback to window.location.href if backendURL is not defined (#17982)
Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
2023-09-11 10:31:21 +01:00
Gustav Hansen
ef5f997c57
chore(deps): update @strapi/design-system and @strapi/icons to 1.10.1 (#17948) 2023-09-11 09:00:13 +01:00
dependabot[bot]
318e018ed8
chore(deps): bump actions/checkout from 3 to 4 (#17998)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:10:58 +01:00
dependabot[bot]
7324892be2
chore(deps-dev): bump the eslint group with 1 update (#18000)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:10:08 +01:00
dependabot[bot]
957bda4927
chore(deps-dev): bump nx from 16.7.2 to 16.8.1
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.7.2 to 16.8.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.8.1/packages/nx)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-10 23:58:49 +00:00
dependabot[bot]
8b879c98f5
chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.36.1...0.38.0)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-10 23:56:01 +00:00
Kim
16d578cf27
fix typo in import 2023-09-08 19:33:19 +02:00
Jamie Howard
c0a61c7e40
Merge pull request #17887 from strapi/feature/test-content-api-sanitization 2023-09-08 14:52:43 +01:00
Jamie Howard
fe6dccf668 chore(api-tests): move sanitization test to review workflows test suite 2023-09-08 13:39:58 +01:00
Jamie Howard
57b2df46d6 test(api): correct sanitization of admin user private attributes 2023-09-07 15:52:52 +01:00
Josh
a2ae4cacae
fix: relativeURLs fail with appendSearchParamsToUrl (#17967)
Co-authored-by: ramiel <ramielwan48@gmail.com>
2023-09-07 13:16:35 +01:00
markkaylor
c3ed9a49c7
Fix check pr status causing a local diff (#17961) 2023-09-07 09:31:45 +02:00
Fernando Chávez
a11eb0ca76
Merge pull request #17850 from antgel/enlarge_expand_wysiwyg
Make expanded WYSIWYG editor fill 90% of the viewport
2023-09-07 09:07:06 +02:00
Jim LAURIE
1feb571a91
Add event to sync project data more frequently - admin users count + active admin users count (#17857)
Co-authored-by: Marc-Roig <marc12info@gmail.com>
2023-09-07 00:13:09 +02:00
Marc Roig
d109764325
Merge pull request #17954 from strapi/releases/4.13.3 2023-09-06 17:44:31 +02:00
Convly
73975e0c4a Merge branch 'main' of github.com:strapi/strapi into releases/4.13.3 2023-09-06 15:16:24 +02:00
Convly
377efaba51 v4.13.3 v4.13.3 2023-09-06 15:02:03 +02:00
Convly
42e9b4e200 Fix peer dependency 2023-09-06 15:01:40 +02:00
Jean-Sébastien Herbaux
9861c9033a
Merge pull request #17829 from strapi/dependabot/npm_and_yarn/typescript-5.2.2 2023-09-06 14:51:14 +02:00
Gustav Hansen
7a23e39235
Merge pull request #17935 from strapi/fix/assignee-test-suite
chore(review-workflow): enable assignee test-suite
2023-09-06 14:38:38 +02:00
Ben Irvin
893e0ebbed
Merge pull request #17908 from strapi/dependabot/npm_and_yarn/better-sqlite3-8.6.0 2023-09-06 14:17:56 +02:00
Convly
69fa9f3509 Add the ID property to the filter objects 2023-09-06 10:05:20 +02:00
Jean-Sébastien Herbaux
deb0c4d12c
Merge pull request #17937 from strapi/fix/missing-id-property-in-filters-object 2023-09-06 10:02:31 +02:00
dependabot[bot]
f0145d6a84
chore(deps): bump typescript from 5.1.3 to 5.2.2
Dependabot couldn't find the original pull request head commit, 3665f011c6fd6ed297725e27f920242fba07c668.
2023-09-05 14:21:09 +00:00
Jean-Sébastien Herbaux
5a2b790ac9
Merge branch 'main' into fix/missing-id-property-in-filters-object 2023-09-05 16:16:04 +02:00
Convly
9dc4fc8fc3 Add the ID property to the filter objects 2023-09-05 16:02:41 +02:00
Gustav Hansen
5c44739d1b chore(review-workflow): enable assignee test-suite 2023-09-05 15:44:23 +02:00