Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -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 storage | Bjoern Schiessle | 2014-06-02 | 1 | -1/+5 |
| | |||||
* | no need to empty array in a special way | Thomas Müller | 2014-06-02 | 1 | -3/+1 |
| | |||||
* | get permissions directly from share storage to avoid additional db calls | Bjoern Schiessle | 2014-06-02 | 1 | -33/+11 |
| | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -5/+9 |
| | |||||
* | make sure that we have the right permissions for the mount points | Bjoern Schiessle | 2014-04-23 | 1 | -1/+3 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+4 |
| | |||||
* | Fixed sharing results to include the correct permissions | Vincent Petry | 2013-12-09 | 1 | -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 files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 | Michael Gapczynski | 2013-05-29 | 1 | -1/+24 |
| | |||||
* | Change remove() $user parameter to optional | Michael Gapczynski | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Style cleanup files_sharing | Bart Visscher | 2013-02-21 | 1 | -1/+2 |
| | |||||
* | Almost fix Shared scanner... | Michael Gapczynski | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Maked Shared_Permissions extend Permissions class | Michael Gapczynski | 2013-01-07 | 1 | -6/+6 |
| | |||||
* | Fix data for shared root folder | Michael Gapczynski | 2012-12-29 | 1 | -0/+3 |
| | |||||
* | Initial support for file sharing with filesystem branch | Michael Gapczynski | 2012-12-15 | 1 | -0/+82 |