summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling the cache updaterRobin Appelman2015-02-272-3/+23
* Merge pull request #14575 from owncloud/cache-rename-overwriteMorris Jobke2015-02-271-1/+4
|\
| * Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-1/+4
* | Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
|/
* Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-2/+16
|\
| * Check if we have a proper fileinfoRobin Appelman2015-02-251-2/+16
* | Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-2749-1004/+308
|\ \
| * | Revert "Updating license headers"Morris Jobke2015-02-2649-1004/+308
| |/
* / Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-10/+34
|/
* Sabre Update to 2.1Vincent Petry2015-02-232-35/+40
* Updating license headersJenkins for ownCloud2015-02-2349-308/+1004
* Merge pull request #13767 from owncloud/issue/13764-mimetype-raceconditionThomas Müller2015-02-201-3/+7
|\
| * Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-021-3/+7
* | Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-viewThomas Müller2015-02-191-6/+132
|\ \
| * | Add some basic PHPDoc to functionsLukas Reschke2015-02-181-6/+124
| * | Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+8
* | | Merge pull request #13836 from owncloud/part-no-cache-updateThomas Müller2015-02-192-1/+13
|\ \ \ | |/ / |/| |
| * | Dont bother updating the cache when working with part filesRobin Appelman2015-02-051-0/+12
| * | Dont update the cache after fopenRobin Appelman2015-02-051-1/+1
* | | Dont lower the mtime of a folder when propagating changesRobin Appelman2015-02-131-2/+2
* | | Ensure that passed argument is always a stringLukas Reschke2015-02-131-0/+9
* | | only read permissions onceRobin Appelman2015-02-111-2/+3
* | | Only try to scan the children of directoriesRobin Appelman2015-02-111-3/+3
* | | Cast mtimes and size to intRobin Appelman2015-02-111-0/+3
* | | Reuse cache data of existing files during scanRobin Appelman2015-02-111-69/+116
* | | Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-104-9/+9
|\ \ \
| * | | Cleanup of PHPDoc return typesRobin McCorkell2015-01-164-9/+9
* | | | Store FileInfo::getType() result for future useRobin McCorkell2015-02-091-4/+3
* | | | Merge pull request #13948 from owncloud/cache-move-transactionLukas Reschke2015-02-081-0/+2
|\ \ \ \
| * | | | Use transactions when renaming directory contentsRobin Appelman2015-02-061-0/+2
| | |/ / | |/| |
* / | | 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
| |/ /