Warn that synchronisation clients can not access save in session shares

see https://github.com/nextcloud/server/issues/19561

Signed-off-by: Dirk Sarpe <dsarpe@posteo.de>
This commit is contained in:
Dirk Sarpe
2020-02-21 16:02:28 +01:00
parent 06cde18075
commit a90410f0df

View File

@@ -35,9 +35,10 @@ credentials of the user to connect to the storage. These are not stored anywhere
on the server, but rather in the user session, giving increased security. The
drawbacks are that sharing is disabled when this mechanism is in use, as
Nextcloud has no access to the storage credentials, and background file scanning
does not work. Other services that might request the file through a different
request like Collabora Online or OnlyOffice will also not be able to open files
in that case.
does not work. Desktop and mobile clients that use tokens to authenticate can
not access those shares. Other services that might request the file through
a different request like Collabora Online or OnlyOffice will also not be able to
open files in that case.
The **Log-in credentials, save in database** mechanism uses the Nextcloud login
credentials of the user to connect to the storage. These are stored in the