Skip to content

Conversation

@Rello
Copy link
Collaborator

@Rello Rello commented Aug 22, 2025

In branded clients, it can be required not to migrate existing (e.g. private) accounts when the client is setup the first time.

  • add DISABLE_ACCOUNT_MIGRATION CMake option
  • compile out legacy account migration code and CLI flag when disabled

https://github.com/nextcloud-gmbh/brander/issues/997

@mgallien mgallien force-pushed the codex/add-cmake-option-to-disable-account-migration branch from 94a8e8f to 31c4c26 Compare August 22, 2025 11:53
@mgallien mgallien merged commit a382a00 into nextcloud:master Aug 22, 2025
12 of 16 checks passed
@Rello Rello deleted the codex/add-cmake-option-to-disable-account-migration branch August 22, 2025 13:34
@Rello
Copy link
Collaborator Author

Rello commented Aug 26, 2025

/backport to stable-3.18

@backportbot
Copy link

backportbot bot commented Aug 26, 2025

The backport to stable-3.18 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-3.18
git pull origin stable-3.18

# Create the new backport branch
git checkout -b backport/8633/stable-3.18

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 31c4c260

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/8633/stable-3.18

Error: Failed to clone repository: Failed to create working tree: Preparing worktree (new branch 'backport/8633/stable-3.18')
fatal: not a valid object name: 'origin/stable-3.18'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@Rello
Copy link
Collaborator Author

Rello commented Aug 26, 2025

/backport to stable-3.17

@Rello
Copy link
Collaborator Author

Rello commented Aug 26, 2025

/backport to stable-3.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants