Fix some stuff in the English user manual

This commit is contained in:
Leon Klingele
2017-02-20 10:34:34 +01:00
committed by Morris Jobke
parent 110f4eec6e
commit c0dd527a83
12 changed files with 145 additions and 147 deletions

View File

@@ -3,7 +3,7 @@ Accessing Nextcloud Files Using WebDAV
======================================
Nextcloud fully supports the WebDAV protocol, and you can connect and synchronize
with your Nextcloud files over WebDAV. In this chapter you will learn how to
with your Nextcloud files over WebDAV. In this chapter you will learn how to
connect Linux, Mac OS X, Windows, and mobile devices to your Nextcloud server via
WebDAV. Before we get into configuring WebDAV, let's take a quick look at the
recommended way of connecting client devices to your Nextcloud servers.
@@ -133,7 +133,7 @@ automatically every time you log in to your Linux computer.
5. Set yourself as the owner and make the permissions read-write owner only::
chown <username>:<username> ~/.davfs2/secrets
chown <username>:<username> ~/.davfs2/secrets
chmod 600 ~/.davfs2/secrets
6. Add your Nextcloud login credentials to the end of the ``secrets`` file,
@@ -186,7 +186,7 @@ Copy ``mycertificate.pem`` to ``/etc/davfs2/certs/``. Then edit
``/etc/davfs2/davfs2.conf`` and uncomment the line ``servercert``. Now add the
path of your certificate as in this example::
servercert /etc/davfs2/certs/mycertificate.pem
servercert /etc/davfs2/certs/mycertificate.pem
Accessing Files Using Mac OS X
------------------------------
@@ -246,7 +246,7 @@ Nextcloud to one or more directories of your local hard drive.
Mapping Drives With the Command Line
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The following example shows how to map a drive using the command line. To map
The following example shows how to map a drive using the command line. To map
the drive:
1. Open a command prompt in Windows.
@@ -264,7 +264,7 @@ For example: ``net use Z: https://example.com/nextcloud/remote.php/dav/files/USE
The computer maps the files of your Nextcloud account to the drive letter Z.
.. note:: Though not recommended, you can also mount the Nextcloud server
using HTTP, leaving the connection unencrypted. If you plan to use HTTP
using HTTP, leaving the connection unencrypted. If you plan to use HTTP
connections on devices while in a public place, we strongly recommend using a
VPN tunnel to provide the necessary security.
@@ -318,9 +318,9 @@ To use Cyberduck:
``example.com``
2. Specify the appropriate port. The port you choose depends on whether or not
2. Specify the appropriate port. The port you choose depends on whether or not
your Nextcloud server supports SSL. Cyberduck requires that you select a
different connection type if you plan to use SSL. For example:
different connection type if you plan to use SSL. For example:
80 (for WebDAV)
@@ -379,7 +379,7 @@ exceeds the limit allowed and cannot be saved.**
Solution
^^^^^^^^
Windows limits the maximum size a file transferred from or to a WebDAV share
Windows limits the maximum size a file transferred from or to a WebDAV share
may have. You can increase the value **FileSizeLimitInBytes** in
**HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WebClient\\Parameters**
by clicking on **Modify**.

View File

@@ -157,7 +157,7 @@ Folder
Selecting Files or Folders
--------------------------
You can select one or more files or folders by clicking on their checkboxes. To
You can select one or more files or folders by clicking on their checkboxes. To
select all files in the current directory, click on the checkbox located at the
top of the files listing.

View File

