owncloud-sdk icon indicating copy to clipboard operation
owncloud-sdk copied to clipboard

:cloud: ownCloud client library for JavaScript

Results 55 owncloud-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 3.6.11. Changelog Sourced from jsdoc's changelog. 3.6.11 (July 2022) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. Commits dc48aa6 3.6.11 cccfd3d...

dependencies

Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 1.7.2 to 3.0.0. Release notes Sourced from webpack-node-externals's releases. v3.0.0 Breaking: Removed support for Node < 6 Changed code syntax to ES6 Enhancements: Excluding Webpack 5 module...

dependencies

Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0. Commits 620b262 5.0.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-standard&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=5.0.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...

dependencies

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 14.1.1 to 15.0.1. Commits d23b9e8 15.0.1 58feabc style 77f1692 Ignore JSX nodes for "indent" rule 6cd5bd5 package metadata 90836d3 15.0.0 9dc539d sort rules 9071f0f tape 5 4fe76cc...

dependencies

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0. Release notes Sourced from webpack-cli's releases. v4.10.0 4.10.0 (2022-06-13) Bug Fixes changeTime is already in milliseconds (#3198) (d390d32) improve parsing of --env flag (#3286)...

dependencies

The following interaction tries to match the data elements in the provided order: https://github.com/owncloud/owncloud-sdk/blob/aed6a85fdf8a9032d7b06b5c8a3fd24943caf867/tests/sharingTest.js#L125-L138 The server must respond with exactly the same structure and order in order for tests to...

QA:team

See https://github.com/owncloud/owncloud-sdk/pull/1024

With the work on https://jira.owncloud.com/browse/WEB-1095 we have found some issues regarding our `dav.js`. 1. Parsing of e.g. Propfind response does manipulate the keys und values of a prop significantly. This...

dependencies

We've fixed an issue where `_parsePropNode` in the dav client cut off subobjects of an object.