This repository was archived by the owner on Aug 20, 2026. It is now read-only.
docs: updates required for 8.1 - #1286
Closed
mmattel wants to merge 5 commits into
Closed
Conversation
mmattel
force-pushed
the
updates_for_8.1
branch
2 times, most recently
from
August 4, 2026 15:04
e433c71 to
440554b
Compare
mmattel
force-pushed
the
updates_for_8.1
branch
2 times, most recently
from
August 18, 2026 12:33
e0727b0 to
6cc889e
Compare
* feat: add ci to 8.1 (#1288) * chore: add CODEOWNERS (managed by owncloud/admin) (#1298) Co-authored-by: owncloud-settings-bot[bot] <291027677+owncloud-settings-bot[bot]@users.noreply.github.com> * chore(deps): bump asciidoctor-kroki from 0.18.1 to 1.0.1 (#1299) Bumps [asciidoctor-kroki](https://github.com/asciidoctor/asciidoctor-kroki) from 0.18.1 to 1.0.1. - [Release notes](https://github.com/asciidoctor/asciidoctor-kroki/releases) - [Changelog](https://github.com/asciidoctor/asciidoctor-kroki/blob/main/CHANGELOG.md) - [Commits](asciidoctor/asciidoctor-kroki@v0.18.1...v1.0.1) --- updated-dependencies: - dependency-name: asciidoctor-kroki dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: relink archived owncloud/web references to the ocis monorepo (#1297) * fix: relink archived owncloud/web to ocis monorepo The owncloud/web repository has been archived and consolidated into the owncloud/ocis monorepo under the web/ directory. Repoint the developer overview links to their new location. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> * fix: relink archived owncloud/web to ocis monorepo Repoint the "Web repository" link in the developer community section to the owncloud/ocis monorepo web/ directory. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> * fix: relink archived owncloud/web to ocis monorepo The owncloud/web repo is archived; its issue tracker is disabled and the config examples now live in the ocis monorepo. Point the example theme config and the "open an issue" attributes at owncloud/ocis. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> * fix: relink archived owncloud/web to ocis monorepo Point the web UI config examples link at the config directory in the owncloud/ocis monorepo, since owncloud/web is archived. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --------- Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> * chore(deps): bump js-yaml from 5.2.1 to 5.2.2 in the minor-and-patch group (#1301) chore(deps): bump js-yaml in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 5.2.1 to 5.2.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.2.1...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: update antora.yml for 8.1 in the 8.1 branch --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: owncloud-settings-bot[bot] <291027677+owncloud-settings-bot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
mmattel
force-pushed
the
updates_for_8.1
branch
from
August 18, 2026 13:19
6cc889e to
cf03900
Compare
This was referenced Aug 20, 2026
DeepDiver1975
added a commit
to owncloud/docs.owncloud.com
that referenced
this pull request
Aug 20, 2026
…grade guide Port of owncloud/docs-ocis#1286, which never merged upstream -- so ocis 8.1 and 8.2 shipped without this content and no version folder here carries it. Applied to content/ocis/8.1, 8.2 and 8.3 (substantive content, per the README backport rule -- a feature present since 8.1 is documented in every version that has it): * storage-users "Vault Mode" service configuration section * ports-used: the 9285-9289 storage-users (vault) range * new "Verify and Inspect a Blobstore" command page + its index entry * new maintenance/ocis-storage-users-cli.adoc partial * new "Upgrading from 8.0.0 to 8.1.0" guide + its upgrading-ocis entry Applied to content/ocis/8.1 only (version bookkeeping -- these pages describe one specific version delta, so the rewrite belongs in the folder whose delta it is): * changed-cli.adoc: 8.0.0 -> 8.1.0 delta * env-var-changes.adoc: 8.0.0 -> 8.1.0 delta Dropped from the port: the upstream antora.yml hunk. antora.yml is monorepo-owned and never was synced; each folder already carries the correct per-version values. Corrected while porting: "There are ne breaking changes" -> "no", and the trailing space on the added ports-used row. Refs: owncloud/docs-ocis#1286 Refs: owncloud/docs-ocis#1259 Refs: owncloud/docs-ocis#1287 Co-Authored-By: Martin Mattel <github@diemattels.at> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
DeepDiver1975
added a commit
to owncloud/docs.owncloud.com
that referenced
this pull request
Aug 20, 2026
…grade guide Port of owncloud/docs-ocis#1286, which never merged upstream -- so ocis 8.1 and 8.2 shipped without this content and no version folder here carries it. Applied to content/ocis/8.1, 8.2 and 8.3 (substantive content, per the README backport rule -- a feature present since 8.1 is documented in every version that has it): * storage-users "Vault Mode" service configuration section * ports-used: the 9285-9289 storage-users (vault) range * new "Verify and Inspect a Blobstore" command page + its index entry * new maintenance/ocis-storage-users-cli.adoc partial * new "Upgrading from 8.0.0 to 8.1.0" guide + its upgrading-ocis entry Applied to content/ocis/8.1 only (version bookkeeping -- these pages describe one specific version delta, so the rewrite belongs in the folder whose delta it is): * changed-cli.adoc: 8.0.0 -> 8.1.0 delta * env-var-changes.adoc: 8.0.0 -> 8.1.0 delta Dropped from the port: the upstream antora.yml hunk. antora.yml is monorepo-owned and never was synced; each folder already carries the correct per-version values. Corrected while porting: "There are ne breaking changes" -> "no", and the trailing space on the added ports-used row. Refs: owncloud/docs-ocis#1286 Refs: owncloud/docs-ocis#1259 Refs: owncloud/docs-ocis#1287 Co-Authored-By: Martin Mattel <github@diemattels.at> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Member
|
This repository is being archived and is no longer maintained. Closing this as part of archival. Thank you for your contribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add updates required for 8.1
Fixes: #1259 (Add storage-users vault service configuration)
Fixes: #1287 (New ocis command: Add CLI command to test Blobstore)