Merge pull request #6095 from nextcloud/general-improvements

Update Release Schedule + Minor fixes
This commit is contained in:
rakekniven
2021-05-03 14:40:06 +02:00
committed by GitHub
6 changed files with 42 additions and 36 deletions

View File

@@ -1,9 +1,8 @@
====
GDPR
====
===============
GDPR-compliance
===============
.. toctree::
:maxdepth: 2
cookies

View File

@@ -1,6 +1,6 @@
========
Calendar
========
=================
Calendar / CalDAV
=================
Invitations
-----------
@@ -16,7 +16,7 @@ Contacts that have a birthday date filled are automatically added as events to a
If you deactivate this option, all users will no longer have this calendar.
When activating this option, users birthday calendars won't be available right away because they need to be generated
by a background task. See :doc:`../configuration_server/occ_command` section Dav commands.
by a background task. See :doc:`../configuration_server/occ_command` section DAV commands.
Reminder notifications
----------------------
@@ -31,8 +31,8 @@ Make sure the "Send notifications for events" and the "Enable notifications for
Background jobs
~~~~~~~~~~~~~~~
Running background jobs can be an expensive task when there are a large number of events, reminders, event sharees and attendees. However, this needs to happen
often enough so that the notifications are sent on time. To accomplish this you should use a dedicated occ command that runs
more often than the standard cron system::
often enough so that the notifications are sent on time. To accomplish this you should use a dedicated ``occ`` command that runs
more often than the standard ``cron`` system::
# crontab -u www-data -e
*/5 * * * * php -f /var/www/nextcloud/occ dav:send-event-reminders
@@ -54,11 +54,13 @@ If you don't wish for users to have this capability, you can disable FreeBusy fo
php occ config:app:set dav disableFreeBusy --value yes
Subscriptions
----------------------
-------------
Refresh rate
~~~~~~~~~~~~
Calendar subscriptions are cached on server and refreshed periodically. The default refresh rate is one week, unless the subscription itself tells otherwise.
Calendar subscriptions are cached on server and refreshed periodically.
The default refresh rate is one week, unless the subscription itself tells otherwise.
To set up a different default refresh rate, change the ``calendarSubscriptionRefreshRate`` option::
@@ -69,6 +71,7 @@ Where the value is a `DateInterval <https://www.php.net/manual/dateinterval.cons
Allow subscriptions on local network
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because of security issues, Nextcloud forbids subscriptions from local network hosts. If you need to allow this, change the following parameter to::
Because of security issues, Nextcloud forbids subscriptions from local network hosts.
If you need to allow this, change the following parameter to::
php occ config:app:set dav webcalAllowLocalAccess --value yes

View File

@@ -6,7 +6,7 @@ Welcome to the Nextcloud Server Administration Guide. This guide describes
administration tasks for Nextcloud, the flexible open source file synchronization
and sharing solution. Nextcloud includes the Nextcloud server, which runs on
Linux, client applications for Microsoft Windows, macOS and Linux, and mobile
clients for the Android and Apple iOS operating systems.
clients for the Android and iOS operating systems.
Current editions of Nextcloud manuals are always available online at
`docs.nextcloud.com <https://docs.nextcloud.com/>`_.
@@ -20,11 +20,11 @@ Videos and blogs
----------------
See the `official Nextcloud channel
<https://www.youtube.com/channel/UCQjN5Fs5QSz1loJqLb5bkew>`_
<https://www.youtube.com/c/Nextcloud>`_
on YouTube for tutorials, overviews, and conference videos.
Visit `Nextcloud Planet <https://nextcloud.com/news/>`_ for news and developer
blogs.
Visit `our blog <https://nextcloud.com/news/>`_ for latest news and to learn more
about what is going on in and around Nextcloud.
Target audience
---------------
@@ -38,6 +38,6 @@ respective manuals:
* `Nextcloud Desktop Client`_
.. _`Nextcloud User Manual`: https://docs.nextcloud.com/server/latest/user_manual/en/
.. _`Nextcloud Desktop Client`: https://docs.nextcloud.com/desktop/2.6/
.. _`Nextcloud Desktop Client`: https://docs.nextcloud.com/desktop/3.1/
.. TODO ON RELEASE: Update version number above on release

View File

@@ -43,7 +43,7 @@ Backup database
MySQL/MariaDB
^^^^^^^^^^^^^
MySQL or MariaDB, which is a drop-in MySQL replacement, is the recommended
MySQL or MariaDB, which is a drop-in MySQL replacement, is the recommended
database engine. To backup MySQL/MariaDB::
mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak
@@ -59,4 +59,3 @@ PostgreSQL
::
PGPASSWORD="password" pg_dump [db_name] -h [server] -U [username] -f nextcloud-sqlbkp_`date +"%Y%m%d"`.bak

View File

@@ -14,7 +14,6 @@ This page gives an overview of the currently supported and released versions as
| **19** | 2020-06-03 | 2021-06 |
+--------+-------------------+------------------+
Find the detailed schedule for major and maintenance releases at: `GitHub <https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule>`_.
Major releases
@@ -35,6 +34,9 @@ Older versions
+----------+----------------+-------------+-------------------------+
| | release date | end of life | latest version |
+==========+================+=============+=========================+
| **18** | 2020-01-16 | 2021-01 | 18.0.14 (2021-01-27) |
+----------+----------------+-------------+-------------------------+
| **17** | 2019-09-30 | 2020-10 | 17.0.10 (2020-10-08) |
+----------+----------------+-------------+-------------------------+
| **18** | 2020-01-16 | 2021-01 | 18.0.14 (2021-01-27) |
+----------+----------------+-------------+-------------------------+

View File

