]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Wed, 20 Mar 2024 13:09:58 +0000 (14:09 +0100)]
fix: log error when default getWrapperStorage would return null
Signed-off-by: Robin Appelman <robin@icewind.nl>
fix: add extra check to ensure wrapped shared storage is set
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Wed, 20 Mar 2024 10:46:06 +0000 (11:46 +0100)]
Merge pull request #44344 from nextcloud/fix/dav/webdav-5-fetch
Richard Steinmetz [Wed, 20 Mar 2024 07:51:58 +0000 (08:51 +0100)]
fix(dav): adjust usages of webdav.customRequest
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Stephan Orbaugh [Wed, 20 Mar 2024 08:06:21 +0000 (09:06 +0100)]
Merge pull request #44339 from nextcloud/fix/noid/use-share-owner
fix(share): use share owner to get ownership
John Molakvoæ [Wed, 20 Mar 2024 07:19:09 +0000 (08:19 +0100)]
Merge pull request #44276 from nextcloud/fix/config/string-user-keys
Maxence Lange [Wed, 20 Mar 2024 01:30:00 +0000 (00:30 -0100)]
fix(share): use share owner to confirm reshare
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Nextcloud bot [Wed, 20 Mar 2024 00:19:24 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Tue, 19 Mar 2024 19:48:05 +0000 (20:48 +0100)]
Merge pull request #44333 from nextcloud/bug/noid/remove-optional-index-cards-abid
fix(db): remove redundant index in cards
Benjamin Gaussorgues [Tue, 19 Mar 2024 19:44:03 +0000 (20:44 +0100)]
Merge pull request #44275 from nextcloud/release/29.0.0_beta_4
Andy Scherzinger [Tue, 19 Mar 2024 19:41:35 +0000 (20:41 +0100)]
Merge pull request #44328 from nextcloud/feat/app-discover-showcase-type
feat(settings): Implement `showcase` type for App Discover section
Ferdinand Thiessen [Tue, 19 Mar 2024 15:58:14 +0000 (16:58 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 19 Mar 2024 15:36:20 +0000 (16:36 +0100)]
feat(settings): Implement `app` type for AppDiscover section
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 19 Mar 2024 15:34:36 +0000 (16:34 +0100)]
feat(settings): Implement `showcase` type for App Discover section
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 19 Mar 2024 15:32:33 +0000 (16:32 +0100)]
fix(settings): Make App Discover PostType responsive based on available width
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Andy Scherzinger [Tue, 19 Mar 2024 19:08:53 +0000 (20:08 +0100)]
Merge pull request #44286 from nextcloud/fix/app-discover-media-size
fix(settings): Ensure media for app discover section is scaled correctly
Ferdinand Thiessen [Mon, 18 Mar 2024 18:09:28 +0000 (19:09 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 18:07:35 +0000 (19:07 +0100)]
fix(settings): Fit media into post type (app discover section)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 18:07:12 +0000 (19:07 +0100)]
fix(settings): Show proper warning if app discover section could not be fetched
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Tue, 19 Mar 2024 18:40:59 +0000 (19:40 +0100)]
Merge pull request #44282 from nextcloud/fix/app-discover-pin-and-parse
fix(settings): Support `order` property on App Discover elements and hide future elements
Ferdinand Thiessen [Mon, 18 Mar 2024 17:13:21 +0000 (18:13 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 16:55:26 +0000 (17:55 +0100)]
fix(settings): Support `order` property on App Discover elements and hide future elements
This adds support to pinning elements by setting the `order` property on the element (e.g. `order: 0` will always be the first element to show).
Also filter list of elements to remove upcoming and outdated elements (as the json might be cached).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christoph Wurst [Mon, 18 Mar 2024 13:51:35 +0000 (14:51 +0100)]
fix(config): Make sure user keys are strings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Daniel Kesselberg [Tue, 19 Mar 2024 16:24:24 +0000 (17:24 +0100)]
fix(db): remove redundant index in cards
Follow up for https://github.com/nextcloud/server/pull/43340
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ [Tue, 19 Mar 2024 15:16:06 +0000 (16:16 +0100)]
Merge pull request #44236 from nextcloud/fix/settings--app-list-scrolling-on-safari
John Molakvoæ [Tue, 19 Mar 2024 15:15:55 +0000 (16:15 +0100)]
Merge pull request #44316 from nextcloud/fix/resolveGroupShares
Grigorii K. Shartsev [Sat, 16 Mar 2024 00:56:24 +0000 (01:56 +0100)]
chore(assets): Recompile assets
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 18 Mar 2024 14:18:36 +0000 (15:18 +0100)]
test(settings): adjust e2e tests selectors to new structure
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Mon, 18 Mar 2024 16:44:15 +0000 (17:44 +0100)]
fix(settings): make apps list search result valid table
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Sat, 16 Mar 2024 00:52:28 +0000 (01:52 +0100)]
fix(settings): app list scroll on Safari
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Fri, 15 Mar 2024 23:34:45 +0000 (00:34 +0100)]
refactor(settings): move AppItem styles to AppItem component
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Fri, 15 Mar 2024 20:28:13 +0000 (21:28 +0100)]
refactor(settings): use more BEM styles in apps settings
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 13 Mar 2024 19:40:42 +0000 (20:40 +0100)]
refactor(settings): move apps list styles to components
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 13 Mar 2024 15:01:46 +0000 (16:01 +0100)]
refactor(settings): remove unused styles from apps settings
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 13 Mar 2024 14:20:08 +0000 (15:20 +0100)]
refactor(settings): remove unneeded classes from hidden header
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Fri, 15 Mar 2024 18:32:55 +0000 (19:32 +0100)]
fix(settings): apps list layout on mobile
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Grigorii K. Shartsev [Wed, 13 Mar 2024 13:59:27 +0000 (14:59 +0100)]
fix(settings): use correct dynamic component load for apps/users
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Andy Scherzinger [Tue, 19 Mar 2024 13:09:49 +0000 (14:09 +0100)]
Merge pull request #44281 from nextcloud/fix/app-discover-fetcher
fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry date
skjnldsv [Tue, 19 Mar 2024 12:09:10 +0000 (13:09 +0100)]
fix(sharing): resolveGroupShares setPermissions on null
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Joas Schilling [Tue, 19 Mar 2024 11:18:11 +0000 (12:18 +0100)]
Merge pull request #44305 from nextcloud/bugfix/noid/use-correct-language-file
fix(federatedfilesharing): Use correct language file to render notifi…
Joas Schilling [Tue, 19 Mar 2024 10:15:18 +0000 (11:15 +0100)]
fix(sharing): Align wording for declining a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 19 Mar 2024 10:08:13 +0000 (11:08 +0100)]
fix(federatedfilesharing): Use correct language file to render notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ferdinand Thiessen [Mon, 18 Mar 2024 16:50:12 +0000 (17:50 +0100)]
fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry date
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Tue, 19 Mar 2024 08:32:57 +0000 (09:32 +0100)]
Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypass
Added rate limit bypass for app_api requests
John Molakvoæ [Tue, 19 Mar 2024 08:15:38 +0000 (09:15 +0100)]
Merge pull request #44260 from RajeevDash007/dev-docs
John Molakvoæ [Tue, 19 Mar 2024 08:14:41 +0000 (09:14 +0100)]
Merge pull request #37953 from moan0s/reword-disabled-login-form
John Molakvoæ [Tue, 19 Mar 2024 08:12:36 +0000 (09:12 +0100)]
Merge pull request #33546 from adam-blakey/show-enabled-and-disabled-apps
Nextcloud bot [Tue, 19 Mar 2024 00:19:50 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Florian Klinger [Tue, 12 Mar 2024 09:53:14 +0000 (10:53 +0100)]
fix: add check for app_api_system session flag to bypass rate limit
Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com>
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Robin Appelman [Mon, 18 Mar 2024 17:58:50 +0000 (18:58 +0100)]
Merge pull request #44279 from nextcloud/sort-submount-view
fix: ensure nested mount points are handled in the correct order
Ferdinand Thiessen [Mon, 18 Mar 2024 17:58:11 +0000 (18:58 +0100)]
Merge pull request #44280 from nextcloud/fix/app-discover-animation
fix(settings): App Store Discover carousel animations are inverted
Robin Appelman [Mon, 18 Mar 2024 15:18:35 +0000 (16:18 +0100)]
fix: ensure nested mount points are handled in the correct order
Signed-off-by: Robin Appelman <robin@icewind.nl>
Ferdinand Thiessen [Mon, 18 Mar 2024 17:07:51 +0000 (18:07 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 16:22:24 +0000 (17:22 +0100)]
fix(settings): App Store Discover carousel animations are inverted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 17:00:59 +0000 (18:00 +0100)]
Merge pull request #44259 from nextcloud/feat/app-discover-app-links
feat(settings): Allow app discover section links to open app routes or the appstore page
Adam Blakey [Mon, 18 Mar 2024 15:46:39 +0000 (15:46 +0000)]
style: Fixed style from composer cs:fix
Signed-off-by: Adam Blakey <adam@blakey.family>
Adam Blakey [Mon, 18 Mar 2024 09:31:21 +0000 (09:31 +0000)]
Update core/Command/App/ListApps.php
refactor: changed overcomplicated if statement into two shorter lines
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Adam Blakey <adam@blakey.family>
Ferdinand Thiessen [Mon, 18 Mar 2024 14:13:46 +0000 (15:13 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Rajeev Lochan Dash [Sun, 17 Mar 2024 16:35:58 +0000 (22:05 +0530)]
docs: added codespace link
Signed-off-by: Rajeev Lochan Dash <96860040+RajeevDash007@users.noreply.github.com>
Benjamin Gaussorgues [Mon, 18 Mar 2024 14:03:58 +0000 (15:03 +0100)]
build(hub): 29.0.0 beta 4
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Ferdinand Thiessen [Mon, 18 Mar 2024 13:13:01 +0000 (14:13 +0100)]
fix(settings): Open app details also on app discover section when requested
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 17 Mar 2024 02:19:31 +0000 (03:19 +0100)]
feat(settings): Allow app discover links to open app routes or the appstore page
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 17 Mar 2024 14:28:22 +0000 (15:28 +0100)]
fix(settings): Adjust appstore types as `releases` are not always set
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 18 Mar 2024 12:49:09 +0000 (13:49 +0100)]
Merge pull request #44254 from nextcloud/fix/drop-service-chrome
fix(files): Adjust dropservice to work with Blink engine
Ferdinand Thiessen [Mon, 18 Mar 2024 12:48:51 +0000 (13:48 +0100)]
Merge pull request #44255 from nextcloud/fix/apps-search
fix: Correctly add search event listener to make searching the app list work again
Ferdinand Thiessen [Mon, 18 Mar 2024 12:45:53 +0000 (13:45 +0100)]
Merge pull request #44264 from nextcloud/fix/remove-old-unsupported-tooltip-dispose
fix(files_external): Remove invalid jQuery Tooltip usage
Ferdinand Thiessen [Sun, 17 Mar 2024 01:05:43 +0000 (02:05 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 17 Mar 2024 01:04:27 +0000 (02:04 +0100)]
fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)
The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Mon, 18 Mar 2024 09:59:28 +0000 (10:59 +0100)]
Merge pull request #44262 from nextcloud/fix/log-on-invalid-loglevel
fix(Logger): Warn on invalid `loglevel` configuration option
Ferdinand Thiessen [Mon, 18 Mar 2024 00:23:40 +0000 (01:23 +0100)]
fix(files_external): Remove invalid jQuery Tooltip usage
This caused the UI to throw an error causing it to be unusable.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Mon, 18 Mar 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Sun, 17 Mar 2024 02:23:12 +0000 (03:23 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 17 Mar 2024 02:20:06 +0000 (03:20 +0100)]
fix(settings): Add event search listener on mounted to guarantee function exists
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julian-Samuel Gebühr [Thu, 27 Apr 2023 14:03:28 +0000 (16:03 +0200)]
chore: Add changed binaries
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
Julian-Samuel Gebühr [Thu, 27 Apr 2023 13:23:09 +0000 (15:23 +0200)]
feat: Reword login form disabled warning #37949
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
Ferdinand Thiessen [Sun, 17 Mar 2024 19:20:43 +0000 (20:20 +0100)]
fix(Logger): Warn on invalid `loglevel` configuration option
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
dependabot[bot] [Sun, 17 Mar 2024 19:18:40 +0000 (19:18 +0000)]
Merge pull request #44243 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-10.9.0
dependabot[bot] [Sat, 16 Mar 2024 13:10:43 +0000 (13:10 +0000)]
chore(deps): Bump @vueuse/integrations from 10.8.0 to 10.9.0
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.9.0/packages/integrations)
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Sun, 17 Mar 2024 18:58:48 +0000 (19:58 +0100)]
Merge pull request #44258 from nextcloud/fix/log_level
fix: getLogLevel return type
skjnldsv [Sun, 17 Mar 2024 13:09:13 +0000 (14:09 +0100)]
fix: getLogLevel return type
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Nextcloud bot [Sun, 17 Mar 2024 00:19:38 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Sat, 16 Mar 2024 13:09:57 +0000 (14:09 +0100)]
Merge pull request #44189 from nextcloud/artonge/fix/do_not_throw_exception_if_etag_is_not_set
John Molakvoæ [Sat, 16 Mar 2024 13:05:36 +0000 (14:05 +0100)]
Merge pull request #44004 from nextcloud/share-resolve-group-perf
John Molakvoæ [Sat, 16 Mar 2024 13:03:58 +0000 (14:03 +0100)]
Merge pull request #44237 from nextcloud/dependabot/npm_and_yarn/davclient.js-0.2.2
dependabot[bot] [Sat, 16 Mar 2024 02:29:57 +0000 (02:29 +0000)]
chore(deps): Bump davclient.js from 0.2.1 to 0.2.2
Bumps [davclient.js](https://github.com/owncloud/davclient.js) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/owncloud/davclient.js/releases)
- [Commits](https://github.com/owncloud/davclient.js/compare/
1ab200d099a3c2cd2ef919c3a56353ce26865994 ...
de93b734bd7a656de0482437df8ef50dd68a10d3 )
---
updated-dependencies:
- dependency-name: davclient.js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
John Molakvoæ [Sat, 16 Mar 2024 12:50:26 +0000 (13:50 +0100)]
Merge pull request #44241 from nextcloud/dependabot/npm_and_yarn/cypress-13.7.0
John Molakvoæ [Sat, 16 Mar 2024 12:29:34 +0000 (13:29 +0100)]
Merge pull request #44245 from nextcloud/dependabot/npm_and_yarn/puppeteer-22.5.0
John Molakvoæ [Sat, 16 Mar 2024 12:29:08 +0000 (13:29 +0100)]
Merge pull request #44238 from nextcloud/dependabot/npm_and_yarn/karma-6.4.3
John Molakvoæ [Sat, 16 Mar 2024 12:23:06 +0000 (13:23 +0100)]
Merge pull request #43613 from nextcloud/version-owner-fallback
John Molakvoæ [Sat, 16 Mar 2024 12:21:47 +0000 (13:21 +0100)]
Merge pull request #43534 from nextcloud/enh/noid/log-mnor-syntax-update
John Molakvoæ [Sat, 16 Mar 2024 12:21:13 +0000 (13:21 +0100)]
Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-interface
Robin Appelman [Tue, 5 Mar 2024 15:42:13 +0000 (16:42 +0100)]
perf: improve performance of resolving group shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Sat, 16 Mar 2024 12:19:40 +0000 (13:19 +0100)]
Merge pull request #40161 from nextcloud/Jerome-Herbinet-better-devices-wipe-action-wording
Jérôme Herbinet [Wed, 30 Aug 2023 12:41:15 +0000 (14:41 +0200)]
fix: more comprehensive wording for devices wipe action
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
John Molakvoæ [Sat, 16 Mar 2024 12:10:51 +0000 (13:10 +0100)]
Merge pull request #44217 from nextcloud/fix-quick-share-options-subline
dependabot[bot] [Sat, 16 Mar 2024 07:36:53 +0000 (07:36 +0000)]
chore(deps-dev): Bump cypress from 13.6.6 to 13.7.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.6 to 13.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.6...v13.7.0)
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sat, 16 Mar 2024 07:35:27 +0000 (07:35 +0000)]
Merge pull request #44244 from nextcloud/dependabot/npm_and_yarn/cypress/vue2-2.1.0
Maksim Sukharev [Sat, 16 Mar 2024 06:38:47 +0000 (07:38 +0100)]
Merge pull request #44226 from nextcloud/fix/noid/widget-ondestroy-callback
fix(files): provide onDestroy callback for interactive widgets
Maksim Sukharev [Sat, 16 Mar 2024 06:09:55 +0000 (07:09 +0100)]
fix(files): provide onDestroy callback for interactive widgets
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 16 Mar 2024 05:00:21 +0000 (05:00 +0000)]
Merge pull request #44240 from nextcloud/dependabot/npm_and_yarn/vue-multiselect-2.1.9
dependabot[bot] [Sat, 16 Mar 2024 04:59:52 +0000 (04:59 +0000)]
Merge pull request #44239 from nextcloud/dependabot/npm_and_yarn/typescript-5.4.2