summaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixesBart Visscher2013-02-221-1/+1
* Merge pull request #1859 from owncloud/blacklist-fixBernhard Posselt2013-02-221-7/+15
|\
| * Add OC\Files\Filesystem::isFileBlacklistedRobin Appelman2013-02-221-7/+15
* | fix order of mount commandsGeorg Ehrke2013-02-221-2/+3
|/
* Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek2013-02-191-0/+2
|\
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+2
* | Create new mountconfig files in jsonRobin Appelman2013-02-161-4/+12
* | Use a parser to read custom mount configuration instead of including the php ...Robin Appelman2013-02-161-7/+9
|/
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+5
* Proper fix for shared linksMichael Gapczynski2013-02-101-2/+2
* Minor improvement to commentsSam Tuke2013-02-051-7/+6
* Merge pull request #1423 from owncloud/getownerThomas Müller2013-02-041-0/+10
|\
| * Add getOwner to Filesystem and View classesMichael Gapczynski2013-02-021-0/+10
* | Make fileblacklist configurableLukas Reschke2013-02-031-1/+1
|/
* Filesystem: also add getPath to \OC\FilesystemRobin Appelman2013-01-271-0/+12
* Filesystem: move mount management to it's own classRobin Appelman2013-01-261-79/+20
* Some style fixesRobin Appelman2013-01-221-9/+9
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-1/+4
|\
| * Fix messed up mountsRobin Appelman2013-01-071-4/+4
| * Remove unnecessary length parameter from last commitMichael Gapczynski2013-01-031-1/+1
| * Update old storage classes names to the new namespace during mountingMichael Gapczynski2013-01-031-1/+4
* | Remove old etag codeMichael Gapczynski2012-12-301-21/+0
|/
* Fix shared foldersMichael Gapczynski2012-12-281-0/+1
* actually connect the filesystem hooks to the cache updaterRobin Appelman2012-12-111-0/+4
* fix some edge cases while scanning the root of a storageRobin Appelman2012-12-021-2/+2
* change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman2012-11-241-7/+1
* fixing namespaceThomas Mueller2012-11-221-1/+1
* Create public function initMountPoints() for initializing a specified user's ...Michael Gapczynski2012-11-221-16/+37
* move ETag generation to storage backendsRobin Appelman2012-11-081-0/+10
* merge master into filesystemRobin Appelman2012-11-021-0/+1
* add searchByMime to new cache apiRobin Appelman2012-10-271-0/+4
* move some stuff to the new apiRobin Appelman2012-10-261-0/+13
* add search to the filecache apiRobin Appelman2012-10-261-1/+1
* fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-261-4/+4
* move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-261-0/+27
* use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api...Robin Appelman2012-10-211-16/+57
* remove chroot from filesystem apiRobin Appelman2012-10-211-10/+0
* drop depricated is_readable and is_writableRobin Appelman2012-10-211-14/+0
* drop filectime from the filesystem api'sRobin Appelman2012-10-201-4/+0
* merge master into filesystemRobin Appelman2012-10-131-4/+4
* drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Files...Robin Appelman2012-10-101-31/+0
* fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-101-73/+80
* move some code aroundRobin Appelman2012-10-101-0/+629