Skip to content

Releases: nextcloud-libraries/nextcloud-upload

v1.11.0

11 Sep 10:47
c8b14e5

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(button): Added option to not have label on New button by @joj0r in #1831

🐛 Fixed bugs

Other Changes

  • refactor: split vue and dialogs sub modules to prepare for library splitting by @ShGKme in #1816

v2.0.0-rc.0

01 Jul 14:44
0703dfd

Choose a tag to compare

v2.0.0-rc.0 Pre-release
Pre-release

💥 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

What's Changed

💥 Breaking Changes

  • feat!: keep only pure uploading API and remove Vue parts by @ShGKme in #1818

Other Changes

Full Changelog: v1.10.0...v2.0.0-rc.0

v1.10.0

05 May 13:01
fb0791a

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat(Uploader): Enable chunked upload for public shares if supported by @provokateurin in #1705

🐛 Fixed bugs

Other Changes

  • Updates for project Nextcloud upload library by @transifex-integration in #1671
  • Updates for project Nextcloud upload library by @transifex-integration in #1675
  • Updates for project Nextcloud upload library by @transifex-integration in #1676
  • Updates for project Nextcloud upload library by @transifex-integration in #1678
  • Updates for project Nextcloud upload library by @transifex-integration in #1680
  • Updates for project Nextcloud upload library by @transifex-integration in #1681
  • Updates for project Nextcloud upload library by @transifex-integration in #1683
  • Updates for project Nextcloud upload library by @transifex-integration in #1684
  • Updates for project Nextcloud upload library by @transifex-integration in #1685
  • Updates for project Nextcloud upload library by @transifex-integration in #1686
  • Updates for project Nextcloud upload library by @transifex-integration in #1687
  • Updates for project Nextcloud upload library by @transifex-integration in #1688
  • Updates for project Nextcloud upload library by @transifex-integration in #1696
  • Updates for project Nextcloud upload library by @transifex-integration in #1701
  • Updates for project Nextcloud upload library by @transifex-integration in #1703
  • Updates for project Nextcloud upload library by @transifex-integration in #1704
  • Updates for project Nextcloud upload library by @transifex-integration in #1711
  • Updates for project Nextcloud upload library by @transifex-integration in #1720
  • Updates for project Nextcloud upload library by @transifex-integration in #1721
  • Updates for project Nextcloud upload library by @transifex-integration in #1724
  • Updates for project Nextcloud upload library by @transifex-integration in #1725
  • Updates for project Nextcloud upload library by @transifex-integration in #1732
  • fix(i18n): Corrected plural for multi. plural languages by @rakekniven in #1733
  • Updates for project Nextcloud upload library by @transifex-integration in #1735
  • Updates for project Nextcloud upload library by @transifex-integration in #1736
  • Updates for project Nextcloud upload library by @transifex-integration in #1738
  • Updates for project Nextcloud upload library by @transifex-integration in #1739
  • Updates for project Nextcloud upload library by @transifex-integration in #1740
  • Updates for project Nextcloud upload library by @transifex-integration in #1741
  • Updates for project Nextcloud upload library by @transifex-integration in #1742
  • prepare v1.10.0 and document release process by @susnux in #1743

Full Changelog: v1.9.1...v1.10.0

v1.9.1

20 Mar 15:13
5772937

Choose a tag to compare

What's Changed

  • Updates for project Nextcloud upload library by @transifex-integration in #1644
  • chore(i18n): adding hint for translators by @rakekniven in #1643
  • chore(i18n): Fixes wrong syntax from #1643 by @rakekniven in #1645
  • chore(deps-dev): bump @vitest/coverage-v8 from 3.0.7 to 3.0.8 by @dependabot in #1646
  • Updates for project Nextcloud upload library by @transifex-integration in #1648
  • chore(deps-dev): bump vite from 6.2.0 to 6.2.1 by @dependabot in #1649
  • chore(deps): bump axios from 1.8.1 to 1.8.2 by @dependabot in #1650
  • ci(deps): bump cypress-io/github-action from 6.7.14 to 6.7.15 by @dependabot in #1651
  • Updates for project Nextcloud upload library by @transifex-integration in #1652
  • Updates for project Nextcloud upload library by @transifex-integration in #1653
  • ci(deps): bump cypress-io/github-action from 6.7.15 to 6.7.16 by @dependabot in #1655
  • chore(deps): bump axios from 1.8.2 to 1.8.3 by @dependabot in #1656
  • fix(upload): do not retry when insufficient storage but when locked by @susnux in #1657
  • chore(deps-dev): bump cypress from 14.1.0 to 14.2.0 by @dependabot in #1658
  • chore(deps-dev): bump vite from 6.2.1 to 6.2.2 by @dependabot in #1659
  • ci(deps): bump actions/setup-node from 4.2.0 to 4.3.0 by @dependabot in #1661
  • chore(deps-dev): bump typedoc from 0.27.9 to 0.28.0 by @dependabot in #1664
  • chore(deps-dev): bump @vitest/coverage-v8 from 3.0.8 to 3.0.9 by @dependabot in #1663
  • Updates for project Nextcloud upload library by @transifex-integration in #1665
  • fix(uploader): only set mtime if valid value is passed by @susnux in #1666
  • chore: prepare release of v1.9.1 by @susnux in #1667

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

