Skip to content

Releases: nextcloud/user_migration

v7.0.1

22 Aug 19:36
Compare
Choose a tag to compare

Changes

  • Fix failed release

v7.0.0

22 Aug 18:56
Compare
Choose a tag to compare
v7.0.0 Pre-release
Pre-release

Breaking

  • Drop support for Nextcloud 29

Changes

  • Nextcloud 30 compatibility
  • Dependency bumps

v6.0.0

28 Mar 20:36
6c6722a
Compare
Choose a tag to compare

Breaking

  • Drop support for Nextcloud 28

Changes

  • Nextcloud 29 compatibility
  • Add unit tests #250
  • Avoid crashes in Notifier when user or file is not found #608
  • Fix hidden password confirmation dialog with new global search #550
  • Dependency bumps

Full Changelog: v5.0.0...v6.0.0

v5.0.0

01 Dec 18:49
7504caa
Compare
Choose a tag to compare

Breaking

  • Drop support for Nextcloud 27

Changes

  • Nextcloud 28 compatibility
  • Remove deprecated ${var} syntax #519
  • Fix hidden password confirmation dialog with new global search #551
  • Various dependencies bump

v4.0.1

18 May 00:16
b77a4e1
Compare
Choose a tag to compare

Breaking

  • Drop support for Nextcloud 25 + 26

Changes

  • Nextcloud 27 compatibility
  • Improved 32bit compatibility #408
  • CLI command exports directly to final folder instead of a temporary folder #402
  • Various dependencies bump

v4.0.0

16 May 08:35
1baa69a
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release
  • Nextcloud 27 compatibility
  • Improved 32bit compatibility #408
  • CLI command exports directly to final folder instead of a temporary folder #402
  • Various dependencies bump

v3.0.0

06 Mar 09:29
851db71
Compare
Choose a tag to compare
  • Support Nextcloud 26
  • Use file picker with filter from dialogs package #369
  • Improve verbose output when an exception happens #364
  • Apply node filter for comments and tags as well #354
  • Fix type error in debug mode when an Exception is thrown #353
  • Disable cancel button while cancelling #358
  • Various dependencies bump

v2.0.1

18 Oct 04:43
2c08d84
Compare
Choose a tag to compare

Breaking

  • Drop support for Nextcloud 24

New

  • Support Nextcloud 25
  • Add support for localization
  • Improve design with upgrade to @nextcloud/vue v7

Changes

  • Ignore shares and external storages when exporting files for more manageable export sizes
  • Improve documentation
  • Dependency updates

v2.0.0

18 Oct 04:19
15f9da8
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

New

  • Support Nextcloud 25
  • Add support for localization
  • Improve design with upgrade to @nextcloud/vue v7

Changes

  • Ignore shares and external storages when exporting files for more manageable export sizes
  • Improve documentation
  • Dependency updates

v1.1.0

22 Jul 23:29
b3b7c24
Compare
Choose a tag to compare

Features

  • Selective data export has been added to the CLI
  • Estimated export size based on selected data types is now displayed on the UI

Changes

  • Add selective data export to CLI #171
  • Augment stdout of import command #172
  • Add export estimation #173
  • Show estimated export size and display exportability warnings #174
  • Add file versions expiration notice #193
  • Add output flag for listing available data types #194

Fixes

  • Fix crashes when files_versions is disabled #165
  • Fix error when checking exportability while a job is queued #204