Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:extensions:cloudfile:permission [2014/08/06 22:25] swarnat |
en:extensions:cloudfile:permission [2014/08/06 22:29] (current) swarnat |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| **Example** | **Example** | ||
| The path | The path | ||
| - | /main/sub/directory/ | + | **/main/sub/directory/** |
| will checked like this: | will checked like this: | ||
| - Did I have access to **/**, if not prevent complete access | - Did I have access to **/**, if not prevent complete access | ||
| Line 65: | Line 65: | ||
| The system will manage the directories to makes it possible to navigate from the root to the directory the user could access. But nothing else is visible. | The system will manage the directories to makes it possible to navigate from the root to the directory the user could access. But nothing else is visible. | ||
| </WRAP> | </WRAP> | ||
| + | |||
| + | You could try this best if you setup the "filesystem" provider and try it in local filesystem. | ||
| + | |||
| + | I decide to implement the permission system in this way, because this system makes it easier to allow only single directories and prohibit access to all other directories. | ||
| + | Also it isn't more work if you want to allow almost all directories and only prevent access to single directories. | ||