nextcloud-files icon indicating copy to clipboard operation
nextcloud-files copied to clipboard

Nextcloud Files helpers for Nextcloud apps and libraries https://npmjs.org/@nextcloud/files

Results 16 nextcloud-files issues
Sort by recently updated
recently updated
newest added

What do you think of this idea? --- * Implements: https://github.com/nextcloud-libraries/nextcloud-files/issues/1015 This splits the package into two modules: 1. The default one (`@nextcloud/files`) which provides general utils to work with...

enhancement
question
3. to review
breaking

Currently everything is exported from the main (and only) entry point. But this library of helpers keeps growing. So we could structure this package into different modules, to have a...

question

https://github.com/nextcloud-libraries/nextcloud-files/blob/d3ae6caa48aa41be333965a4b85ac1059088e9b8/lib/files/nodeData.ts#L68-L73 Example URI: `https://domain.com/remote.php/dav/files/emma/test/picture.jpeg` - scheme + host: `https://domain.com` - dav service: `/remote.php/dav` - root: `/files/emma` - dirname: `/test` - basename: `picture.jpeg` This would be the expected result, according to...

type: bug
type: breaking
1. to develop

Bumps @codecov/vite-plugin from 0.0.1-beta.12 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@codecov/vite-plugin&package-manager=npm_and_yarn&previous-version=0.0.1-beta.12&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Use case: You want to scope logic and state into the view rather than somewhere in a module. Problems: Currently there are two problem that prevent creating a child-class of...

type: enhancement
status: needs info
3. to review

Use case: You want to scope logic and state into the view rather than somewhere in a module. Problem: The `View` class wraps the `ViewData` as a getter, meaning instead...

status: needs info
3. to review

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.5.3 to 5.2.3. Release notes Sourced from fast-xml-parser's releases. upgrade to ESM module and fixing value parsing issues Support ESM modules fix value parsing issues a feature...

type: dependencies

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.9 to 0.28.4. Release notes Sourced from typedoc's releases. v0.28.4 Features The navigation in the default theme will now attempt to break long names onto multiple lines,...

type: dependencies

Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 5.1.0 to 6.0.0. Release notes Sourced from is-svg's releases. v6.0.0 Breaking Require Node.js 20 1ddf982 Improvements Use @file-type/xml for XML type determination (#40) e43ec24 https://github.com/sindresorhus/is-svg/compare/v5.1.0...v6.0.0 Commits 61a51ac...

type: dependencies

Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 3.1.0 to 4.0.0. Changelog Sourced from typedoc-plugin-missing-exports's changelog. 4.0.0 (2025-03-21) BREAKING: Drop support for TypeDoc <0.28.1. Support TypeDoc ^0.28.1, #31. Commits 411e9cd Fix publish CI script 4154e1d...

type: dependencies