summaryrefslogtreecommitdiffstats
path: root/lib/files/cache/permissions.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-143/+0
* use executeAudited in files cacheJörn Friedrich Dreyer2013-06-121-21/+19
* Only retrieve the current user's permissionsMichael Gapczynski2013-05-291-4/+5
* Cache: provide a function to get the permissions of all files in a folder wit...Robin Appelman2013-05-291-0/+19
* Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-0/+15
* Cache: add option to delete file from permissions cache for all usersRobin Appelman2013-02-281-10/+15
* Style-fix: Breakup long linesBart Visscher2013-02-141-3/+6
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* allow storage backends to implement custom permission managementRobin Appelman2012-11-151-11/+25
* use absolute paths when resolving mount pointsRobin Appelman2012-10-271-0/+3
* add file permissions cacheRobin Appelman2012-10-261-0/+85