aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Some style fixesRobin Appelman2013-01-221-9/+9
|
* Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-1/+4
|\ | | | | | | | | Conflicts: lib/files/cache/cache.php
| * 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
| | | | path without trailing slash
* fixing namespaceThomas Mueller2012-11-221-1/+1
|
* Create public function initMountPoints() for initializing a specified user's ↵Michael Gapczynski2012-11-221-16/+37
| | | | mount points
* 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 ↵Robin Appelman2012-10-211-16/+57
| | | | | | api for the filecache most apps would want to use this api instead of using the cache directly
* 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 ↵Robin Appelman2012-10-101-31/+0
| | | | Filesystem::resolvePath
* fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-101-73/+80
|
* move some code aroundRobin Appelman2012-10-101-0/+629