Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Nov 14, 2025

Migrated app to Vue 3 and fixed some cross dependencies between apps that are still Vue 2.
Also fixed some Typescript issues.

Checklist

@susnux susnux added this to the Nextcloud 33 milestone Nov 14, 2025
@susnux susnux self-assigned this Nov 14, 2025
@susnux susnux requested a review from skjnldsv as a code owner November 14, 2025 14:01
@susnux susnux added the 3. to review Waiting for reviews label Nov 14, 2025
@susnux susnux requested review from a team as code owners November 14, 2025 14:01
@susnux susnux added feature: vue apps ♻️ refactor Refactor code (not a bug fix, not a feature just refactoring) labels Nov 14, 2025
@susnux susnux requested review from CarlSchwan, nfebe, provokateurin and sorbaugh and removed request for a team November 14, 2025 14:01
@github-project-automation github-project-automation bot moved this to 🏗️ In progress in 📁 Files team Nov 14, 2025
import type { FileStat, ResponseDataDetailed } from 'webdav'

import { davResultToNode, getDavNameSpaces, getDavProperties } from '@nextcloud/files'
import { resultToNode as davResultToNode, getDavNameSpaces, getDavProperties } from '@nextcloud/files/dav'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not keep the original name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we already use that name below

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(we wrap it and export the wrapping function using that name)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, right, ok

@susnux susnux force-pushed the refactor/files_trashbin-vue3 branch from 0f7ab2b to 945bd4f Compare November 14, 2025 15:31
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the refactor/files_trashbin-vue3 branch from 945bd4f to 5daeee2 Compare November 14, 2025 16:03
@susnux susnux merged commit 76e5ba8 into master Nov 14, 2025
145 of 150 checks passed
@susnux susnux deleted the refactor/files_trashbin-vue3 branch November 14, 2025 16:55
@susnux susnux moved this from 🏗️ In progress to ☑️ Done in 📁 Files team Jan 5, 2026
@nextcloud-bot nextcloud-bot mentioned this pull request Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews feature: vue apps ♻️ refactor Refactor code (not a bug fix, not a feature just refactoring) ❄️ 2026-Winter

Projects

Status: ☑️ Done

Development

Successfully merging this pull request may close these issues.

4 participants