From be7b2dc6161aad693cb285cb7564c4aae8e3c339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Jul 2026 23:09:31 +0200 Subject: [PATCH 1/4] fix: relink archived owncloud/web to ocis monorepo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- modules/developer/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/developer/index.adoc b/modules/developer/index.adoc index 0862b0235..34d2a0813 100644 --- a/modules/developer/index.adoc +++ b/modules/developer/index.adoc @@ -21,7 +21,7 @@ Welcome to our developer documentation. Here you find documentation with focus f - [oCIS]({{< ref "./ocis" >}}) server - oCIS Services - Clients like: - - [ownCloud Web](https://github.com/owncloud/web) - the new web frontend for oCIS and ownCloud + - [ownCloud Web](https://github.com/owncloud/ocis/tree/master/web) - the new web frontend for oCIS and ownCloud - [ownCloud Android app](https://github.com/owncloud/android) - [ownCloud iOS app](https://github.com/owncloud/ios-app) - [ownCloud Desktop Syncing Client](https://github.com/owncloud/client) @@ -36,7 +36,7 @@ You can also find all client sources on https://github.com/owncloud/[GitHub]. ## Join the oCIS Community -The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/web[ownCloud Web]. +The https://github.com/owncloud/ocis[ocis repository] is a good entry point to the oCIS project. In addition to that, there are also ownCloud projects for apps such as https://github.com/owncloud/ios-app[iOS], https://github.com/owncloud/android[Android], the https://github.com/owncloud/desktop[Desktop] platforms and https://github.com/owncloud/ocis/tree/master/web[ownCloud Web]. To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale]. From 7c3a1830c9942705d7948f798df2db07198c0244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Jul 2026 23:09:49 +0200 Subject: [PATCH 2/4] fix: relink archived owncloud/web to ocis monorepo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- modules/developer/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/developer/pages/index.adoc b/modules/developer/pages/index.adoc index 7030d2b40..b4e78c977 100644 --- a/modules/developer/pages/index.adoc +++ b/modules/developer/pages/index.adoc @@ -38,7 +38,7 @@ You can also find all app sources at:: == Join the oCIS Community -The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/web[Web repository] provides the web frontend for oCIS. +The https://github.com/owncloud/ocis[oCIS repository] is a good entry point to the oCIS project. The https://github.com/owncloud/ocis/tree/master/web[Web frontend] is part of the oCIS monorepo. To chat about development, join our public chat on https://matrix.to/#/#ocis:matrix.org[matrix: ownCloud Infinite Scale]. From 9282677595d2029c40db31f6e69a68297b63fcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Jul 2026 23:10:11 +0200 Subject: [PATCH 3/4] fix: relink archived owncloud/web to ocis monorepo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- modules/admin/pages/deployment/webui/webui-theming.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin/pages/deployment/webui/webui-theming.adoc b/modules/admin/pages/deployment/webui/webui-theming.adoc index f21c9b7f2..14c581c87 100644 --- a/modules/admin/pages/deployment/webui/webui-theming.adoc +++ b/modules/admin/pages/deployment/webui/webui-theming.adoc @@ -5,9 +5,9 @@ :page-aliases: ROOT:deployment/webui/webui-theming.adoc :web_assets_path: /services/web/assets/themes/owncloud/ -:example-theme-url: https://github.com/owncloud/web/tree/master/config +:example-theme-url: https://github.com/owncloud/ocis/tree/master/web/config :design-tokens-url: https://owncloud.design/#/Design%20Tokens -:gh-webui-url: https://github.com/owncloud/web/issues/new +:gh-webui-url: https://github.com/owncloud/ocis/issues/new include::partial$multi-location/compose-version.adoc[] From ac80feb49b2debe54720f0b8bd9e771839eea9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 15 Jul 2026 23:10:28 +0200 Subject: [PATCH 4/4] fix: relink archived owncloud/web to ocis monorepo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- modules/admin/pages/deployment/services/s-list/web.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/pages/deployment/services/s-list/web.adoc b/modules/admin/pages/deployment/services/s-list/web.adoc index 50d8dc745..0690ec6c1 100644 --- a/modules/admin/pages/deployment/services/s-list/web.adoc +++ b/modules/admin/pages/deployment/services/s-list/web.adoc @@ -29,7 +29,7 @@ Beside theming, see below, the behavior of the web UI can be configured via opti === Web UI Config File -When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/web/tree/master/config[link,window=_blank] for examples. +When defined via the `WEB_UI_CONFIG_FILE`, the configuration of the web UI can be made with a json based file. See the https://github.com/owncloud/ocis/tree/master/web/config[link,window=_blank] for examples. == Embedding Web