summaryrefslogtreecommitdiffstats
path: root/lib/private/files
Commit message (Expand)AuthorAgeFilesLines
* Added error message on initMountpoints exceptionMorris Jobke2015-07-061-1/+1
* clarify the duplication of the $params arrayJens-Christian Fischer2015-06-161-1/+2
* don't update identical valuesJens-Christian Fischer2015-06-161-1/+7
* Ensure that passed argument is always a stringLukas Reschke2015-06-011-0/+9
* throw exception when backends don't provide a user instead of creating legacy...Jörn Friedrich Dreyer2015-04-221-31/+31
* also clear statcache in mapped localRobin Appelman2015-03-131-0/+1
* Clear statcache before getting the mtime from local storage backendsRobin Appelman2015-03-131-0/+1
* Normalize before processingLukas Reschke2015-02-062-5/+10
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+5
* Revert "Close cursor early in calculateFolderSize"Joas Schilling2015-01-302-4/+0
* Close cursor early in calculateFolderSizeVincent Petry2015-01-292-0/+4
* php <5.4 style arrayRobin Appelman2015-01-151-2/+2
* Proper constant for stable7Robin Appelman2015-01-151-1/+1
* Add View::getMount() for stable7Robin Appelman2015-01-151-0/+13
* Return valid fileinfo objects for part filesRobin Appelman2015-01-151-0/+31
* drop useless "!!! No reuse of etag" - fixes #13187Morris Jobke2015-01-131-3/+0
* Merge pull request #12288 from owncloud/backport-mapper-fixesJoas Schilling2014-11-191-26/+49
|\
| * Fix mapping of relative pathsLukas Reschke2014-11-191-14/+30
| * Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-11-191-1/+12
| * Fix code layout before fixing the functionJoas Schilling2014-11-191-13/+9
* | Simple fix for the wrong Mapper resetJoas Schilling2014-11-191-3/+0
* | Make it possible to cleanPath() absolute Windows pathsJoas Schilling2014-11-191-2/+11
|/
* Fix root path handling for WebDAV ext storageVincent Petry2014-11-121-0/+2
* Introduce cross-db ILIKERobin Appelman2014-10-271-13/+1
* Merge pull request #10732 from owncloud/make_skeleton_compatible_with_objects...Jörn Friedrich Dreyer2014-10-162-9/+2
|\
| * throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-161-3/+2
| * make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-161-6/+0
* | Merge pull request #11520 from owncloud/make-trash-objectstore-compatibleLukas Reschke2014-10-151-0/+10
|\ \
| * | make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-101-0/+10
* | | Merge pull request #11567 from owncloud/cache-updater-refactor-stable7Robin Appelman2014-10-154-176/+106
|\ \ \
| * | | Remove explicit propagate callsRobin Appelman2014-10-142-19/+7
| * | | Update cache before post hooksRobin Appelman2014-10-141-19/+20
| * | | Fix warning in homecacheRobin Appelman2014-10-141-0/+3
| * | | Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-10-143-173/+111
* | | | Allow specifying protocol in ext storage OC configVincent Petry2014-10-151-2/+2
|/ / /
* / / Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
|/ /
* | Added failing unit tests for mount config hooksVincent Petry2014-10-091-0/+5
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-011-1/+1
* | strict comparisonJörn Friedrich Dreyer2014-10-011-2/+2
|/
* Expose creatable permissions trough fileinfoRobin Appelman2014-09-261-0/+9
* Don't keep the full info of all children in memoryRobin Appelman2014-09-251-7/+12
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-0/+4
* in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in Ciose::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in OC::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-221-2/+0
* Merge pull request #10884 from owncloud/stable7_backport_issue_10674Lukas Reschke2014-09-101-1/+7
|\
| * Backport issue 10764Jesus Macias2014-09-051-1/+7
* | Keep fileid on move in objectstore, fixes #10848Jörn Friedrich Dreyer2014-09-091-33/+5
|/
* Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-251-5/+4