@@ -37,12 +37,12 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./static/css/main.min.css" type="text/css" />
<link rel="stylesheet" href="./static/css/styles.css" type="text/css" />
<script type="text/javascript">var templateUrl='https://docs.nextcloud.com/server/14/user_manual/_static/';</script>
<script type="text/javascript">var templateUrl='https://docs.nextcloud.com/server/14/user_manual/_static/';</script>
<script data-main="./static/js/require.config.js" src="./static/js/require.min.js"></script>
<script>require(["require.config"],function(){require(["modules/header","main","modernizr","modules/cookieconsent"])});</script>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
@@ -294,8 +294,8 @@
<h1>Older Nextcloud server releases<a class="headerlink" href="#nextcloud-older" title="Permalink to this headline"></a></h1>
<p>This documents the <em>older</em> versions of Nextcloud. These releases are no longer
publicly maintained and users are strongly encouraged to upgrade to a maintained
release or get access to long term security and stability updates through a
<a href="https://nextcloud.com/enterprise">Nextcloud Subscription.</a></p>a
release or get access to long term security and stability updates with
<a href="https://nextcloud.com/enterprise">Nextcloud Enterprise.</a></p>a
<div class="section" id="nextcloud-18">
<h2>Nextcloud 18<a class="headerlink" href="#nextcloud-18" title="Permalink to this headline"></a></h2>
@@ -353,7 +353,7 @@
<li><a class="reference external" href="https://docs.nextcloud.com/server/14/admin_manual/">Administration Manual</a>
(<a class="reference external" href="https://docs.nextcloud.com/server/14/Nextcloud_Server_Administration_Manual.pdf">Download PDF</a>)</li>
<li><a class="reference external" href="https://docs.nextcloud.com/server/14/developer_manual/">Developer Manual</a>
</ul>
</ul>
</div>
<div class="section" id="nextcloud-13">
@@ -445,7 +445,6 @@
<h1>About Nextcloud</h1>
<ul>
<li><a class="reference external" href="https://nextcloud.com/about">About us</a></li>
<li><a class="reference external" href="https://nextcloud.com/contributors">Community</a></li>
<li><a class="reference external" href="https://nextcloud.com/events">Events</a></li>
<li><a class="reference external" href="https://nextcloud.com/jobs">Jobs</a></li>
<li><a class="reference external" href="https://nextcloud.com/community/code-of-conduct/">Code of Conduct</a></li>
@@ -458,12 +457,15 @@
<div class="footer-nav">
<h1>Resources</h1>
<ul>
<li><a class="reference external" href="https://nextcloud.com/search/">Search our website</a></li>
<li><a class="reference external" href="https://nextcloud.com/install">Download</a></li>
<li><a class="reference external" href="https://apps.nextcloud.com">App Store</a></li>
<li><a class="reference external" href="https://docs.nextcloud.com">Documentation</a></li>
<li><a class="reference external" href="https://nextcloud.com/enterprise">Enterprise Subscription</a></li>
<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/admin_manual/">Admin manual</a></li>
<li><a class="reference external" href="https://docs.nextcloud.com/server/latest/user_manual/en/">User manual</a></li>
<li><a class="reference external" href="https://nextcloud.com/developer/">Developer program</a></li>
<li><a class="reference external" href="https://nextcloud.com/security">Security</a></li>
<li><a class="reference external" href="https://github.com/nextcloud">Code on GitHub</a></li>
<li><a class="reference external" href="https://nextcloud.com/compare/">Compare</a></li>
</ul>
</div>
</div>
@@ -472,9 +474,8 @@
<h1>Interact</h1>
<ul>
<li><a class="reference external" href="https://nextcloud.com/support">Support</a></li>
<li><a class="reference external" href="https://webchat.freenode.net/?channels=nextcloud">IRC Channel</a></li>
<li><a class="reference external" href="https://help.nextcloud.com/categories">Forums</a></li>
<li><a class="reference external" href="https://demo.nextcloud.com">Demo</a></li>
<li><a class="reference external" href="https://try.nextcloud.com">Demo</a></li>
<li><a class="reference external" href="https://nextcloud.com/contact">Contact us</a></li>
<li><a class="reference external" href="https://nextcloud.com/press">Press center</a></li>
<li><a class="reference external" href="https://github.com/nextcloud/server/issues">Bug Tracker</a></li>
@@ -486,10 +487,12 @@
<h1>Follow us</h1>
<ul>
<li><a class="reference external" href="https://www.facebook.com/Nextcloud-1032807203462807/">Facebook</a></li>
<li><a class="reference external" href="https://www.linkedin.com/company/10827569/">LinkedIn</a></li>
<li><a class="reference external" href="https://instagram.com/nextclouders">Instagram</a></li>
<li><a class="reference external" href="https://twitter.com/nextclouders">Twitter</a></li>
<li><a class="reference external" href="https://www.linkedin.com/company/10827569/">LinkedIn</a></li>
<li><a class="reference external" href="https://youtube.com/nextcloud">YouTube</a></li>
<li><a class="reference external" href="https://twitter.com/nextclouders">Twitter</a></li>
<li><a class="reference external" href="https://mastodon.xyz/@nextcloud">Mastodon</a></li>
<li><a class="reference external" href="https://nextcloud.com/podcast/">Podcast</a></li>
<li><a class="reference external" href="https://nextcloud.com/blogfeed">RSS Feed</a></li>
</ul>
</div>
@@ -497,7 +500,7 @@
</div>
<div class="row">
<div class="col-sm-12 text-center">
<p>&copy; 2019 Nextcloud GmbH</p>
<p>&copy; 2021 Nextcloud GmbH</p>
</div>
</div>
</div><!-- container -->