summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-081-1/+1
* Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* Do not keep searching for recentRoeland Jago Douma2019-07-171-1/+6
* verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* Fix full text search for groupfoldersMorris Jobke2019-06-251-2/+2
* search files by id in shared storages lastRobin Appelman2019-05-291-0/+8
* Check for free space on touchJulius Härtl2019-05-282-3/+14
* take return of mkdir into account, throw exception on failureArthur Schiwon2019-04-301-1/+3
* Always use a temp file for swift writesRoeland Jago Douma2019-04-241-8/+3
* Harden appdata putcontentRoeland Jago Douma2019-04-081-2/+11
* Store user object later in the codeVlastimil Pecinka2019-03-211-1/+2
* always allow moving mountpoints inside the same mountpointRobin Appelman2019-03-201-11/+6
* handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-084-8/+32
* Use a tmp file for swift writesRoeland Jago Douma2019-03-061-1/+10
* Fix empty file uploads to S3Roeland Jago Douma2019-02-191-2/+23
* Merge pull request #14195 from nextcloud/backport/14185/stable15Roeland Jago Douma2019-02-141-3/+32
|\
| * Filter out versions and trashbinRoeland Jago Douma2019-02-141-0/+2
| * Loop for the recent searchRoeland Jago Douma2019-02-141-3/+26
| * We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-141-0/+4
* | Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-071-1/+1
|/
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-291-2/+5
* Merge pull request #13740 from nextcloud/backport/13140/stable15Morris Jobke2019-01-232-17/+86
|\
| * Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-222-17/+86
* | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
|/
* don't close input stream when writing in encrypted fileFlorian Schunk2019-01-141-1/+0
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
* Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23
* Merge pull request #12868 from nextcloud/backport/12857/stable15Morris Jobke2018-12-061-1/+1
|\
| * Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
* | Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
* Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\
| * return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2
* | Add PHPDoc for thrown exceptionMorris Jobke2018-11-191-0/+1
* | forward object not found error in switch as dav 404Robin Appelman2018-11-192-6/+23
|/
* Fix string doc type casingChristoph Wurst2018-11-152-2/+2
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-122-5/+5
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-5/+5
* | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-121-7/+18
|/
* Properly search the root of a shared external storageRoeland Jago Douma2018-11-051-1/+1
* fix writeStream for jail wrapperRobin Appelman2018-10-312-0/+18
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-312-1/+25
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-314-23/+133
* Add getExtension() to FileInfoRobin Appelman2018-10-294-0/+16
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
* expose storagefactory in server containerRobin Appelman2018-10-171-2/+3
* use name in fileinfo if setRobin Appelman2018-10-171-1/+1
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2