nextcloud-files
nextcloud-files copied to clipboard
Nextcloud Files helpers for Nextcloud apps and libraries https://npmjs.org/@nextcloud/files
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...
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...
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...
Bumps @codecov/vite-plugin from 0.0.1-beta.12 to 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...
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...
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...
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...
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,...
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...
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...