Skip to content

feat: Document new API for occ reserved options - #12090

Merged
come-nc merged 2 commits into
masterfrom
feat/document-occ-reserved-options
Sep 14, 2024
Merged

feat: Document new API for occ reserved options#12090
come-nc merged 2 commits into
masterfrom
feat/document-occ-reserved-options

Conversation

@come-nc

Copy link
Copy Markdown
Contributor

☑️ Resolves

See nextcloud/server#46115

🖼️ Screenshots

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
@joshtrichards

Copy link
Copy Markdown
Member

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

Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
@come-nc

Copy link
Copy Markdown
ContributorAuthor

/backport to stable30

@come-nc
come-nc merged commit 37e529e into masterSep 14, 2024
@come-nc
come-nc deleted the feat/document-occ-reserved-options branch September 14, 2024 11:32
@backportbot

Copy link
Copy Markdown

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@come-nc@joshtrichards@nickvergessen@susnux