@@ -2,56 +2,55 @@
Managing Deleted Files
======================
When you delete a file in Nextcloud, it is not immediately deleted permanently.
Instead, it is moved into the trash bin. It is not permanently deleted until
you manually delete it, or when the Deleted Files app deletes it to make room
When you delete a file in Nextcloud, it is not immediately deleted permanently.
Instead, it is moved into the trash bin. It is not permanently deleted until
you manually delete it, or when the Deleted Files app deletes it to make room
for new files.
Find your deleted files by clicking on the **Deleted files**
button on the Files page of the Nextcloud Web interface. You'll have options to
Find your deleted files by clicking on the **Deleted files**
button on the Files page of the Nextcloud Web interface. You'll have options to
either restore or permanently delete files.
Quotas
------
Deleted files are not counted against your storage quota. Only files that
originate with users count against their quotas, not files
shared with them that originate from other users. (See :doc:`quota` to learn
more about quotas.)
Deleted files are not counted against your storage quota. Only your personal
files count against your quota, not files which were shared with you.
(See :doc:`quota` to learn more about quotas.)
What Happens When Shared Files Are Deleted
------------------------------------------
Deleting files gets a little complicated when they are shared files, as this
Deleting files gets a little complicated when they are shared files, as this
scenario illustrates:
1. User1 shares a folder "test" with User2 and User3
2. User2 (the recipient) deletes a file/folder "sub" inside of "test"
3. The folder "sub" will be moved to the trashbin of both User1 (owner) and
3. The folder "sub" will be moved to the trashbin of both User1 (owner) and
User2 (recipient)
4. But User3 will not have a copy of "sub" in her trash bin
When User1 deletes "sub" then it is moved to User1's trash bin. It is
When User1 deletes "sub" then it is moved to User1's trash bin. It is
deleted from User2 and User3, but not placed in their trash bins.
When you share files, other users may copy, rename, move, and share them with
other people, just as they can for any computer files; Nextcloud does not have
When you share files, other users may copy, rename, move, and share them with
other people, just as they can for any computer files; Nextcloud does not have
magic powers to prevent this.
How the Deleted Files app Manages Storage Space
-----------------------------------------------
To ensure that users do not run over their storage quotas, the Deleted Files
app allocates a maximum of 50% of their currently available free space to
deleted files. If your deleted files exceed this limit, Nextcloud deletes the
oldest files (files with the oldest timestamps from when they were deleted)
To ensure that users do not run over their storage quotas, the Deleted Files
app allocates a maximum of 50% of their currently available free space to
deleted files. If your deleted files exceed this limit, Nextcloud deletes the
oldest files (files with the oldest timestamps from when they were deleted)
until it meets the memory usage limit again.
Nextcloud checks the age of deleted files every time new files are added to the
deleted files. By default, deleted files stay in the trash bin for 180 days. The
Nextcloud server administrator can adjust this value in the ``config.php`` file
by setting the ``trashbin_retention_obligation`` value. Files older than the
``trashbin_retention_obligation`` value will be deleted permanently.
Additionally, Nextcloud calculates the maximum available space every time a new
file is added. If the deleted files exceed the new maximum allowed space
Nextcloud checks the age of deleted files every time new files are added to the
deleted files. By default, deleted files stay in the trash bin for 180 days. The
Nextcloud server administrator can adjust this value in the ``config.php`` file
by setting the ``trashbin_retention_obligation`` value. Files older than the
``trashbin_retention_obligation`` value will be deleted permanently.
Additionally, Nextcloud calculates the maximum available space every time a new
file is added. If the deleted files exceed the new maximum allowed space
Nextcloud will expire old deleted files until the limit is met once again.

View File

@@ -7,26 +7,25 @@ For synchronizing files with your desktop computer, we recommend using the
Sync Client will be released..
The Nextcloud Desktop Sync Client enables you to connect to your private
Nextcloud Server.
The Nextcloud Desktop Sync Client enables you to connect to your Nextcloud Server.
You can create folders in your home directory, and keep the contents of those
folders synced with your Nextcloud server. Simply copy a file into the directory
and the Nextcloud desktop client does the rest. Make a change to the files on one
computer, it will flow across the others using these desktop sync clients.
computer, it will flow across the others using these desktop sync clients.
You will always
have your latest files with you wherever you are.
Its usage is documented separately in the `Nextcloud Desktop Client Manual`_.
.. _Nextcloud Sync Client: https://nextcloud.com/install/
.. _Nextcloud Desktop Client Manual: https://docs.nextcloud.org/
.. _Nextcloud Desktop Client Manual: https://docs.nextcloud.org/
Mobile Clients
--------------
Visit your Personal page in your Nextcloud Web interface to find download links
for Android and iOS mobile sync clients. Or, visit the `Nextcloud download page
for Android and iOS mobile sync clients. Or, visit the `Nextcloud download page
<https://nextcloud.com/install/>`_.
Visit the `Nextcloud documentation page <https://docs.nextcloud.org/>`_ to read
Visit the `Nextcloud documentation page <https://docs.nextcloud.org/>`_ to read
the user manuals.

View File

