Skip to content

fix: relink archived owncloud/web references to the ocis monorepo#1297

Merged
DeepDiver1975 merged 4 commits into
masterfrom
fix/web-repo-archived-relink-ocis
Jul 20, 2026
Merged

fix: relink archived owncloud/web references to the ocis monorepo#1297
DeepDiver1975 merged 4 commits into
masterfrom
fix/web-repo-archived-relink-ocis

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

Summary

owncloud/web has been archived and consolidated into the owncloud/ocis monorepo (the web frontend now lives under web/). This repoints the live, actionable links to github.com/owncloud/web so readers land on the maintained location.

Addresses the docs side of owncloud/docs#5131.

Changes

File Before After
modules/developer/index.adoc owncloud/web (2×) owncloud/ocis/tree/master/web
modules/developer/pages/index.adoc owncloud/web "Web repository" owncloud/ocis/tree/master/web
modules/admin/pages/deployment/webui/webui-theming.adoc :example-theme-url:owncloud/web/tree/master/config; :gh-webui-url:owncloud/web/issues/new owncloud/ocis/tree/master/web/config; owncloud/ocis/issues/new
modules/admin/pages/deployment/services/s-list/web.adoc owncloud/web/tree/master/config owncloud/ocis/tree/master/web/config

The :gh-webui-url: fix is the most important — issue creation is disabled on the archived repo, so owncloud/web/issues/new was a dead action.

Deliberately NOT changed

  • Historic release-note links in docs-main (ocis_historic_rn.adoc, ocis_release_notes.adoc, server_release_notes.adoc) — per-PR references like owncloud/web/pull/NNNN and the :web-releases-url:. These are point-in-time historic records that continue to resolve on the archived repo; rewriting them would falsify history.
  • The webui docs component / docs-webui — that documents the Web UI product, which is not archived.
  • owncloud/web-extensions, owncloud/web-app-skeleton — separate, non-archived repos.

Notes

The owncloud/docs repo itself contains only Antora build machinery; documentation content lives in the content-source repos (docs-ocis, docs-main, …). All Category-A actionable links happened to be in docs-ocis, so this is the only content PR needed for that scope.

🤖 Generated with Claude Code

@DeepDiver1975
DeepDiver1975 requested a review from a team as a code owner July 15, 2026 21:10
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>
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>
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>
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>
@DeepDiver1975
DeepDiver1975 force-pushed the fix/web-repo-archived-relink-ocis branch from d7fc2df to ac80feb Compare July 15, 2026 21:27
@DeepDiver1975
DeepDiver1975 merged commit 16ca2c2 into master Jul 20, 2026
2 checks passed
@DeepDiver1975
DeepDiver1975 deleted the fix/web-repo-archived-relink-ocis branch July 20, 2026 10:53
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