summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\
| * Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
* | Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-5/+15
* | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-063-144/+14
* | Merge pull request #2934 from nextcloud/quota-stream-non-globalRoeland Jago Douma2017-01-061-74/+20
|\ \
| * | remove the need to register the quota streamwrapper globallyRobin Appelman2017-01-041-74/+20
* | | log a warning when trying to use a non basic fopen modeRobin Appelman2017-01-051-14/+11
| |/ |/|
* | remove static:// stream wrapperRobin Appelman2017-01-041-171/+0
|/
* remove no longer used fakedir stream wrapperRobin Appelman2017-01-031-67/+0
* Nuke the legacy storage fallback from orbitVincent Petry2016-12-232-12/+2
* always use numeric storage id in cacheentryRobin Appelman2016-12-132-5/+3
* fix cacheentry return wrong storage idRobin Appelman2016-12-132-1/+2
* also compare storage ids when checking for changed mountsRobin Appelman2016-12-131-1/+6
* Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-2/+30
|\
| * check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-2/+30
* | Merge pull request #2486 from nextcloud/shared-storage-maskLukas Reschke2016-12-021-1/+1
|\ \
| * | apply permissions mask for shared storageRobin Appelman2016-12-021-1/+1
* | | only update the cache if the storage operation succeedsRobin Appelman2016-12-021-3/+3
|/ /
* / Prevent endless loop in \OC\Files\View::createParentDirectoriesLukas Reschke2016-12-011-5/+10
|/
* filter out oc_mounts results from non existing usersRobin Appelman2016-11-241-3/+6
* Move the validation into one place onlyJoas Schilling2016-11-213-41/+43
* Make sure we don't scan files that can not be accessedJoas Schilling2016-11-211-0/+21
* Merge pull request #2199 from nextcloud/readfile-close-handleLukas Reschke2016-11-181-0/+1
|\
| * close the file handle after readfileRobin Appelman2016-11-181-0/+1
* | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-185-2/+328
|\ \ | |/ |/|
| * fopen s3 objects directly to work around unexplainable guzzle bugRobin Appelman2016-11-161-30/+21
| * Improve isMounted to handle primary storage object storeRobin Appelman2016-11-162-2/+7
| * add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+116
| * split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-161-0/+90
| * split off s3 connection logicRobin Appelman2016-11-161-0/+124
* | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-16/+28
* | make source cache injectable in cache wrappersRobin Appelman2016-11-172-42/+46
* | Merge pull request #2176 from nextcloud/share-cache-root-infoMorris Jobke2016-11-171-1/+2
|\ \
| * | reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-1/+2
* | | Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\ \ \ | |/ / |/| |
| * | ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
* | | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-1/+1
* | | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-1/+4
|/ /
* / basic lockdown logicRobin Appelman2016-11-161-15/+27
|/
* Merge pull request #2114 from nextcloud/downstream-26498Roeland Jago Douma2016-11-141-1/+6
|\
| * make object prefix configurableJörn Friedrich Dreyer2016-11-141-1/+6
* | Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-1/+0
|/
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-102-12/+43
* Merge pull request #2015 from nextcloud/swift-bucketLukas Reschke2016-11-041-0/+4
|\
| * allow using 'bucket' to set the swift containerRobin Appelman2016-11-041-0/+4
* | Merge pull request #2007 from nextcloud/downstream-26411Morris Jobke2016-11-041-8/+18
|\ \ | |/ |/|
| * Fix initMountPoints to set usersSetup earlierVincent Petry2016-11-031-8/+18
* | explicitly cast mtime to intRobin Appelman2016-11-031-1/+1
|/
* DI for root.phpLukas Reschke2016-11-021-21/+33