14487 Commits

Author SHA1 Message Date
Madhuri Sandbhor
7a700b4bbd
fix(content-releases): Limit min date selection to schedule a release (#19636)
* fix: min date considering selected timezone added for scheduling

* fix: e2e test updated for selecting always current date

* test: temp adding a small version of test to check its status

* fix: reverted some part of code to test the ci failure

* update: to setting time by 45 ahead of current clock

* fix: replaced concatenation symbol _ with & , as _ is also a part of timezone sometimes

* fix: escape character &
2024-03-08 13:59:12 +01:00
Alexandre Bodin
4b8513e6df chore: migration upload plugin 2024-03-08 10:59:36 +01:00
markkaylor
576ffbcdc9
feat(history): protect history page (#19689) 2024-03-08 09:33:44 +01:00
Alexandre Bodin
279eb4479d chore: migrate graphql plugin to v5 2024-03-07 21:12:36 +01:00
Josh
7e9e855598
fix: list-view delete action (#19711)
* fix: list-view delete action

* chore: better name `match`
2024-03-07 17:55:42 +00:00
Giulio Montagner
836f74517f
fix: add sizeInBytes on resized and optimized images (#19707) 2024-03-07 18:31:55 +01:00
Simone
79074de5e0
fix(content-releases): remove the error in the console when we delete a release (#19690)
* fix(content-releases): move the redirect before the delete to avoid the error with invalidateTags

* fix(content-releases): perform the invalidateTags only after 50ms

* fix(content-releases): manually invalidate tags after push instruction

* fix(content-releases): remove useless import

* fix(content-releases): use replace of useHistory and refactor the invalidateTags on delete to avoid the log error

Co-authored-by: Josh <joshuaellis@users.noreply.github.com>

* fix(content-releases): remove useDispatch

* fix(content-releases): remove empty lines

---------

Co-authored-by: Josh <joshuaellis@users.noreply.github.com>
2024-03-07 17:36:37 +01:00
Rémi de Juvigny
6408670a35
feat: handle history version pagination params (#19594)
* feat: handle history version pagination params

* fix: ts build error

* chore: validate pagination params

* chore: pr feedback and test
2024-03-07 14:43:37 +01:00
Fernando Chávez
eba987a172
Merge pull request #19706 from strapi/fix/enable-disable-i18n-releases
fix: change actions locale when changes on localization
2024-03-07 13:36:22 +01:00
Marc
d1272049f2 Merge branch 'v5/main' into v5/disable-dp 2024-03-07 13:12:03 +01:00
Bassel Kanso
50a5b4d8bf
Merge pull request #19639 from strapi/fix/ctb-dynamiczone
Remove add another field button if it's dynamic zone from CTB
2024-03-07 13:19:28 +02:00
Fernando Chavez
c4821c375a fix: change actions locale when changes on localization 2024-03-07 11:47:51 +01:00
Josh
741baba5b5
chore(helper-plugin)!: remove useCollator, useFilter & useCallbackRef (#19680) 2024-03-06 16:46:08 +00:00
Convly
26e9491a4c fix: incorrect type 2024-03-06 17:30:17 +01:00
Convly
8bfc40d6c0 Merge branch 'v5/main' into v5/types/v2 2024-03-06 16:52:01 +01:00
Convly
18867dd1db fix: rollback broken import 2024-03-06 16:43:45 +01:00
Convly
e09d30edcb Merge branch 'releases/4.20.4' into develop 2024-03-06 16:38:35 +01:00
Josh
af9a903223
chore!: remove GenericInput (#19677)
* chore!: remove GenericInput

* fix: translation messages and incorrect values

* chore: pr amends
2024-03-06 15:36:41 +00:00
Convly
f37fdb46ce v4.20.4 2024-03-06 16:31:53 +01:00
Convly
023cd13476 chore: lint fix 2024-03-06 16:28:05 +01:00
Convly
9100ea9527 chore: lint fix 2024-03-06 16:07:04 +01:00
Convly
74d680ab8d fix: remove useless test:unit script from core/types 2024-03-06 15:49:49 +01:00
Convly
a2ce53d35b chore: prettier fix 2024-03-06 15:39:43 +01:00
Convly
c16930d5b2 chore: fix build 2024-03-06 15:22:39 +01:00
Convly
8c6c0f1020 Merge branch 'v5/main' into v5/types/v2 2024-03-06 15:22:08 +01:00
Convly
0bae819186 fix: ignore the docs folder correctly 2024-03-06 13:54:54 +01:00
Bassel Kanso
71c99bc478
Merge branch 'develop' into fix/ctb-dynamiczone 2024-03-06 14:25:50 +02:00
Convly
b0a763db0c feat: add typedoc config and tasks to strapi/types 2024-03-06 12:15:33 +01:00
Convly
14a91aaea5 chore: add more documentation for strapi/types.Utils 2024-03-06 12:07:30 +01:00
Convly
f2213fa51c fix: change inconsistency in various types 2024-03-06 12:06:02 +01:00
Convly
d09d85e817 chore: temporary cast to any to avoid compilation error 2024-03-06 12:03:00 +01:00
Marc
9c51bcfcc5 feat: do not compute status on non D&P content types 2024-03-06 10:38:09 +01:00
Madhuri Sandbhor
6e6b37ece2
fix: added timezone select filter contains (#19663) 2024-03-06 10:36:12 +01:00
Rémi de Juvigny
2363945b79
feat: add history document action (#19683)
* feat: add history document action

* feat: only show when feature is enabled

* chore: rename file

* fix: useless scrollable bottom space

* chore: move feature flag check

* fix: document action tests

* chore: pr feedback

* fix: build

* fix: use the right icon
2024-03-06 10:28:34 +01:00
Rémi de Juvigny
d28dfbfc54
feat(cm): add content history under future flag (#19315)
feat(cm): add content history
2024-03-05 18:34:01 +01:00
Jamie Howard
6679b9c1d9
fix(content-manager): compute document status based on locale (#19653) 2024-03-05 15:51:53 +00:00
Mark Kaylor
e924226e15 fix: remove component that no longer exists 2024-03-05 16:14:50 +01:00
Mark Kaylor
a66996c929 Merge branch 'v5/main' of github.com:strapi/strapi into v5/history 2024-03-05 16:05:05 +01:00
Josh
cbe7d7a488
chore(helper-plugin)!: remove page decorators (#19662)
* chore(helper-plugin): remove page decorators

* chore: fixes
2024-03-05 14:53:55 +00:00
Marc-Roig
beccc55fe0
fix: unit tests 2024-03-05 15:10:20 +01:00
Marc-Roig
c7631edaca
feat: type publish methods not enabled 2024-03-05 14:49:03 +01:00
Josh
04432e811a Merge branch 'develop' into v5/main 2024-03-05 10:25:15 +00:00
Josh
0c3bbf6175
chore(deps): update ds to 1.16.0 (#19678) 2024-03-05 10:17:26 +00:00
Marc-Roig
69332126ab
feat: keep draftAndPublish flag to enable feature 2024-03-05 10:47:41 +01:00
Alexandre BODIN
960c8a5398
Merge pull request #19675 from strapi/v5/v4-response-format
chore: content-api response format header
2024-03-05 09:51:55 +01:00
Josh
7134d545db
chore(helper-plugin)!: remove some components (#19640)
* chore!: move ContentBox

* chore!: remove status

* chore!: remove the icons

* chore!: remove SettingsPageTitle

* chore!: remove InjectionZone

* chore!: remove NotAllowedInput

* fix(user-permissions): unit test for advanced settings

* chore!: remove ReactSelect

* chore!: remove NoMedia

* chore!: remove NoContent
2024-03-05 08:50:41 +00:00
Marc-Roig
d3ccb6d8c1
Merge branch 'v5/main' into v5/disable-dp 2024-03-05 09:40:04 +01:00
Alexandre Bodin
e24beada7e chore: add more tests and deprecate te option in ts 2024-03-05 09:27:43 +01:00
Alexandre Bodin
a6af41a645 chore: content-api response format header 2024-03-04 22:09:51 +01:00
Alexandre Bodin
5153a18c04 chore: merge repo & doc-engine into one before cleaning up 2024-03-04 19:46:24 +01:00