[Pkg-owncloud-commits] [owncloud-client] 144/164: fix server side permissions table
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:57:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 961df1fc4457b7274e47bfc7823ae6d226057f7c
Author: Carla Schroder <carla at owncloud.com>
Date: Thu Mar 12 09:46:27 2015 -0700
fix server side permissions table
---
doc/architecture.rst | 49 +++++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 24 deletions(-)
diff --git a/doc/architecture.rst b/doc/architecture.rst
index 77022c4..8415c2b 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -151,9 +151,9 @@ ownCloud Client provides the ability to add custom patterns.
By default, the ownCloud Client ignores the following files:
-- Files matched by one of the patterns defined in :ref:`ignoredFilesEditor-label`.
-- Files containing characters that do not work on certain file systems (`\, /, :, ?, *, ", >, <, |`).
-* Files starting in ``.csync_journal.db*``, as these files are reserved for journalling.
+* Files matched by one of the patterns defined in the Ignored Files Editor
+* Files containing characters that do not work on certain file systems ``(`\, /, :, ?, *, ", >, <, |`)``.
+* Files starting in ``.csync_journal.db``, as these files are reserved for journalling.
If a pattern selected using a checkbox in the `ignoredFilesEditor-label` (or if
a line in the exclude file starts with the character `]` directly followed by
@@ -223,27 +223,28 @@ The XML element ``<oc:permissions>`` represents the permission- and sharing stat
item. It is a list of characters, and each of the chars has a meaning as outlined
in the table below:
-+------+-------------+-------------------------------------------+
-| Code | Resource | Description |
-|======+=============+===========================================|
-| S | File or Folder | is shared |
-+---+----------------+-------------------------------------------|
-| R | File or Folder | can share (includes reshare) |
-+---+----------------+-------------------------------------------|
-| M | File or Folder | is mounted (like on DropBox, Samba, etc.) |
-+---+----------------+-------------------------------------------|
-| W | File | can write file |
-+---+----------------+-------------------------------------------|
-| C | Folder |can create file in folder |
-+---+----------------+-------------------------------------------|
-| K | Folder | can create folder (mkdir) |
-+---+----------------+-------------------------------------------|
-| D | File or Folder |can delete file or folder |
-+---+----------------+-------------------------------------------|
-| N | File or Folder | can rename file or folder |
-+---+----------------+-------------------------------------------|
-| V | File or Folder | can move file or folder |
-+---+----------------+-------------------------------------------|
++----+----------------+-------------------------------------------+
+|Code| Resource | Description |
++----+----------------+-------------------------------------------+
+| S | File or Folder | is shared |
++----+----------------+-------------------------------------------+
+| R | File or Folder | can share (includes reshare) |
++----+----------------+-------------------------------------------+
+| M | File or Folder | is mounted (like on DropBox, Samba, etc.) |
++----+----------------+-------------------------------------------+
+| W | File | can write file |
++----+----------------+-------------------------------------------+
+| C | Folder |can create file in folder |
++----+----------------+-------------------------------------------+
+| K | Folder | can create folder (mkdir) |
++----+----------------+-------------------------------------------+
+| D | File or Folder |can delete file or folder |
++----+----------------+-------------------------------------------+
+| N | File or Folder | can rename file or folder |
++----+----------------+-------------------------------------------+
+| V | File or Folder | can move file or folder |
++----+----------------+-------------------------------------------+
+
Example:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list