summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Normalize before processingLukas Reschke2015-02-062-8/+20
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5
* Merge pull request #13791 from owncloud/extstorage-fixdavexceptionsThomas Müller2015-02-031-0/+22
|\
| * Fix DAV exceptions, some will still return false nowVincent Petry2015-01-301-0/+22
* | Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-2/+2
* | Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-1/+1
|/
* Merge pull request #13752 from owncloud/closecursor1Morris Jobke2015-01-292-0/+4
|\
| * Close cursor early in calculateFolderSizeVincent Petry2014-11-282-0/+4
* | Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-1/+1
|/
* Update the cache when renaming even if we dont emit hooksRobin Appelman2015-01-282-12/+14
* Merge pull request #13717 from owncloud/storage-donotwrapnullstorageMorris Jobke2015-01-281-1/+20
|\
| * Prevent wrapping null storageVincent Petry2015-01-271-1/+20
* | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorageMorris Jobke2015-01-282-2/+56
|\ \
| * | Replace OC_Log::ERROR with OCP\Util::ERRORVincent Petry2015-01-261-1/+1
| * | Catch storage exception in scanner for remote sharesVincent Petry2015-01-262-2/+56
* | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-273-10/+50
|\ \ \ | |_|/ |/| |
| * | Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-3/+10
| * | Apply wrappers to existing mounts before registering itRobin Appelman2015-01-232-8/+11
| * | removeStorageWrapper to unregister a storage wrapperVincent Petry2015-01-232-3/+24
| * | Do not call wrapStorage if storate with same name added twiceVincent Petry2015-01-222-1/+10
| |/
* / fix node interfaceBernhard Posselt2015-01-261-2/+1
|/
* check is mimetype is set - fixed #13452Thomas Müller2015-01-191-1/+1
* Remove children from the cache in one queryRobin Appelman2015-01-151-24/+36
* Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller2015-01-141-0/+31
|\
| * Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+31
* | Merge pull request #13320 from owncloud/fix-php-doc-for-files-viewMorris Jobke2015-01-131-1/+11
|\ \
| * | drop unused parameterMorris Jobke2015-01-131-2/+1
| * | Fix annotations in file viewLukas Reschke2015-01-131-0/+11
* | | drop dead code - ref #13301Morris Jobke2015-01-131-4/+0
|/ /
* | Merge pull request #13291 from owncloud/node-searchcommonbasepathfixThomas Müller2015-01-131-0/+1
|\ \ | |/ |/|
| * Fix searchCommon to properly match path nameVincent Petry2015-01-121-0/+1
* | Merge pull request #13301 from owncloud/drop-etag-messageVincent Petry2015-01-131-3/+0
|\ \
| * | drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke2015-01-131-3/+0
| |/
* / Use json_encode on stringLukas Reschke2015-01-131-1/+1
|/
* Merge pull request #13224 from owncloud/simplify-is-valid-path-and-add-unit-t...Morris Jobke2015-01-101-1/+1
|\
| * Simplify isValidPath and add unit testsLukas Reschke2015-01-101-1/+1
* | Merge pull request #13236 from owncloud/use-isset-for-performanceMorris Jobke2015-01-101-2/+4
|\ \
| * | Use isset() instead of strlen()Lukas Reschke2015-01-101-2/+4
| |/
* / Cache results of `normalizePath`Lukas Reschke2015-01-101-1/+12
|/
* Merge pull request #13181 from owncloud/filecache-preventleadingslashRobin McCorkell2015-01-092-2/+2
|\
| * Fix cache jail to not duplicate slashesVincent Petry2015-01-091-1/+1
| * Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-1/+1
* | Merge pull request #12011 from owncloud/reuse-etag-defaultMorris Jobke2015-01-091-2/+2
|\ \ | |/ |/|
| * Default to reusing etags in the scannerRobin Appelman2014-11-061-2/+2
* | Merge pull request #13132 from aptivate/improve_debug_logging_messagesMorris Jobke2015-01-071-1/+1
|\ \
| * | Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-1/+1
* | | add paged providerJörn Friedrich Dreyer2015-01-021-0/+1
|/ /
* | adding getDirectDownload() to WrapperThomas Müller2014-12-281-0/+12
* | Adding basement for the direct download urlThomas Müller2014-12-281-0/+13
* | add an interface for the root folder so apps have an interface to deal with s...Bernhard Posselt2014-12-211-1/+3