mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #10418 from nextcloud/branchoff/master-changes
chore: Fix master branch after stable27 branch-off
This commit is contained in:
@@ -81,6 +81,8 @@ forcing them.
|
||||
.. note:: There are more sharing options on config.php level available:
|
||||
`Configuration Parameters <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#sharing>`_
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
.. _transfer_userfiles_label:
|
||||
|
||||
Distinguish between max expiration date and default expiration date
|
||||
|
||||
@@ -385,6 +385,8 @@ does not match the actual data stored in the user's ``data/$userId/files`` direc
|
||||
Metadata, versions, trashbin and encryption keys are not counted in the used space above.
|
||||
Please refer to the `quota documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/quota.html>`_ for details.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Running the following command can help fix the sizes and quota for a given user::
|
||||
|
||||
sudo -u www-data php occ files:scan -vvv <user-id>
|
||||
|
||||
4
conf.py
4
conf.py
@@ -36,8 +36,8 @@ html_logo = "../_shared_assets/static/logo-white.png"
|
||||
rst_epilog = '.. |version| replace:: %s' % version
|
||||
|
||||
# building the versions list
|
||||
version_start = 24 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 26 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
version_start = 25 # THIS IS THE SUPPORTED VERSION NUMBER
|
||||
version_stable = 27 # INCREASE THIS NUMBER TO THE LATEST STABLE VERSION NUMBER
|
||||
|
||||
# Also search for "TODO ON RELEASE" in the rst files
|
||||
|
||||
|
||||
56
index.html
56
index.html
@@ -220,7 +220,7 @@
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-latest">
|
||||
<h2>Nextcloud 27<a class="headerlink" href="#nextcloud-latest" title="Permalink to this headline">¶</a></h2>
|
||||
<h2>Nextcloud 28<a class="headerlink" href="#nextcloud-latest" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>upcoming</em> version of Nextcloud (not released).</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/user_manual/">User Manual</a>
|
||||
@@ -232,7 +232,7 @@
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-stable">
|
||||
<h2>Nextcloud 26<a class="headerlink" href="#nextcloud-stable" title="Permalink to this headline">¶</a></h2>
|
||||
<h2>Nextcloud 27<a class="headerlink" href="#nextcloud-stable" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>latest stable</em> version of Nextcloud.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/stable/user_manual/">User Manual</a>
|
||||
@@ -244,8 +244,20 @@
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-previous">
|
||||
<h2>Nextcloud 25<a class="headerlink" href="#nextcloud-previous" title="Permalink to this headline">¶</a></h2>
|
||||
<h2>Nextcloud 26<a class="headerlink" href="#nextcloud-previous" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>previous</em> version of Nextcloud.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/26/user_manual/">User Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/26/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/26/admin_manual/">Administration Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/26/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/26/developer_manual/">Developer Manual</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-25">
|
||||
<h2>Nextcloud 25<a class="headerlink" href="#nextcloud-25" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>last supported</em> version of Nextcloud.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/25/user_manual/">User Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/25/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
||||
@@ -255,18 +267,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-24">
|
||||
<h2>Nextcloud 24<a class="headerlink" href="#nextcloud-previous" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>last supported</em> version of Nextcloud.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/user_manual/">User Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/admin_manual/">Administration Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/developer_manual/">Developer Manual</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="desktop">
|
||||
<h1>Nextcloud Desktop Client<a class="headerlink" href="#desktop" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Once you have a Nextcloud Server running, you can connect to it with various <a class="reference external" href="https://nextcloud.com/install/#install-clients">clients like our mobile and desktop client.</a>
|
||||
@@ -280,13 +280,13 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="desktop-37">
|
||||
<h2>Desktop 3.7<a class="headerlink" href="#desktop-37" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>previous</em> version of the Nextcloud desktop client.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.7">Manual</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="desktop-37">
|
||||
<h2>Desktop 3.7<a class="headerlink" href="#desktop-37" title="Permalink to this headline">¶</a></h2>
|
||||
<p>This documents the <em>previous</em> version of the Nextcloud desktop client.</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/desktop/3.7">Manual</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="desktop-36">
|
||||
<h2>Desktop 3.6<a class="headerlink" href="#desktop-36" title="Permalink to this headline">¶</a></h2>
|
||||
@@ -333,6 +333,18 @@
|
||||
release or get access to long term security and stability updates with
|
||||
<a href="https://nextcloud.com/enterprise">Nextcloud Enterprise.</a></p>
|
||||
|
||||
<div class="section" id="nextcloud-24">
|
||||
<h2>Nextcloud 24<a class="headerlink" href="#nextcloud-24" title="Permalink to this headline">¶</a></h2>
|
||||
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/user_manual/">User Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_User_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/admin_manual/">Administration Manual</a>
|
||||
(<a class="reference external" href="https://docs.nextcloud.com/server/24/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
|
||||
<li><a class="reference external" href="https://docs.nextcloud.com/server/24/developer_manual/">Developer Manual</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="section" id="nextcloud-23">
|
||||
<h2>Nextcloud 23<a class="headerlink" href="#nextcloud-23" title="Permalink to this headline">¶</a></h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user