summaryrefslogtreecommitdiffstats
path: root/inc/lib_filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
* remove for now. main repository is at projects.kde.org/owncloudFrank Karlitschek2011-08-131-380/+0
|
* Return a '/' instead of 'false' when listing the root folder.Matthew Dawson2011-01-061-0/+3
| | | | Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
* Add similar check to the canWrite function.Matthew Dawson2011-01-031-1/+1
| | | | Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
* Fix a chroot issue where the path /.. (and related paths) are not caught and ↵Matthew Dawson2011-01-031-1/+1
| | | | | | removed. Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca>
* fix small bug in filesystem abstractionRobin Appelman2010-10-181-2/+1
|
* fix bug in detecting mountpoints of file storages within chrooted filesystemRobin Appelman2010-10-031-0/+6
|
* make paths returned by OC_FILESYSTEM::getTree relative to the fakerootRobin Appelman2010-09-281-0/+1
|
* make the filesystem configurable (no gui yet)Robin Appelman2010-09-061-0/+47
|
* fixed bug in filesystem abstraction that broke file uploadingRobin Appelman2010-09-061-1/+1
|
* change the way the user is rooted in his own folder in order to make ↵Robin Appelman2010-09-021-34/+62
| | | | filesystem managment easier
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|
* Initial version of remote ownCloud access through filesystem abstractionRobin Appelman2010-07-071-1/+1
|
* fix recursive copying of folders with webdavRobin Appelman2010-07-041-0/+14
|
* fix users being to able to read files outside the datadirRobin Appelman2010-06-251-2/+14
|
* small webdav fixesRobin2010-05-221-1/+6
|
* provide option for automatic backupRobin2010-05-081-247/+1
|
* use an abstraction for file system functions to allow premisions and ↵Robin2010-05-071-0/+511
multiply storage backends