Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 0 additions & 158 deletions .github/workflows/cypress.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,3 @@ tmp/
temp/

# End of https://www.gitignore.io/api/node,macos,intellij+all

cypress/videos
cypress/screenshots
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
-->
# Changelog

## [v2.0.0-rc.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/next) \(UNRELEASED\)

### 💥 BREAKING CHANGES

This library is now a pure uploading API library and no longer contains Vue-related functions and components.
- `UploadPicker` Vue component will be available in `@nextcloud/vue`
- `openConflictPicker` and `uploadConflictHandler` will be available in `@nextcloud/dialogs`

## [v1.10.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.10.0) \(2025-05-05\)

### Added
Expand Down
8 changes: 1 addition & 7 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ SPDX-FileCopyrightText = "2022 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

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

[[annotations]]
path = ["cypress/fixtures/image.jpg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2016 pixabay <https://www.pexels.com/@pixabay/> <https://www.pexels.com/photo/gray-and-brown-mountain-417173/>"
SPDX-License-Identifier = "CC0-1.0"

[[annotations]]
path = [".env.development"]
precedence = "aggregate"
Expand Down
143 changes: 0 additions & 143 deletions __tests__/utils/conflicts-handler.spec.ts

This file was deleted.

32 changes: 0 additions & 32 deletions cypress.config.ts

This file was deleted.

Loading
Loading