@@ -2,38 +2,38 @@
Encrypting Your Nextcloud Files
===============================
Nextcloud includes an Encryption app, and when it is enabled by your Nextcloud
administrator all of your Nextcloud data files are automatically encrypted.
Encryption is server-wide, so when it is enabled you cannot choose to keep your
files unencrypted. You don't have to do anything special, as it uses your
Nextcloud login as the password for your unique private encryption key. Just log
in and out and manage and share your files as you normally do, and you can
Nextcloud includes an Encryption app, and when it is enabled by your Nextcloud
administrator all of your Nextcloud data files are automatically encrypted.
Encryption is server-wide, so when it is enabled you cannot choose to keep your
files unencrypted. You don't have to do anything special, as it uses your
Nextcloud login as the password for your unique private encryption key. Just log
in and out and manage and share your files as you normally do, and you can
still change your password whenever you want.
Its main purpose is to encrypt files on remote storage services that are
connected to your Nextcloud server, such as Dropbox and Google Drive. This is an
easy and seamless way to protect your files on remote storage. You can share
your remote files through Nextcloud in the usual way, however you cannot share
your encrypted files directly from Dropbox, Google Drive, or whatever remote
service you are using, because the encryption keys are stored on your Nextcloud
server, and are never exposed to outside service providers.
Its main purpose is to encrypt files on remote storage services that are
connected to your Nextcloud server, such as Dropbox and Google Drive. This is an
easy and seamless way to protect your files on remote storage. You can share
your remote files through Nextcloud in the usual way, however you cannot share
your encrypted files directly from Dropbox, Google Drive, or whatever remote
service you are using, because the encryption keys are stored on your Nextcloud
server, and are never exposed to outside service providers.
If your Nextcloud server is not connected to any remote storage services, then
it is better to use some other form of encryption such as file-level or whole
disk encryption. Because the keys are kept on your Nextcloud server, it is
possible for your Nextcloud admin to snoop in your files, and if the server is
compromised the intruder may get access to your files. (Read
`How Nextcloud uses encryption to protect your data
<https://owncloud.org/blog/how-owncloud-uses-encryption-to-protect-your-data/>`_
If your Nextcloud server is not connected to any remote storage services, then
it is better to use some other form of encryption such as file-level or whole
disk encryption. Because the keys are kept on your Nextcloud server, it is
possible for your Nextcloud admin to snoop in your files, and if the server is
compromised the intruder may get access to your files. (Read
`How Nextcloud uses encryption to protect your data
<https://owncloud.org/blog/how-owncloud-uses-encryption-to-protect-your-data/>`_
to learn more.)
Encryption FAQ
--------------
How Can Encryption Be Disabled?
How Can Encryption Be Disabled?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The only way to disable encryption is to run the :ref:`"decrypt all" <encryption_label>`
The only way to disable encryption is to run the :ref:`"decrypt all" <encryption_label>`
script, which decrypts all files and disables encryption.
Is It Possible To Disable Encryption With The Recovery Key?
@@ -49,9 +49,9 @@ Can Encryption Be Disabled Without The Users Password?
If you don't have the users password or :ref:`file recovery key
<enable-file-recovery-key>` then there is no way to decrypt all files. What's
more, running it on login would be dangerous, because you would most likely run
into timeouts.
into timeouts.
Is It Planned To Move This To The Next User Login Or A Background Job?
Is It Planned To Move This To The Next User Login Or A Background Job?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If we did that, then we would need to store your login password in the database.
@@ -66,52 +66,52 @@ works with the master key.
Using Encryption
----------------
Nextcloud encryption is pretty much set it and forget it, but you have a few
options you can use.
Nextcloud encryption is pretty much set it and forget it, but you have a few
options you can use.
When your Nextcloud admin enables encryption for the first time, you must log
out and then log back in to create your encryption keys and encrypt your files.
When encryption has been enabled on your Nextcloud server you will see a yellow
When your Nextcloud admin enables encryption for the first time, you must log
out and then log back in to create your encryption keys and encrypt your files.
When encryption has been enabled on your Nextcloud server you will see a yellow
banner on your Files page warning you to log out and then log back in.
.. figure:: ../images/encryption1.png
When you log back in it takes a few minutes to work, depending on how many
When you log back in it takes a few minutes to work, depending on how many
files you have, and then you are returned to your default Nextcloud page.
.. figure:: ../images/encryption2.png
.. note:: You must never lose your Nextcloud password, because you will lose
access to your files. Though there is an optional recovery option that your
Nextcloud administrator may enable; see the Recovery Key Password section
.. note:: You must never lose your Nextcloud password, because you will lose
access to your files. Though there is an optional recovery option that your
Nextcloud administrator may enable; see the Recovery Key Password section
(below) to learn about this.
Sharing Encrypted Files
-----------------------
Only users who have private encryption keys have access to shared encrypted
files and folders. Users who have not yet created their private encryption keys
will not have access to encrypted shared files; they will see folders and
filenames, but will not be able to open or download the files. They will see a
yellow warning banner that says "Encryption App is enabled but your keys are not
Only users who have private encryption keys have access to shared encrypted
files and folders. Users who have not yet created their private encryption keys
will not have access to encrypted shared files; they will see folders and
filenames, but will not be able to open or download the files. They will see a
yellow warning banner that says "Encryption App is enabled but your keys are not
initialized, please log-out and log-in again."
Share owners may need to re-share files after encryption is enabled; users
trying to access the share will see a message advising them to ask the share
owner to re-share the file with them. For individual shares, un-share and
re-share the file. For group shares, share with any individuals who can't access
the share. This updates the encryption, and then the share owner can remove the
Share owners may need to re-share files after encryption is enabled; users
trying to access the share will see a message advising them to ask the share
owner to re-share the file with them. For individual shares, un-share and
re-share the file. For group shares, share with any individuals who can't access
the share. This updates the encryption, and then the share owner can remove the
individual shares.
Recovery Key Password
~~~~~~~~~~~~~~~~~~~~~
If your Nextcloud administrator has enabled the recovery key feature, you can
choose to use this feature for your account. If you enable "Password recovery"
the administrator can read your data with a special password. This feature
enables the administrator to recover your files in the event you lose your
Nextcloud password. If the recovery key is not enabled, then there is no way to
If your Nextcloud administrator has enabled the recovery key feature, you can
choose to use this feature for your account. If you enable "Password recovery"
the administrator can read your data with a special password. This feature
enables the administrator to recover your files in the event you lose your
Nextcloud password. If the recovery key is not enabled, then there is no way to
restore your files if you lose your login password.
.. figure:: ../images/encryption3.png
@@ -119,7 +119,7 @@ restore your files if you lose your login password.
Files Not Encrypted
-------------------
Only the data in your files is encrypted, and not the filenames or folder
Only the data in your files is encrypted, and not the filenames or folder
structures. These files are never encrypted:
- Old files in the trash bin.
@@ -128,7 +128,7 @@ structures. These files are never encrypted:
- The search index from the full text search app.
- Third-party app data
There may be other files that are not encrypted; only files that are exposed to
There may be other files that are not encrypted; only files that are exposed to
third-party storage providers are guaranteed to be encrypted.
Change Private Key Password
@@ -136,7 +136,7 @@ Change Private Key Password
This option is only available if your log-in password, but not your encryption
password, was changed by your administrator. This can occur if your Nextcloud
provider uses a external user back-end (for example, LDAP) and changed your
provider uses an external user back-end (for example, LDAP) and changed your
login password using that back-end configuration. In this case, you can set
your encryption password to your new login password by providing your old and
new login password. The Encryption app works only if your login password and

View File

@@ -5,7 +5,7 @@ Making Anonymous Uploads
You may create your own special upload directories so that other people can upload
files to you without having to log in to the server, and without being an Nextcloud
user.
They will not be allowed to see the contents of this directory, or to make any
They will not be allowed to see the contents of this directory, or to make any
changes. This is an excellent alternative to sending large attachments via email,
using an FTP server, or using commercial file-sharing services.
@@ -18,25 +18,25 @@ made to.
.. image:: ../images/anonym_click_sharing.png
Check Share Link, Allow editing, Hide file listing.
.. image:: ../images/anonym_hide_file_listing.png
Now you can send the link to the uploadfolder manualy or by using the
Now you can send the link to the upload folder manually or by using the
Nextcloud send function, if your administrator has enabled it.
Uploading Files
---------------
Using the anonymous upload function is simple. You receive a link to the upload
folder, click the link, and then you'll see an Nextcloud page with a **Click to
Using the anonymous upload function is simple. You receive a link to the upload
folder, click the link, and then you'll see an Nextcloud page with a **Click to
upload** button.
.. image:: ../images/anonym_upload.png
This opens a file picker, and you select the file or directory you want to
upload. You're also able to just drop files into the window.
This opens a file picker, and you select the file or directory you want to
upload. You're also able to just drop files into the window.
When your upload is completed, the filenames are listed:
.. image:: ../images/anonym_uploaded_files.png

View File

@@ -2,21 +2,21 @@
Large File Uploads
==================
When uploading files through the web client, Nextcloud is limited by PHP and
Apache configurations. By default, PHP is configured for only 2 megabyte
uploads. As this default upload limit is not entirely useful, we recommend that
your Nextcloud admin increase the Nextcloud variables to sizes appropriate for
When uploading files through the web client, Nextcloud is limited by PHP and
Apache configurations. By default, PHP is configured for only 2 megabyte
uploads. As this default upload limit is not entirely useful, we recommend that
your Nextcloud admin increase the Nextcloud variables to sizes appropriate for
users.
Modifying certain Nextcloud variables requires administrative access. If you
Modifying certain Nextcloud variables requires administrative access. If you
require larger upload limits than have been provided by the default (or already
set by your administrator):
* Contact your administrator to request an increase in these variables
* Refer to the section in the `Admin Documentation
* Refer to the section in the `Admin Documentation
<https://docs.nextcloud.org/server/11/admin_manual/configuration_files/
big_file_upload_configuration.html>`_ that describes how to manage file
big_file_upload_configuration.html>`_ that describes how to manage file
upload size limits.
.. TODO ON RELEASE: Update version number above on release

View File

@@ -2,15 +2,15 @@
Version Control
===============
Nextcloud supports simple version control system for files. Versioning creates
backups of files which are accessible via the Versions tab on the Details
sidebar. This tab contains the history of the file where you can roll back a
file to any previous version. Changes made at intervals greater than two minutes
are saved in data/[user]/versions.
Nextcloud supports simple version control system for files. Versioning creates
backups of files which are accessible via the Versions tab on the Details
sidebar. This tab contains the history of the file where you can roll back a
file to any previous version. Changes made at intervals greater than two minutes
are saved in **data/[user]/versions**.
.. figure:: ../images/files_versioning.png
To restore a specific version of a file, click the circular arrow to the left.
To restore a specific version of a file, click the circular arrow to the left.
Click on the timestamp to download it.
The versioning app expires old versions automatically to make sure that
@@ -28,6 +28,6 @@ old versions:
The versions are adjusted along this pattern every time a new version gets
created.
The version app never uses more that 50% of the user's currently available free
space. If the stored versions exceed this limit, Nextcloud deletes the oldest
The version app never uses more that 50% of the user's currently available free
space. If the stored versions exceed this limit, Nextcloud deletes the oldest
versions until it meets the disk space limit again.

View File

@@ -10,17 +10,17 @@ to sync with Nextcloud. For OS X 10.7 Lion and 10.8 Mountain Lion everything wor
fine, but OS X 10.6 (Snow Leopard) and older needs some fiddling to work. A user
contributed the following:
#. Make sure, addressbook is not running. If it is, select the windows and press
#. Make sure, "Addressbook" is not running. If it is, select the windows and press
Command + Q to terminate it.
#. Navigate to **/Users/YOUR\_USERNAME/Library/Application Support/AddressBook/Sources**.
If you already have some kind of addressbook setup, it is likely you will see
If you already have some kind of addressbook set up, it is likely you will see
some folders named like this **BEA92826-FBF3-4E53-B5C6-ED7C2B454430**.
Note down what folders there are now and leave the window open.
#. Open addressbook and try to add a new CardDav addressbook. At this point, it
#. Open "Addressbook" and try to add a new CardDav addressbook. At this point, it
does not matter what information you enter. It will come up with the same error
message you mentioned before when you click "Create". Ignore it and click "Create"
again. A non-functional addressbook will be added.
#. Close addressbook again using Command + Q
#. Close "Addressbook" again using Command + Q
#. Go back to the folder window from step 2. You will now see a newly created folder
with another long string as its name.
#. Navigate to the newly created folder and edit the **Configuration.plist** with

View File

@@ -4,7 +4,7 @@ Thunderbird - Synchronize Addressbook
Addressbook
-----------
As someone who is new to Nextcloud, New to SoGo Connector, and new to Thunderbird Addressbook... here is what you need in excruciating pithy detail to make this work (for all the other lost souls out there):
As someone who is new to Nextcloud, new to SoGo Connector, and new to Thunderbird Addressbook... here is what you need in excruciating pithy detail to make this work (for all the other lost souls out there):
#. `Thunderbird <http://www.mozilla.org/en-US/thunderbird/>`_ for your OS unless it comes with your OS distribution (Linux)
#. `Sogo Connector <http://www.sogo.nu/downloads/frontends.html>`_ (latest release)
@@ -21,7 +21,7 @@ With an installed Thunderbird mailtool, an installed SoGo Connector, and an inst
.. image:: ../images/contact_thunderbird-Symbol_Gear.jpg
in the -bottom left- of the Contacts View (same symbol as found in the -top right- in the Calendar view). Then look for a little impeller symbol
in the bottom left of the Contacts View (same symbol as found in the top right in the Calendar view). Then look for a little impeller symbol
.. image:: ../images/contact_thunderbird-Symbol_Impeller.jpg

View File

@@ -20,16 +20,16 @@ To access your personal settings:
.. figure:: images/personal_settings.png
:alt: screenshot of user's Personal settings page
.. note:: If you are an administrator, you can also manage users and administer
.. note:: If you are an administrator, you can also manage users and administer
the server. These links do not appear to a non-admin user.
The options listed in the Personal Settings Page depend on the applications that
are enabled by the administrator. Some of the features you will see
The options listed in the Personal Settings Page depend on the applications that
are enabled by the administrator. Some of the features you will see
include the following.
* Usage and available quota
* Usage and available quota.
* Manage your profile picture.
* Full name. You can make this anything you want, as it is separate from your
* Full name. You can make this anything you want, as it is separate from your
Nextcloud login name, which is unique and cannot be changed.
* Email address.
* Lists your Group memberships.

View File

@@ -2,8 +2,8 @@
The Nextcloud Web Interface
===========================
You can connect to your Nextcloud server using any Web browser; just point it to
your Nextcloud server and enter your username and password. Supported Web
You can connect to your Nextcloud server using any Web browser; just point it to
your Nextcloud server and enter your username and password. Supported Web
browsers are:
* Firefox 14+
@@ -15,14 +15,14 @@ browsers are:
.. figure:: images/oc_connect.png
:alt: Nextcloud login screen.
.. note:: Some apps like ``files_external`` or ``encryption`` will disable
.. note:: Some apps like ``files_external`` or ``encryption`` will disable
the **Stay logged in** checkbox.
Navigating the Main User Interface
----------------------------------
By default, the Nextcloud Web interface opens to your Files page. You can add,
remove, and share files, and make changes based on the access privileges set by
By default, the Nextcloud Web interface opens to your Files page. You can add,
remove, and share files, and make changes based on the access privileges set by
you (if you are administering the server) or by your server administrator.
.. figure:: images/files_page.png
@@ -31,13 +31,13 @@ you (if you are administering the server) or by your server administrator.
The Nextcloud user interface contains the following fields and functions:
* **Apps Selection Menu**: Located in the upper left corner, click the arrow to
* **Apps Selection Menu**: Located in the upper left corner, click the arrow to
open a dropdown menu to navigate to your various available apps.
* **Apps Information** field: Located in the left sidebar, this provides
filters and tasks associated with your selected app. For example, when you
are using the Files apps you have a special set of filters for quickly
finding your files, such as files that have been shared with you, and files
* **Apps Information** field: Located in the left sidebar, this provides
filters and tasks associated with your selected app. For example, when you
are using the Files apps you have a special set of filters for quickly
finding your files, such as files that have been shared with you, and files
that you have shared with others. You'll see different items for other apps.
* **Application View**: The main central field in the Nextcloud user interface.
@@ -50,19 +50,19 @@ The Nextcloud user interface contains the following fields and functions:
* **New** button: Located in the Navigation Bar, the ``New`` button
enables you to create new files, new folders, or upload files.
.. note:: You can also drag and drop files from your file manager into the
Nextcloud Files Application View to upload them to Nextcloud. Currently,
the only Web browsers that support drag-and-drop folders are Chrome and
.. note:: You can also drag and drop files from your file manager into the
Nextcloud Files Application View to upload them to Nextcloud. Currently,
the only Web browsers that support drag-and-drop folders are Chrome and
Chromium.
* **Search** field: Click on the magnifier in the upper right hand corner of
* **Search** field: Click on the magnifier in the upper right hand corner of
to search for files.
* **Gallery** button. This looks like four little squares, and takes you
directly to your image gallery.
* **Personal Settings** menu: Click on your Nextcloud username, located to the
right of the Search field, to open your Personal Settings dropdown menu. Your
* **Gallery** button. This looks like four little squares, and takes you
directly to your image gallery.
* **Personal Settings** menu: Click on your Nextcloud username, located to the
right of the Search field, to open your Personal Settings dropdown menu. Your
Personal page provides the following settings and features:
* Links to download desktop and mobile apps