summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17070 from owncloud/lock-movemountbugVincent Petry2015-06-242-23/+62
|\
| * Rollback folder scan if an entry was lockedVincent Petry2015-06-241-0/+5
| * Fix locked paths in the moveMount caseVincent Petry2015-06-241-23/+57
* | Merge pull request #17110 from owncloud/share-error-handlingMorris Jobke2015-06-241-0/+1
|\ \
| * | [sharing] handle shares of users that aren't available anymoreMorris Jobke2015-06-231-0/+1
* | | Merge pull request #17095 from owncloud/proper-error-handlingMorris Jobke2015-06-231-1/+1
|\ \ \ | |/ / |/| |
| * | Added error message on initMountpoints exceptionMorris Jobke2015-06-231-1/+1
| |/
* | Merge pull request #17045 from owncloud/enc_improvementsBjörn Schießle2015-06-231-3/+5
|\ \ | |/ |/|
| * make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+5
* | Merge pull request #16657 from owncloud/view-emit-pathThomas Müller2015-06-221-2/+4
|\ \ | |/ |/|
| * fix check if hooks should be emited in runHooksRobin Appelman2015-06-151-1/+2
| * emit hooks from a view as long as the path is inside the default rootRobin Appelman2015-06-021-1/+2
* | Merge pull request #16963 from owncloud/fileinfo-lockVincent Petry2015-06-181-28/+49
|\ \
| * | remove unneeded normalizeRobin Appelman2015-06-181-2/+0
| * | unlock the file if the file doesnt existsRobin Appelman2015-06-181-0/+2
| * | use old cache data when lockedRobin Appelman2015-06-171-28/+49
* | | dont update the cache on rename failRobin Appelman2015-06-181-1/+1
* | | update noopscannerRobin Appelman2015-06-181-3/+3
* | | extends phpdocRobin Appelman2015-06-181-3/+4
* | | update the file cache within the write lockRobin Appelman2015-06-183-31/+43
|/ /
* | Merge pull request #16729 from owncloud/scanner-read-lockThomas Müller2015-06-172-8/+23
|\ \
| * | ensure normalized path form when changing locksRobin Appelman2015-06-151-0/+1
| * | properly unlock in case of failed fopenRobin Appelman2015-06-151-2/+2
| * | keep a read lock while scanning a file or folderRobin Appelman2015-06-152-7/+21
* | | Normalize path in View's lock methodsVincent Petry2015-06-161-4/+5
* | | Merge pull request #16892 from owncloud/lock-returnfullpathVincent Petry2015-06-161-10/+55
|\ \ \
| * | | Rethrow LockedException with full pathVincent Petry2015-06-161-10/+55
| |/ /
* | | Merge pull request #16727 from owncloud/file-put-content-lockThomas Müller2015-06-151-2/+17
|\ \ \ | |/ / |/| |
| * | change lock back to shared before updating the cacheRobin Appelman2015-06-031-1/+4
| * | add proper locking to file_put_contents when using streamsRobin Appelman2015-06-031-2/+14
| |/
* | Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-121-1/+3
* | Don't use limit on explode to have only 1 code pathJoas Schilling2015-06-121-7/+2
* | Add return value to lock methods and check it in testsJoas Schilling2015-06-121-5/+22
* | Only lock files in data/username/files/Joas Schilling2015-06-121-9/+53
* | Merge pull request #16158 from owncloud/mountprovider-after-setupThomas Müller2015-06-083-10/+50
|\ \
| * | more type hintsRobin Appelman2015-06-021-2/+2
| * | phpdoc, strict and type hintsRobin Appelman2015-06-021-0/+6
| * | only use mount provider if we have a valid userRobin Appelman2015-06-021-2/+4
| * | call mount providers that are registered after the filesystem is setupRobin Appelman2015-06-022-8/+40
| |/
* | Merge pull request #15895 from owncloud/dav-getremoteetagJoas Schilling2015-06-031-3/+17
|\ \ | |/ |/|
| * Get etag from remote OC serverVincent Petry2015-06-021-3/+17
* | Merge pull request #16107 from owncloud/fix-getLocalFile-encryption-masterThomas Müller2015-06-021-1/+7
|\ \ | |/ |/|
| * Only return cached files if existingThomas Müller2015-05-061-1/+4
| * Only use cached files in case encryption is enabled - in any other case let t...Thomas Müller2015-05-051-1/+4
* | shared lock around hooksRobin Appelman2015-06-011-11/+42
* | add changeLock to the storage apiRobin Appelman2015-06-014-0/+35
* | unlock source file when we cant lock the target in a renameRobin Appelman2015-06-011-1/+7
* | fix locking root of a viewRobin Appelman2015-06-011-1/+1
* | dont apply callback wrapper when fopen failedRobin Appelman2015-06-011-1/+1
* | dont lock on meta data operationsRobin Appelman2015-06-011-4/+4