Skip to content

Releases: nextcloud-libraries/nextcloud-upload

v1.3.0

07 Jun 00:13
d6701ea
Compare
Choose a tag to compare

v1.3.0 (2024-06-06)

Full Changelog

Added

  • feat: Implement upload on public shares using dav endpoint v2 by @susnux in #1225

Changed

  • refactor: Only import from nextcloud-axios not axios directly by @susnux in #1224
  • Updated translations
  • chore(deps): Bump @nextcloud/files from 3.3.1 to 3.4.0 by @dependabot in #1220
  • chore(deps): Bump @types/node to 20.14.2 by @dependabot in #1227

v1.2.0

23 May 08:44
245030f
Compare
Choose a tag to compare

v1.2.0 (2024-05-23)

Full Changelog

Added

  • feat(NodesPicker): Add support for FileSystemEntry by @susnux in #1165
  • feat(ConflictPicker): Allow to use FileSystemEntry by @susnux in #1166
  • feat: Allow to upload directories and allow bulk upload by @susnux in #1175
  • feat: Split new-menu entries into upload new and other by @susnux in #1206
  • feat(ConflictPicker): refresh preview on etag change by @skjnldsv in #1214

Fixed

  • fix(ConflictPicker): Ensure component works also if browser does not support FileSystemEntry by @susnux in #1171
  • fix(ConflictPicker): Allow to set recursive upload note + fix types for conflict utils functions by @susnux in #1176
  • fix(docs): Add parameter docs for getUploader by @susnux in #1207

Changed

  • Updated translations
  • fix(tests): Add tests for filesystem helpers by @susnux in #1174
  • fix: Refactor logger and fix badges in README by @susnux in #1173
  • build(deps): Bump @nextcloud/dialogs to 5.3.1
  • build(deps): Bump @nextcloud/auth to 2.3.0
  • build(deps): Bump @nextcloud/router to 3.0.1
  • build(deps): Bump @nextcloud/files to 3.2.1
  • build(deps): Bump @nextcloud/l10n to 3.1.0
  • build(deps): Bump @nextcloud/logger to 3.0.2
  • build(deps): Bump axios to 1.7.2

v1.1.1

15 Apr 12:42
f813dd8
Compare
Choose a tag to compare

v1.1.1 (2024-04-15)

Full Changelog

🐛 Fixed bugs

  • fix: Drop dependency on moment.js by @susnux in #1155
  • fix(upload): Do not read chunks into memory but just stream file chunks by @susnux in #1153

Changed

  • Updated development dependencies
  • Updated translations
  • Updated @nextcloud/dialogs from 5.2.0 to 5.3.0

v1.1.0

02 Apr 15:06
9bba6c2
Compare
Choose a tag to compare

v1.1.0 (2024-04-02)

Full Changelog

Features 🚀

Bug Fixes 🐛

  • fix: conflict picker by @skjnldsv in #1123
  • fix: migrate conflictpicker to NcDialog and remove incorrect semantic closing icon by @emoral435 in #1113
  • fix(ConflictPicker): Use action slot instead of custom wrapper for buttons by @susnux in #1117

Changed

  • build(deps-dev): Bump @cypress/vue2 from 2.0.1 to 2.1.0 by @dependabot
  • build(deps-dev): Bump @tsconfig/cypress from 1.0.1 to 1.0.2 by @dependabot
  • build(deps-dev): Bump @types/node from 20.11.17 to 20.12.2 by @dependabot
  • build(deps-dev): Bump @vitest/coverage-istanbul from 1.2.2 to 1.4.0 by @dependabot
  • build(deps-dev): Bump cypress from 13.6.4 to 13.7.0 by @dependabot
  • build(deps-dev): Bump typedoc from 0.25.8 to 0.25.12 by @dependabot
  • build(deps-dev): Bump typescript from 5.3.3 to 5.4.3 by @dependabot
  • build(deps): Bump @nextcloud/dialogs from 5.1.1 to 5.1.2 by @dependabot
  • build(deps): Bump @nextcloud/files from 3.1.0 to 3.1.1 by @dependabot
  • build(deps): Bump axios from 1.6.7 to 1.6.8 by @dependabot
  • build(deps): Bump codecov/codecov-action from 4.0.1 to 4.1.1 by @dependabot
  • build(deps): Bump dorny/paths-filter from 3.0.0 to 3.0.2 by @dependabot
  • Translations updates

New Contributors

