Skip to content

Commit

Permalink
Merge pull request #713 from nextcloud-libraries/fix/transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jul 31, 2023
2 parents caf4525 + 322d359 commit 90f9316
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Expand Up @@ -5,41 +5,41 @@ All notable changes to this project will be documented in this file.

## 3.0.0-beta.11 - 2023-07-04

[Full Changelog](https://github.com/nextcloud/nextcloud-files/compare/v3.0.0-beta.10...v3.0.0-beta.11)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.10...v3.0.0-beta.11)

### Fixed
- fix: fileid definition and fallback by @skjnldsv in https://github.com/nextcloud/nextcloud-files/pull/681
- fix: fileid definition and fallback by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-files/pull/681

## 3.0.0-beta.10 - 2023-06-14

[Full Changelog](https://github.com/nextcloud/nextcloud-files/compare/v3.0.0-beta.9...v3.0.0-beta.10)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.9...v3.0.0-beta.10)

### Fixed
- fix: Do not export the declaration of window.OC [\#667](https://github.com/nextcloud/nextcloud-files/pull/667) ([skjnldsv](https://github.com/skjnldsv))
- fix: Do not export the declaration of window.OC [\#667](https://github.com/nextcloud-libraries/nextcloud-files/pull/667) ([skjnldsv](https://github.com/skjnldsv))

## 3.0.0-beta.7 - 2023-02-03

[Full Changelog](https://github.com/nextcloud/nextcloud-files/compare/v3.0.0-beta.6...v3.0.0-beta.7)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v3.0.0-beta.6...v3.0.0-beta.7)

### Enhancements
- feat\(node\): allow and recommend to provide a specific root [\#574](https://github.com/nextcloud/nextcloud-files/pull/574) ([skjnldsv](https://github.com/skjnldsv))
- feat\(node\): allow and recommend to provide a specific root [\#574](https://github.com/nextcloud-libraries/nextcloud-files/pull/574) ([skjnldsv](https://github.com/skjnldsv))

### Fixed
- fix: also export Node [\#573](https://github.com/nextcloud/nextcloud-files/pull/573) ([skjnldsv](https://github.com/skjnldsv))
- fix: also export Node [\#573](https://github.com/nextcloud-libraries/nextcloud-files/pull/573) ([skjnldsv](https://github.com/skjnldsv))

## 3.0.0-beta.6 - 2023-01-25

[Full Changelog](https://github.com/nextcloud/nextcloud-files/compare/v2.1.0...v3.0.0-beta.6)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-files/compare/v2.1.0...v3.0.0-beta.6)

### Enhancements
- feat\(permissions\): add webdav permissions parser [\#565](https://github.com/nextcloud/nextcloud-files/pull/565) ([skjnldsv](https://github.com/skjnldsv))
- Add File and Folder API [\#501](https://github.com/nextcloud/nextcloud-files/pull/501) ([skjnldsv](https://github.com/skjnldsv))
- Add context to getEntries [\#484](https://github.com/nextcloud/nextcloud-files/pull/484) ([skjnldsv](https://github.com/skjnldsv))
- Add newFileMenu and refactor library with rollup [\#420](https://github.com/nextcloud/nextcloud-files/pull/420) ([skjnldsv](https://github.com/skjnldsv))
- Replace deprecated String.prototype.substr\(\) [\#390](https://github.com/nextcloud/nextcloud-files/pull/390) ([CommanderRoot](https://github.com/CommanderRoot))
- feat\(permissions\): add webdav permissions parser [\#565](https://github.com/nextcloud-libraries/nextcloud-files/pull/565) ([skjnldsv](https://github.com/skjnldsv))
- Add File and Folder API [\#501](https://github.com/nextcloud-libraries/nextcloud-files/pull/501) ([skjnldsv](https://github.com/skjnldsv))
- Add context to getEntries [\#484](https://github.com/nextcloud-libraries/nextcloud-files/pull/484) ([skjnldsv](https://github.com/skjnldsv))
- Add newFileMenu and refactor library with rollup [\#420](https://github.com/nextcloud-libraries/nextcloud-files/pull/420) ([skjnldsv](https://github.com/skjnldsv))
- Replace deprecated String.prototype.substr\(\) [\#390](https://github.com/nextcloud-libraries/nextcloud-files/pull/390) ([CommanderRoot](https://github.com/CommanderRoot))

### Fixed
- Also use context from exposed method [\#486](https://github.com/nextcloud/nextcloud-files/pull/486) ([skjnldsv](https://github.com/skjnldsv))
- Also use context from exposed method [\#486](https://github.com/nextcloud-libraries/nextcloud-files/pull/486) ([skjnldsv](https://github.com/skjnldsv))

## 2.1.0 – 2021-09-28
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# @nextcloud/files
[![npm last version](https://img.shields.io/npm/v/@nextcloud/files.svg?style=flat-square)](https://www.npmjs.com/package/@nextcloud/files) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/nextcloud-files?style=flat-square)](https://app.codecov.io/gh/nextcloud/nextcloud-files) [![Project documentation](https://img.shields.io/badge/documentation-online-blue?style=flat-square)](https://nextcloud.github.io/nextcloud-files/)
[![npm last version](https://img.shields.io/npm/v/@nextcloud/files.svg?style=flat-square)](https://www.npmjs.com/package/@nextcloud/files) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud-libraries/nextcloud-files?style=flat-square)](https://app.codecov.io/gh/nextcloud-libraries/nextcloud-files) [![Project documentation](https://img.shields.io/badge/documentation-online-blue?style=flat-square)](https://nextcloud.github.io/nextcloud-files/)

Nextcloud Files helpers for Nextcloud apps and libraries
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,16 +40,16 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/nextcloud-files.git"
"url": "https://github.com/nextcloud-libraries/nextcloud-files.git"
},
"bugs": {
"url": "https://github.com/nextcloud/nextcloud-files/issues"
"url": "https://github.com/nextcloud-libraries/nextcloud-files/issues"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"homepage": "https://github.com/nextcloud/nextcloud-files",
"homepage": "https://github.com/nextcloud-libraries/nextcloud-files",
"devDependencies": {
"@nextcloud/eslint-config": "^8.3.0-beta.2",
"@nextcloud/typings": "^1.7.0",
Expand Down

0 comments on commit 90f9316

Please sign in to comment.