Skip to content

chore: remove deprecated OC.Files call#7654

Open
grnd-alt wants to merge 1 commit intomainfrom
fix/remove-deprecated-OC-calls
Open

chore: remove deprecated OC.Files call#7654
grnd-alt wants to merge 1 commit intomainfrom
fix/remove-deprecated-OC-calls

Conversation

@grnd-alt
Copy link
Member

OC.Files is undefined with recent server, I think it's because of this pr:
nextcloud/server#57648

src/main.js Outdated
@@ -49,7 +50,7 @@ window.addEventListener('DOMContentLoaded', () => {
window.OCA.Files = {}
}
// register unused client for the sidebar to have access to its parser methods
Copy link
Contributor

Choose a reason for hiding this comment

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

There are no parsers in the webdav client - that's a different implementation.

Copy link
Member Author

Choose a reason for hiding this comment

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

@susnux thanks for the pointer, I just realized there's no usage of OCA.Files and we do have a standalone files library so I removed that part.

Signed-off-by: grnd-alt <git@belakkaf.net>
@grnd-alt grnd-alt force-pushed the fix/remove-deprecated-OC-calls branch from dc93f65 to 75e5416 Compare February 18, 2026 08:26
@grnd-alt grnd-alt requested a review from susnux February 18, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants