[Pkg-owncloud-commits] [owncloud-doc] 27/71: Backport #1011 and #1002 to stable7

David Prévot taffit at moszumanska.debian.org
Sun May 31 01:58:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 3944ace5f3ed3d2ec7dfc0cef47d447feab34427
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Fri Apr 3 11:19:18 2015 +0200

    Backport #1011 and #1002 to stable7
---
 .../configuration/external_storage_configuration.rst    | 17 +++++++++++++++++
 .../external_storage_configuration_gui.rst              | 17 +++++++++++++++++
 user_manual/pim/calendar.rst                            |  8 ++++++--
 3 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst
index 9682c96..376a8c3 100644
--- a/admin_manual/configuration/external_storage_configuration.rst
+++ b/admin_manual/configuration/external_storage_configuration.rst
@@ -47,6 +47,23 @@ When using self-signed certificates for external storage mounts the certificate
 needs to be imported in the personal settings of the user. Please refer to `this <http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html>`_
 blogpost for more informations.
 
+Adding files to external storages
+---------------------------------
+
+In general it is recommended to configure the background job ``Webcron`` or
+``Cron`` as described in :doc:`background_jobs_configuration`
+so ownCloud is able to detect files added to your external storages without the need
+that a users is browsing your ownCloud installation.
+
+Please also be aware that ownCloud might not always be able to find out what has been
+changed remotely (files changes without going through ownCloud), especially
+when it's very deep in the folder hierarchy of the external storage.
+
+You might need to setup a cron job that runs ``sudo -u www-data php occ files:scan --all``
+(or replace "--all" with the user name, see also :doc:`occ_command`)
+to trigger a rescan of the user's files periodically (for example every 15 minutes), which includes
+the mounted external storage.
+
 Example
 -------
 
diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst
index 42b2e50..c7dff8c 100644
--- a/admin_manual/configuration/external_storage_configuration_gui.rst
+++ b/admin_manual/configuration/external_storage_configuration_gui.rst
@@ -63,6 +63,23 @@ When using self-signed certificates for external storage mounts the certificate
 needs to be imported in the personal settings of the user. Please refer to `this <http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html>`_
 blogpost for more informations.
 
+Adding files to external storages
+---------------------------------
+
+In general it is recommended to configure the background job ``Webcron`` or
+``Cron`` as described in :doc:`background_jobs_configuration`
+so ownCloud is able to detect files added to your external storages without the need
+that a users is browsing your ownCloud installation.
+
+Please also be aware that ownCloud might not always be able to find out what has been
+changed remotely (files changes without going through ownCloud), especially
+when it's very deep in the folder hierarchy of the external storage.
+
+You might need to setup a cron job that runs ``sudo -u www-data php occ files:scan --all``
+(or replace "--all" with the user name, see also :doc:`occ_command`)
+to trigger a rescan of the user's files periodically (for example every 15 minutes), which includes
+the mounted external storage.
+
 Local Storage
 -------------
 
diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst
index 3a7ecd1..ad6e10e 100644
--- a/user_manual/pim/calendar.rst
+++ b/user_manual/pim/calendar.rst
@@ -116,13 +116,17 @@ following URL::
 
   https://ADDRESS/remote.php/caldav/calendars/USERNAME/CALENDARNAME
 
+.. Note:: Mozilla Lightning doesn't support using multiple accounts on a single
+   server as a default. You need to set ``calendar.network.multirealm`` to ``true``
+   in the Config Editor of Thunderbird to be able to use multiple accounts.
+
 The following is an example showing the completed URL where the calendar name is
 ``defaultcalendar`` and the username is ``test``::
 
        https://localhost/owncloud/remote.php/caldav/calendars/test/defaultcalendar
 
-.. Note: Calendar names are lowercase and any spaces are removed. They are not
-  URL-encoded.
+.. Note:: Calendar names are lowercase and any spaces are removed. They are not
+   URL-encoded.
 
 Creating Events
 ---------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list