summaryrefslogtreecommitdiffstats
path: root/lib/private/files/view.php
Commit message (Expand)AuthorAgeFilesLines
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-6/+7
* Fix scanning of incomplete foldersRobin Appelman2015-11-191-1/+1
* use relative pathRobin Appelman2015-11-191-1/+1
* fix fileinfo for non existing filesRobin Appelman2015-11-191-0/+4
* Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman2015-11-191-39/+31
* Split getting cache entry and checking update to a seperate methodRobin Appelman2015-11-191-58/+46
* Handle non existing users as owner in the viewRobin Appelman2015-11-181-5/+20
* Add getOwner to FileInfoRobin Appelman2015-11-101-6/+13
* when a file is locked use old cache dataRobin Appelman2015-11-041-29/+37
* fix whitespaceRobin Appelman2015-11-041-2/+2
* only lock in getDirectoryContent if we need to update the cacheRobin Appelman2015-11-031-21/+17
* only lock in getFileInfo if we need to update the cacheRobin Appelman2015-11-031-18/+16
* Update license headersLukas Reschke2015-10-261-0/+1
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-4/+12
* Dont lock /$user/filesRobin Appelman2015-10-231-1/+1
* Removemount expects absolutePathRoeland Jago Douma2015-10-161-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Prevent moving mount point into already shared folder (outgoing)Vincent Petry2015-10-021-8/+29
* Merge pull request #16479 from owncloud/core-fixgetrelativepathwrongmatchesThomas Müller2015-09-241-1/+4
|\
| * Prevent wrong matches in getRelativePathVincent Petry2015-09-221-1/+4
* | Merge pull request #19236 from owncloud/call_dot_directories_functionThomas Müller2015-09-231-1/+1
|\ \
| * | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
| |/
* / catch excexptions during the copy operation and make sure that we free the lo...Bjoern Schiessle2015-09-221-42/+55
|/
* Merge pull request #17932 from owncloud/fix_move_filesThomas Müller2015-08-111-2/+7
|\
| * make sure that we emit the hooks if a file gets moved from a subfolder to the...Bjoern Schiessle2015-07-291-2/+7
* | Fix removal of share permissions when share disabled for userVincent Petry2015-08-071-1/+1
* | Correct regular expressionsLukas Reschke2015-07-301-2/+2
|/
* Remove OC_LogThomas Müller2015-07-031-1/+1
* Merge pull request #17256 from owncloud/locking-disablecallbackwrapperwhendis...Vincent Petry2015-06-301-1/+4
|\
| * Do not set callback wrapper when locking is disabledVincent Petry2015-06-301-1/+4
* | Unlock first path on rename if second path is lockedVincent Petry2015-06-291-1/+6
|/
* Keep shared locks in post hooksVincent Petry2015-06-251-20/+20
* Fix locked paths in the moveMount caseVincent Petry2015-06-241-23/+57
* 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 the file cache within the write lockRobin Appelman2015-06-181-19/+19
|/ /
* | Merge pull request #16729 from owncloud/scanner-read-lockThomas Müller2015-06-171-8/+12
|\ \
| * | 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-151-7/+10
* | | 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
|\ \ \ | |/ / |/| |