summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | optimize Folder::getById to use less queriesRobin Appelman2016-10-125-38/+92
|/
* avatar to appdataRoeland Jago Douma2016-10-051-0/+4
* Add TestsRoeland Jago Douma2016-10-052-12/+26
* Initial AppDataRoeland Jago Douma2016-10-054-0/+365
* Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolderLukas Reschke2016-09-271-2/+4
|\
| * Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-2/+4
* | Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
|/
* Update CachedMountInfo for user home storageSemih Serhat Karakaya2016-09-091-1/+1
* Merge pull request #1247 from nextcloud/storage-id-global-cacheMorris Jobke2016-09-082-4/+92
|\
| * more efficient querying of numeric storage idsRobin Appelman2016-09-072-4/+92
* | Correctly remove the charset from finfo mimetypeJoas Schilling2016-09-051-2/+3
|/
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-301-1/+2
* always return numeric storage id as int, also check type equality in test ass...Jörn Friedrich Dreyer2016-08-291-4/+4
* Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke2016-08-272-17/+26
|\
| * optimize getUserFolder for the common caseRobin Appelman2016-08-251-11/+6
| * cache user foldersRobin Appelman2016-08-251-16/+26
| * cache root id in mountpointRobin Appelman2016-08-251-1/+5