Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some style fixes | Robin Appelman | 2013-01-22 | 1 | -9/+9 | |
| | ||||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -1/+4 | |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | |||||
| * | Fix messed up mounts | Robin Appelman | 2013-01-07 | 1 | -4/+4 | |
| | | ||||||
| * | Remove unnecessary length parameter from last commit | Michael Gapczynski | 2013-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update old storage classes names to the new namespace during mounting | Michael Gapczynski | 2013-01-03 | 1 | -1/+4 | |
| | | ||||||
* | | Remove old etag code | Michael Gapczynski | 2012-12-30 | 1 | -21/+0 | |
|/ | ||||||
* | Fix shared folders | Michael Gapczynski | 2012-12-28 | 1 | -0/+1 | |
| | ||||||
* | actually connect the filesystem hooks to the cache updater | Robin Appelman | 2012-12-11 | 1 | -0/+4 | |
| | ||||||
* | fix some edge cases while scanning the root of a storage | Robin Appelman | 2012-12-02 | 1 | -2/+2 | |
| | ||||||
* | change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ↵ | Robin Appelman | 2012-11-24 | 1 | -7/+1 | |
| | | | | path without trailing slash | |||||
* | fixing namespace | Thomas Mueller | 2012-11-22 | 1 | -1/+1 | |
| | ||||||
* | Create public function initMountPoints() for initializing a specified user's ↵ | Michael Gapczynski | 2012-11-22 | 1 | -16/+37 | |
| | | | | mount points | |||||
* | move ETag generation to storage backends | Robin Appelman | 2012-11-08 | 1 | -0/+10 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-11-02 | 1 | -0/+1 | |
| | ||||||
* | add searchByMime to new cache api | Robin Appelman | 2012-10-27 | 1 | -0/+4 | |
| | ||||||
* | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -0/+13 | |
| | ||||||
* | add search to the filecache api | Robin Appelman | 2012-10-26 | 1 | -1/+1 | |
| | ||||||
* | fix problem with normalizePath when there was a double leading slash | Robin Appelman | 2012-10-26 | 1 | -4/+4 | |
| | ||||||
* | move the cache api from OC_Files to filesystem(view) | Robin Appelman | 2012-10-26 | 1 | -0/+27 | |
| | ||||||
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵ | Robin Appelman | 2012-10-21 | 1 | -16/+57 | |
| | | | | | | api for the filecache most apps would want to use this api instead of using the cache directly | |||||
* | remove chroot from filesystem api | Robin Appelman | 2012-10-21 | 1 | -10/+0 | |
| | ||||||
* | drop depricated is_readable and is_writable | Robin Appelman | 2012-10-21 | 1 | -14/+0 | |
| | ||||||
* | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 1 | -4/+0 | |
| | ||||||
* | merge master into filesystem | Robin Appelman | 2012-10-13 | 1 | -4/+4 | |
| | ||||||
* | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵ | Robin Appelman | 2012-10-10 | 1 | -31/+0 | |
| | | | | Filesystem::resolvePath | |||||
* | fix namespaces in filesystem and filesystemview | Robin Appelman | 2012-10-10 | 1 | -73/+80 | |
| | ||||||
* | move some code around | Robin Appelman | 2012-10-10 | 1 | -0/+629 | |