aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/permissions.php
Commit message (Collapse)AuthorAgeFilesLines
* - drop permissions table and related codeThomas Müller2014-06-051-112/+0
| | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration
* check if it is a share storageBjoern Schiessle2014-06-021-1/+5
|
* no need to empty array in a special wayThomas Müller2014-06-021-3/+1
|
* get permissions directly from share storage to avoid additional db callsBjoern Schiessle2014-06-021-33/+11
|
* allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-5/+9
|
* make sure that we have the right permissions for the mount pointsBjoern Schiessle2014-04-231-1/+3
|
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+4
|
* Fixed sharing results to include the correct permissionsVincent Petry2013-12-091-1/+14
| | | | | | | | | | Passing $includeCollections would return more than one entry which gives mixed up file permissions. Added a method getFile() that doesn't set $includeCollections to make sure we only get one result which is the file itself. Fixes #6265
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* Implement getDirectoryPermissions() in Shared Permissions, fixes #2846Michael Gapczynski2013-05-291-1/+24
|
* Change remove() $user parameter to optionalMichael Gapczynski2013-03-041-1/+1
|
* Style cleanup files_sharingBart Visscher2013-02-211-1/+2
|
* Almost fix Shared scanner...Michael Gapczynski2013-01-071-1/+1
|
* Maked Shared_Permissions extend Permissions classMichael Gapczynski2013-01-071-6/+6
|
* Fix data for shared root folderMichael Gapczynski2012-12-291-0/+3
|
* Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-0/+82