summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Fix the exception messagesJoas Schilling2015-04-072-2/+2
* Merge pull request #14914 from owncloud/backport-14766-compare-array-insertif...Vincent Petry2015-03-262-5/+24
|\
| * Throw a RuntimeException in the cache aswellJoas Schilling2015-03-162-4/+9
| * Get the id before using itJoas Schilling2015-03-161-1/+2
| * Better save then sorryJoas Schilling2015-03-161-0/+2
| * insertIfNotExists() for storage insertionJoas Schilling2015-03-161-3/+9
| * Only check unique keys for the comparison on filecache insert & update otherwiseJoas Schilling2015-03-161-1/+6
* | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-251-0/+12
|/
* Merge pull request #14669 from owncloud/enc-migrate-disable-updater-stable8Morris Jobke2015-03-112-1/+27
|\
| * Allow disabling the cache updaterRobin Appelman2015-03-032-1/+27
* | Merge pull request #14686 from owncloud/backport-14682Morris Jobke2015-03-111-6/+4
|\ \
| * | Fix method signature for stable8Joas Schilling2015-03-041-5/+2
| * | Update scanFile() and scanChildren() to the new signature of the parent classJoas Schilling2015-03-041-6/+7
| |/
* / use insertIfNotExist() in cache putThomas Müller2015-03-061-5/+11
|/
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+6
* Add "throws" lines to calling methods and interface aswellJoas Schilling2015-02-271-0/+23
* Check if we have a proper fileinfoRobin Appelman2015-02-271-2/+16
* Merge pull request #14504 from owncloud/stable8-quota-preventdatalossforfaile...Thomas Müller2015-02-271-7/+37
|\
| * Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-7/+37
* | Use insertIfNotExists() and reload mimetypes after inserting oneJoas Schilling2015-02-231-3/+7
|/
* 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
|\ \ | |/ |/|