No description
  • JavaScript 97%
  • PHP 2.4%
  • Vue 0.4%
  • Shell 0.2%
Find a file
Arthur Schiwon 7e4f821cc1
Merge pull request #1119 from nextcloud/dependabot/npm_and_yarn/shell-quote-1.8.4
build(deps-dev): Bump shell-quote from 1.8.1 to 1.8.4
2026-06-12 11:10:47 +02:00
.github feat(deps): Add Nextcloud 35 support 2026-05-16 01:18:46 +02:00
.tx
appinfo feat(deps): Add Nextcloud 35 support 2026-05-16 01:18:46 +02:00
build-js chore: Add reuse workaround in js script and use PHP minimum version for psalm 2026-02-26 13:39:08 +01:00
img
js chore(assets): Recompile assets 2026-05-18 07:33:27 +00:00
l10n fix(l10n): Update translations from Transifex 2026-06-12 02:37:29 +00:00
lib chore: Remove call to deprecated method, use DI instead 2026-04-21 13:25:08 +02:00
LICENSES
screenshots
src
templates/settings/personal
tests feat: Add user_migration:manage command and last export date 2025-12-02 11:28:09 +01:00
vendor-bin build(deps-dev): Bump phpunit/phpunit in /vendor-bin/phpunit 2026-01-28 01:23:51 +00:00
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
CHANGELOG.md chore: release v10.3.0 2026-05-04 16:38:22 +02:00
composer.json build(deps-dev): Bump deepdiver/zipstreamer from 2.0.3 to 3.0.1 2026-02-28 02:04:09 +00:00
composer.lock build(deps-dev): Bump bamarni/composer-bin-plugin from 1.9.0 to 1.9.1 2026-02-28 03:51:16 +00:00
COPYING
krankerl.toml
Makefile
package-lock.json build(deps-dev): Bump shell-quote from 1.8.1 to 1.8.4 2026-06-09 14:59:18 +00:00
package.json feat(deps): Add Nextcloud 35 support 2026-05-16 01:18:46 +02:00
psalm.xml chore: Move PHP platform to 8.0 for Nextcloud 29 support 2025-12-11 10:40:44 +01:00
README.md
release.sh chore: Add npm command to release script 2025-11-27 15:29:34 +01:00
REUSE.toml chore: Add reuse line for workflow patches 2026-03-31 11:49:35 +02:00
stylelint.config.js
webpack.config.js

Nextcloud User migration

REUSE status PHPUnit GitHub Action Node GitHub Action Lint GitHub Action

👤➡ User migration app for Nextcloud

This app allows users to easily migrate from one instance to another using an export of their account.

  • 🐱 Log in to cat.example.com/nextcloud
  • ⚙ Go into Personal settings > Data migration
  • ☑ Select what you want to export (settings, files, profile information, profile picture, calendars, contacts…)
  • ⚙ Start the export and wait for the server to process it
  • 📁 Download the resulting file called user.nextcloud_export
  • 🐶 Open an account on dog.example.com/nextcloud
  • 🡅 Upload user.nextcloud_export into your files
  • ⚙ Go into Personal settings > Data migration and start the import
  • 🎉 Enjoy your stay on your new instance and close you old account

Screenshots

Select what to export from your old instance

Export data selection

Export in progress

Export in progress

Import into your new instance

Import file selection


occ Commands

The following occ commands are available. For a full description of command usage please pass the --help flag.

Export

occ user:export [options] [--] [<user> [<folder>]]

Import

occ user:import [options] [--] <archive>