v1.0.5

14 Feb 16:58
8168d06
Compare
Choose a tag to compare

v1.0.5 (2024-02-13)

Full Changelog

🐛 Fixed bugs

  • fix: also add X-OC-Mtime header to final chunks move by @skjnldsv in #1038
  • fix: properly handle chunk upload failure by @skjnldsv in #1042
  • fix: Add upload progress for non-chunked uploads by @susnux in #1080
  • fix: do not try to slice in chunk larger than the File itself by @skjnldsv in #1057
  • fix: Some issues with package.json by @susnux in #1088

Changed

  • Require NPM v10 to be compatible with LTS Node 20
  • Updated translations
  • Updated dependencies
  • Updated development dependencies
  • Migrate cypress config to use to vite by @susnux in #999
  • chore: add block-unconventional-commits.yml by @skjnldsv in #1082

v1.0.4

15 Dec 14:10
6b896b4
Compare
Choose a tag to compare

v1.0.4 (2023-12-15)

Full Changelog

🐛 Fixed bugs

  • fix(uploader): encode destination by @skjnldsv in #996
  • fix(uploader): fix PUT content-type by @skjnldsv in #1002
  • fix(UploadPicker): Add label for upload progress and connect progress with description [a11y] by @susnux in #1000

🔣 Dependencies & translations

v1.0.3

07 Dec 16:07
6b2c419
Compare
Choose a tag to compare

🐛 Fixed bugs

  • fix: do not flood with Vue errors when using in NcBreadcrumbs by externalizing Vue dependency #985 (ShGKme)

What's Changed

  • build(deps-dev): Bump @types/node from 20.10.0 to 20.10.1 by @dependabot in #980
  • Updates for project Nextcloud upload library by @transifex-integration in #981
  • build(deps-dev): Bump @types/node from 20.10.1 to 20.10.3 by @dependabot in #982
  • build(deps-dev): Bump vite from 4.4.9 to 4.5.1 by @dependabot in #984
  • chore(deps): specify Vue to remove extraneous dependency by @ShGKme in #985
  • build(deps-dev): Bump cypress from 13.4.0 to 13.6.1 by @dependabot in #986
  • Updates for project Nextcloud upload library by @transifex-integration in #987

New Contributors

Full Changelog: v1.0.2...v0.1.3

v1.0.2

29 Nov 11:55
aff1a28
Compare
Choose a tag to compare

What's Changed

  • Updates for project Nextcloud upload library by @transifex-integration in #961
  • Updates for project Nextcloud upload library by @transifex-integration in #962
  • Updates for project Nextcloud upload library by @transifex-integration in #963
  • Updates for project Nextcloud upload library by @transifex-integration in #964
  • Updates for project Nextcloud upload library by @transifex-integration in #965
  • Updates for project Nextcloud upload library by @transifex-integration in #966
  • Updates for project Nextcloud upload library by @transifex-integration in #967
  • enable dependabot by @szaimen in #969
  • build(deps-dev): Bump @types/node from 20.9.0 to 20.10.0 by @dependabot in #972
  • build(deps-dev): Bump typedoc from 0.25.3 to 0.25.4 by @dependabot in #978
  • build(deps): Bump @nextcloud/dialogs from 5.0.0-beta.6 to 5.0.3 by @dependabot in #976
  • Updates for project Nextcloud upload library by @transifex-integration in #968
  • build(deps): Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 by @dependabot in #970
  • build(deps): Bump cypress-io/github-action from 5.8.3 to 6.6.0 by @dependabot in #971
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #974
  • build(deps): Bump actions/setup-node from 3 to 4 by @dependabot in #973

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 Nov 13:06
8f70396
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #948
  • fix(upload): attach response to failed uploads too by @skjnldsv in #953
  • build(deps): Bump axios from 1.4.0 to 1.6.1 by @dependabot in #954
  • fix: Do not block if the filetype is unknown to the browser by @juliushaertl in #955
  • Fix "Add" label to "New" by @jancborchardt in #957
  • Updates for project Nextcloud upload library by @transifex-integration in #958
  • Updates for project Nextcloud upload library by @transifex-integration in #959
  • Updates for project Nextcloud upload library by @transifex-integration in #960
  • 1.0.1 by @juliushaertl in #956

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Nov 11:39
f1fe61f
Compare
Choose a tag to compare

Initial release
See documentation in nextcloud-libraries.github.io/nextcloud-upload