documentation icon indicating copy to clipboard operation
documentation copied to clipboard

feat: Document new API for occ reserved options

Open come-nc opened this issue 1 year ago • 1 comments

☑️ Resolves

See https://github.com/nextcloud/server/pull/46115

🖼️ Screenshots

come-nc avatar Aug 05 '24 10:08 come-nc

Should we add any references to these options within the Admin Manual at this point? I was thinking the general occ overview: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html

joshtrichards avatar Aug 07 '24 13:08 joshtrichards

/backport to stable30

come-nc avatar Sep 14 '24 11:09 come-nc

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/12090/stable30

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

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/12090/stable30

Error: No changes found in backport branch


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

backportbot[bot] avatar Sep 14 '24 11:09 backportbot[bot]