04 Mar 15:08
bfbaca4

Choose a tag to compare

v1.9.0 (2025-03-04)

Added

  • feat: add assembling status to UploadPicker by @skjnldsv in #1530
  • feat(UploadPicker): Allow to set color to primary by @susnux in #1606
  • feat(uploader): add ETA implementation with upload speed information by @susnux in #1627

Fixed

  • fix: fix eslint scripts by @Koc in #1518
  • fix: include non conflicting files for upload by @susnux in #1615
  • fix(conflictpicker): force background on sticky header by @skjnldsv in #1635
  • fix(uploader): Correctly (re)set progress on upload by @susnux in #1603
  • fix(uploader): properly propagate upload cancelled status by @susnux in #1617

Changed

  • Updated translations
  • Updated development dependencies
  • chore(deps): bump @nextcloud/dialogs from 6.0.1 to 6.1.1
  • chore(deps): bump @nextcloud/files from 3.10.1 to 3.10.2
  • chore(deps): bump @nextcloud/l10n from 3.1.0 to 3.2.0
  • chore(deps): bump axios from 1.7.9 to 1.8.1
  • chore(deps): bump dompurify from 3.1.6 to 3.2.4
  • chore(deps): bump elliptic from 6.6.0 to 6.6.1
  • chore(deps): bump p-queue from 8.0.1 to 8.1.0
  • test: adjust config for vitest v3 and await expect by @susnux in #1600
  • test: silence console output when testing logger by @susnux in #1602

v1.8.0

21 Jan 16:07
bb11141

Choose a tag to compare

v1.8.0 (2025-01-20)

Added

Fixed

Changed

  • Updated translations
  • Updated development dependencies
  • chore(deps): bump nanoid to 3.3.8 #1523
  • chore(deps): bump @nextcloud/files to 3.10.1 #1527

v1.7.1

10 Dec 17:22
f056c20

Choose a tag to compare

v1.7.1 (2024-12-10)

Fixed

  • fix(uploader): only monitor the queue being idle when we know we are finishing the upload by @skjnldsv in #1521

Changed

  • chore(deps): Bump @nextcloud/files from 3.9.1 to 3.10.0 by @dependabot
  • chore(deps): Bump @nextcloud/sharing from 0.2.3 to 0.2.4 by @dependabot
  • chore(deps): Bump axios from 1.7.7 to 1.7.9 by @dependabot
  • Translations updates

Full Changelog: v1.7.0...v1.7.1

v1.7.0

13 Nov 10:42

Choose a tag to compare

v1.7.0 (2024-11-13)

Added

Fixed

  • fix: Fix adding children to directory (file tree) for batch uploading by @susnux in #1463

Changed

  • chore: Add more debug logging to trace errors by @susnux in #1432
  • chore(deps): Bump @nextcloud/dialogs from 5.3.7 to 6.0.1 by @dependabot in #1469
  • chore(deps): Bump @nextcloud/files from 3.9.0 to 3.9.1 by @dependabot in #1452
  • chore(deps): Bump crypto-browserify from 3.12.0 to 3.12.1 by @dependabot in #1450
  • chore(deps): Bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #1461
  • test: Cleanup test setup by @susnux in #1441
  • Translations updates

New Contributors

v1.6.1

25 Sep 22:34
8f833da

Choose a tag to compare

Changelog

v1.6.1 (2024-09-26)

Fixed

  • fix: Fix errors when FileSystemFileEntry is unsupported #1417 (Pytal)
  • fix(l10n): Add proper config to align languages with Nextcloud language tags #1421 (susnux)

Changed

  • Updated translations
  • Updated development dependencies
  • chore: Bump @nextcloud/files to 3.9.0
  • chore: Bump dompurify to 3.1.6
  • chore: Bump @nextcloud/axios to 2.5.1

v1.6.0

05 Sep 14:00
773384b

Choose a tag to compare

v1.6.0 (2024-09-05)

Added

  • feat(uploader): Allow to specify custom headers #1366 (susnux)
  • feat(UploadPicker): Allow to disable the "new"-menu #1373 (susnux)

Fixed

  • fix(Uploader): The mtime should be a valid UNIX timestamp #1368 (susnux)
  • fix(uploader): validation of the destination should not compare the class #1369 (susnux)
  • fix(UploadPicker): Show menu if folders are enabled #1372 (susnux)
  • fix: Make the default uploader global #1370 (susnux)

Changed

  • Updated translations
  • chore: Bump axios to 1.7.7
  • chore: Bump @nextcloud/dialogs to 5.3.7
  • Updated development dependencies
  • chore(ci): also run node on main push #1367 (skjnldsv)