summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add a more powerful notify mechanismRobin Appelman2017-01-272-0/+117
* | | | remove obsolete hack (#26928)Jörn Friedrich Dreyer2017-01-271-12/+1
|/ / /
* | | Merge pull request #3238 from nextcloud/dav-testLukas Reschke2017-01-262-5/+9
|\ \ \ | |/ / |/| |
| * | Make DAV external storage test more reliableRobin Appelman2017-01-242-5/+9
* | | Merge pull request #3030 from nextcloud/filesapi-renamefailcaseMorris Jobke2017-01-243-109/+82
|\ \ \ | |/ / |/| |
| * | Fix files node API failed rename/copyVincent Petry2017-01-123-108/+81
| * | Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
* | | Merge pull request #3212 from mwalbeck/mimetype-hidden-filesRobin Appelman2017-01-231-0/+4
|\ \ \
| * | | Reduced code for filename trimMagnus Walbeck2017-01-231-3/+1
| * | | Mimetype detection for hidden filesMagnus Walbeck2017-01-231-0/+6
| |/ /
* / / Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+2
|/ /
* | 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
|/ /