Skip to content

Commit f2161e7

Browse files
authored
Merge pull request #1818 from nextcloud-libraries/feat/keep-only-pure-api
feat!: keep only pure uploading API and remove Vue parts
2 parents 8197c23 + 91feba4 commit f2161e7

35 files changed

Lines changed: 121 additions & 7954 deletions

.github/workflows/cypress.yml

Lines changed: 0 additions & 158 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,3 @@ tmp/
226226
temp/
227227

228228
# End of https://www.gitignore.io/api/node,macos,intellij+all
229-
230-
cypress/videos
231-
cypress/screenshots

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
-->
55
# Changelog
66

7+
## [v2.0.0-rc.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/next) \(UNRELEASED\)
8+
9+
### 💥 BREAKING CHANGES
10+
11+
This library is now a pure uploading API library and no longer contains Vue-related functions and components.
12+
- `UploadPicker` Vue component will be available in `@nextcloud/vue`
13+
- `openConflictPicker` and `uploadConflictHandler` will be available in `@nextcloud/dialogs`
14+
715
## [v1.10.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.10.0) \(2025-05-05\)
816

917
### Added

REUSE.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ SPDX-FileCopyrightText = "2022 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

2020
[[annotations]]
21-
path = [".eslintrc.json", "typedoc.json", "tsconfig.json", "cypress/tsconfig.json"]
21+
path = [".eslintrc.json", "typedoc.json", "tsconfig.json"]
2222
precedence = "aggregate"
2323
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
2424
SPDX-License-Identifier = "AGPL-3.0-or-later"
2525

26-
[[annotations]]
27-
path = ["cypress/fixtures/image.jpg"]
28-
precedence = "aggregate"
29-
SPDX-FileCopyrightText = "2016 pixabay <https://www.pexels.com/@pixabay/> <https://www.pexels.com/photo/gray-and-brown-mountain-417173/>"
30-
SPDX-License-Identifier = "CC0-1.0"
31-
3226
[[annotations]]
3327
path = [".env.development"]
3428
precedence = "aggregate"

__tests__/utils/conflicts-handler.spec.ts

Lines changed: 0 additions & 143 deletions
This file was deleted.

cypress.config.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)