Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified server/latest/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/latest/Nextcloud_User_Manual.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3>Modifying the look of emails beyond the theming app capabilities<a class="he
an app and load it so you do not need to patch it on every update.</p>
<p>This is the interface of the class that needs to be implemented: <a class="reference external" href="https://github.com/nextcloud/server/blob/master/lib/public/Mail/IEMailTemplate.php">https://github.com/nextcloud/server/blob/master/lib/public/Mail/IEMailTemplate.php</a></p>
<p>That is the implementation that could be extended and used to see how it works: <a class="reference external" href="https://github.com/nextcloud/server/blob/master/lib/private/Mail/EMailTemplate.php">https://github.com/nextcloud/server/blob/master/lib/private/Mail/EMailTemplate.php</a></p>
<p>An example from <a class="reference external" href="https://portal.nextcloud.com/article/customized-email-templates-29.html">a GitHub issue</a>:</p>
<p>An example from <a class="reference external" href="https://portal.nextcloud.com/article/customized-email-templates-29.html">a Nextcloud portal article</a>:</p>
<ol class="arabic simple">
<li><p>Look at the source code of extended class <a class="reference external" href="https://github.com/nextcloud/server/blob/master/lib/private/Mail/EMailTemplate.php">OC\Mail\EMailTemplate::class</a></p></li>
<li><p>Then override what you need in your own <cite>OC\Mail\EMailTemplate::class</cite> extension</p></li>
Expand Down
14 changes: 14 additions & 0 deletions server/latest/admin_manual/occ_system.html
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,20 @@ <h3>workflows:list<a class="headerlink" href="#workflows-list" title="Link to th
<span id="command-line-upgrade-label"></span><h2><a class="toc-backref" href="#id18" role="doc-backlink">Command line upgrade</a><a class="headerlink" href="#command-line-upgrade" title="Link to this heading"></a></h2>
<p>These commands are available after downloading an upgraded package or tarball,
and before completing the upgrade.</p>
<div class="admonition important">
<p class="admonition-title">Important</p>
<p><code class="docutils literal notranslate"><span class="pre">occ</span> <span class="pre">upgrade</span></code> only runs the <strong>migration phase</strong>: database schema updates and
app upgrades. It does <strong>not</strong> download or replace Nextcloud’s code files.</p>
<p>Before running <code class="docutils literal notranslate"><span class="pre">occ</span> <span class="pre">upgrade</span></code> you must first replace the code using one of:</p>
<ul class="simple">
<li><p>The built-in updater: <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">-E</span> <span class="pre">-u</span> <span class="pre">www-data</span> <span class="pre">php</span> <span class="pre">/var/www/nextcloud/updater/updater.phar</span></code></p></li>
<li><p>A manually extracted tarball (see <a class="reference internal" href="maintenance/manual_upgrade.html"><span class="doc">Upgrade manually</span></a>)</p></li>
</ul>
<p>If <code class="docutils literal notranslate"><span class="pre">occ</span> <span class="pre">upgrade</span></code> reports <em>“Nextcloud is up to date”</em> when you expect an upgrade
to run, the code files have not been replaced yet — run the updater or extract
the new tarball first.</p>
<p>See <a class="reference internal" href="maintenance/upgrade.html"><span class="doc">How to upgrade</span></a> for the full upgrade process.</p>
</div>
<p>When performing an upgrade, use <code class="docutils literal notranslate"><span class="pre">occ</span> <span class="pre">upgrade</span></code> instead of the web-based
upgrader to avoid PHP timeout limits (the web interface enforces a 3600-second
limit). On large installations this may not be sufficient, leaving the system
Expand Down
2 changes: 1 addition & 1 deletion server/latest/admin_manual/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/latest/developer_manual/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h3>Here are some alternatives:</h3>

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
10 changes: 1 addition & 9 deletions server/latest/developer_manual/_static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -17255,9 +17255,7 @@
"name",
"groups",
"internal",
"isCompatible",
"missingMaxNextcloudVersion",
"missingMinNextcloudVersion"
"isCompatible"
],
"properties": {
"id": {
Expand All @@ -17283,12 +17281,6 @@
"items": {
"type": "string"
}
},
"missingMaxNextcloudVersion": {
"type": "boolean"
},
"missingMinNextcloudVersion": {
"type": "boolean"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h3>Nextcloud 20 and later<a class="headerlink" href="#nextcloud-20-and-later" t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2>Performance considerations<a class="headerlink" href="#performance-considera

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h4>Conflict example<a class="headerlink" href="#conflict-example" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1>App development<a class="headerlink" href="#app-development" title="Link to

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/app_development/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/app_development/init.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h2>Initialization events<a class="headerlink" href="#initialization-events" tit

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2>App architecture<a class="headerlink" href="#app-architecture" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h2>Documentation on the translation process<a class="headerlink" href="#documen

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h1>Tutorial<a class="headerlink" href="#tutorial" title="Link to this heading">

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h2>Errors<a class="headerlink" href="#errors" title="Link to this heading"><

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1>App publishing and maintenance<a class="headerlink" href="#app-publishing-an

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h2>Enterprise support<a class="headerlink" href="#enterprise-support" title="Li

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h3>How to move<a class="headerlink" href="#how-to-move" title="Link to this hea

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h3>The process<a class="headerlink" href="#the-process" title="Link to this hea

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h3>Hybrid Distribution<a class="headerlink" href="#hybrid-distribution" title="

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ <h1><code class="docutils literal notranslate"><span class="pre">OCP\WorkflowEng

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h3>Scheduling<a class="headerlink" href="#scheduling" title="Link to this headi

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/caching.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2>Distributed cache<a class="headerlink" href="#distributed-cache" title="Link

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/controllers.html
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ <h3>Modifying the content security policy<a class="headerlink" href="#modifying-

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ <h2>Accessing the container from anywhere<a class="headerlink" href="#accessing-

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ <h2>Public emitter<a class="headerlink" href="#public-emitter" title="Link to th

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/front-end/css.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h1>CSS<a class="headerlink" href="#css" title="Link to this heading"></a></h

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1>Front-end<a class="headerlink" href="#front-end" title="Link to this heading

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/front-end/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h3>Obtaining the initial state in JavaScript<a class="headerlink" href="#obtain

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2>Including images<a class="headerlink" href="#including-images" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h2>Icons<a class="headerlink" href="#icons" title="Link to this heading"></a

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h1>Basic concepts<a class="headerlink" href="#basic-concepts" title="Link to th

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2>Admin audit logging<a class="headerlink" href="#admin-audit-logging" title="

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/middlewares.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h2>Parsing annotations<a class="headerlink" href="#parsing-annotations" title="

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1>Public share template<a class="headerlink" href="#public-share-template" tit

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2>Front controller<a class="headerlink" href="#front-controller" title="Link t

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/routing.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ <h3>router:match<a class="headerlink" href="#router-match" title="Link to this h

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion server/latest/developer_manual/basics/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h1>Settings<a class="headerlink" href="#settings" title="Link to this heading">

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h3>File<a class="headerlink" href="#file" title="Link to this heading"></a><

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h2>User values<a class="headerlink" href="#user-values" title="Link to this hea

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ <h2>Supporting more databases<a class="headerlink" href="#supporting-more-databa

<div role="contentinfo">
<p>&#169; Copyright 2016-2026 Nextcloud GmbH and Nextcloud contributors.
<span class="lastupdated">Last updated on May 13, 2026.
<span class="lastupdated">Last updated on May 14, 2026.
</span></p>
</div>

Expand Down
Loading