summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* apply permissions mask for shared storageRobin Appelman2016-12-021-1/+1
* 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
* Do not expose user data in exceptions & fix typoMorris Jobke2016-11-021-1/+1
* Add using casing check/fix for initMountPointsVincent Petry2016-11-022-3/+20
* Allow setting a maximun number of buckets for multibucketRobin Appelman2016-11-022-4/+7
* Merge pull request #1890 from nextcloud/downstream-25428Morris Jobke2016-10-251-2/+10
|\
| * Move function to LargeFileHelperLukas Reschke2016-10-251-1/+2
| * fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428)Boris Rybalkin2016-10-251-2/+9
* | Remove not existent function callLukas Reschke2016-10-251-1/+1
|/
* Fix permision maskRoeland Jago Douma2016-10-241-0/+8
* Remove sensible information from exception messageMorris Jobke2016-10-241-6/+6
* Add message to NotSquareException thrown from AvatarOlivier Mehani2016-10-241-6/+6
* Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma2016-10-241-3/+5
|\
| * Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-201-3/+5
* | Merge pull request #1835 from nextcloud/downstream-24948Morris Jobke2016-10-203-1/+9
|\ \
| * | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-203-1/+9
| |/
* / Get rid of very old oc:// stream wrapper (#26381)Vincent Petry2016-10-201-154/+0
|/
* Merge pull request #1722 from nextcloud/hide-storage-warningsMorris Jobke2016-10-181-1/+1
|\
| * hide storage wrapper warning for the readonly storageMorris Jobke2016-10-131-1/+1
* | explicitly cast to intRobin Appelman2016-10-121-2/+5