33883 Commits

Author SHA1 Message Date
Convly
67a0dd0970 v4.25.1 v4.25.1 2024-06-19 15:30:18 +02:00
Simone
b11829e6c6
NPS: Update frequency of the NPS (#20492)
* enhancement(admin): change postFirstDismissal and display delays

* enhancement(admin): change the display delay
2024-06-17 10:05:47 +02:00
Marc Roig
a64ced5364
v4.25.0 (#20500) 2024-06-12 14:57:09 +02:00
Nathan Pichon
8cc7465152
feat(cli): cloud cli commands (v4) (#20119)
* feat(cli): add cloud commands

Co-authored-by: Gonzalo Garcia <nouvellegon@gmail.com>
Co-authored-by: nathan-pichon <nathan.pichon@strapi.io>
Co-authored-by: Abdallah M <55534657+abdallahmz@users.noreply.github.com>
2024-06-12 10:13:08 +02:00
Ben Irvin
b4115cb216
test: temporarily disable broken edit ctb tests on CI (#20481) 2024-06-10 16:20:54 +02:00
Simone
5554458dc7
fix(chore): increase specificity of the Lightning icon color (#20467) 2024-06-10 09:55:35 +02:00
Ben Irvin
f4ff842a3c
test: backport cli tests (#20433) 2024-06-07 13:04:56 +02:00
Simone
8b56147542
Replace lock icon with lightning icon in the Settings and Navbar links (#20413)
* feat(navlinks): replace lock icon with lightning icon

* Feat(navLinks): revert lockIcon property name

* feat(navlinks): fix badge icon style

* feat(navlinks): add an explicit timeout to pass e2e tests

* feat(navlinks): skip the e2e tests failing in the CI

* feat(navlinks): remove attempts to fix the e2e tests faiing
2024-06-05 17:28:39 +02:00
markkaylor
670141ad3d
Merge pull request #20437 from strapi/releases/4.24.5
v4.24.5 - develop
2024-06-05 15:50:43 +02:00
Jean-Sébastien Herbaux
adb9db5660
Fix: Query Validation in Files' Admin API (#20389)
Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
2024-06-05 15:47:11 +02:00
Mark Kaylor
66cff7f86d v4.24.5 v4.24.5 2024-06-05 15:31:43 +02:00
Alexandre BODIN
7677002a2c
Merge pull request #20417 from strapi/sec/updateMySQL2
Update MySQL2 Dependency to v3.10.0
2024-06-03 18:47:45 +02:00
Alexandre BODIN
94739c5a56
Merge branch 'develop' into sec/updateMySQL2 2024-06-03 10:40:03 +02:00
Ben Irvin
28515f3338
chore(ci): remove mysql_native_password in test container (#20400) 2024-06-03 10:30:06 +02:00
Alexandre BODIN
1b03d7e2c0
Merge pull request #19590 from med8bra/fix/strapi-csp-merge
fix(security-middleware): fix config merging with defaults
2024-06-03 10:10:30 +02:00
Derrick Mehaffy
ecf067efd8 Update MySQL2 Dependency to v3.10.0 2024-05-31 11:35:07 -07:00
Simone
9e68799d22
chore(deps): bump @strapi/design-system from 1.18.0 to 1.19.0 (#20408)
* chore(deps): bump @strapi/design-system from 1.18.0 to 1.19.0

* chore(deps): bump design-system typescript version
2024-05-31 14:04:23 +02:00
Convly
bb2e16aa06 v4.24.4 v4.24.4 2024-05-29 16:52:07 +02:00
Jean-Sébastien Herbaux
c80d4d9b20
[TS] Update position attribute to be optional in relation reordering types (#20370) 2024-05-27 09:33:47 +02:00
Convly
8d33a8c285 Merge tag 'v4.24.3' into develop
v4.24.3
2024-05-22 16:46:48 +02:00
Convly
aa35157a65 v4.24.3 v4.24.3 2024-05-22 16:43:50 +02:00
Benjamin Robinet
bd269fa8b5
feat: add missing attributes to Media in typescript generator (#19329) 2024-05-22 10:40:37 +02:00
Ben Irvin
5277eaf60c
fix(ctb): validate pluralName and collectionName correctly (#20347) 2024-05-22 09:59:58 +02:00
Simone
0c9f2e7cee
fix(chore): replace use-context-selector context with React Context (#20287)
* fix(chore): replace use-context-selector context with React Context

* fix(chore): remove the selector

* fix(chore): remove use-context-selector

* fix(chore): fix prettier issue
2024-05-21 04:37:59 -04:00
Ben Irvin
48a7b1e909
chore: sync e2e tests with v5 branch (#20334) 2024-05-20 11:15:57 +02:00
med8bra
0d2c6df081
Merge branch 'develop' into fix/strapi-csp-merge 2024-05-15 00:55:52 +01:00
Marc Roig
c413ad99eb
release: v4.24.2 to develop (#20280) 2024-05-08 17:07:53 +02:00
Jundee Mark Gerona Molina
53507a6240
fix(cm): back button on ListSettingsView doesn't work (#20263) 2024-05-08 13:33:47 +01:00
Alexandre BODIN
9c79921d22
Merge pull request from GHSA-wrvh-rcmr-9qfc
Add validation for custom U&P OAuth callbacks
2024-05-03 08:57:52 +02:00
DMehaffy
1c8a79056b
Merge branch 'develop' into enhancement/up-custom-callback-validation 2024-05-02 10:16:35 -07:00
Marc Roig
ca6c7c80ec
release: 4.24.1 to develop (#20248)
* fix(admin): if were in EE mode wait for the EE routes to be loaded before rendering (#20238)

* fix: issue 20138 (#20240)

* v4.24.1

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2024-05-02 17:14:54 +02:00
Fernando Chávez
de77e236e3
fix(content-manager): bulk publish would only ever show first entry to be published (#20234)
* fix(content-manager): Fix bulk publish selection

* chore: refactor & simplify bulk publish

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
2024-05-01 09:34:34 +01:00
markkaylor
a76a2ee7a9
Merge pull request #20196 from strapi/releases/4.24.0
chore(develop): release v4.24.0
2024-04-24 14:57:04 +02:00
Mark Kaylor
bfa5109619 v4.24.0 v4.24.0 2024-04-24 14:48:42 +02:00
Alexandre BODIN
f7fb988caf
Merge pull request #20190 from strapi/chore/updateSecurityPolicy
Update SECURITY.md with changes related to Strapi 5 Beta
2024-04-24 08:48:02 +02:00
DMehaffy
515e540798
Update SECURITY.md with changes related to Strapi 5 Beta 2024-04-23 15:37:06 -07:00
Alexandre BODIN
6ad256cd15
Merge pull request #20180 from strapi/fix/issue-19660
fix: content could be undefined
2024-04-23 16:00:18 +02:00
Alexandre Bodin
e8698b6f7b fix: content could be undefined 2024-04-23 14:50:38 +02:00
Alexandre BODIN
bbb5d9ccd7
Merge pull request #20171 from strapi/fix/ee-not-extending-metrics
fix: ee not being extended because no default export
2024-04-23 13:16:52 +02:00
Alexandre Bodin
ab53783744 chore: remove use of entity service 2024-04-23 11:26:27 +02:00
Alexandre Bodin
3b831b1504 fix: ee not being extended because no default export 2024-04-22 16:09:50 +02:00
Alexandre BODIN
0e2e3dbbe6
Merge pull request #20044 from strapi/fix/cors-5
Make cors middleware compliant with the intended spec
2024-04-18 10:39:32 +02:00
Jean-Sébastien Herbaux
8515737c99
Merge branch 'develop' into fix/cors-5 2024-04-17 16:40:04 +02:00
Alexandre BODIN
0742c5784d
enhancement: use file path in place of streams to optimize sharp fragmentation & libvips caching (#20080)
Co-authored-by: DMehaffy <derrickmehaffy@gmail.com>
2024-04-17 16:27:48 +02:00
Convly
59a1c00f8c enhancement: improve callback URL validation 2024-04-17 16:24:18 +02:00
DMehaffy
469f8c0fe2
Merge branch 'develop' into fix/cors-5 2024-04-17 06:51:18 -07:00
Convly
896ff28d88 Merge branch 'releases/4.23.1' into develop 2024-04-17 15:23:02 +02:00
Ben Irvin
7237fd8ce0
fix(database): add prefixed alias to avoid join column name conflicts 2024-04-17 15:14:37 +02:00
Convly
655449af8a v4.23.1 v4.23.1 2024-04-17 15:08:57 +02:00
DMehaffy
9f8bd63067
chore: upgrade mysql2 from 3.6.0 to 3.9.4 2024-04-16 15:51:20 +02:00