summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* use in objectstore copyRobin Appelman2020-12-075-5/+83
* Fix file size computation on 32bit platformsaler92020-12-021-5/+4
* Extra white space to follow other ifslui87kw2020-11-251-1/+1
* Avoid substr() error when strpos returns falsebladewing2020-11-251-6/+9
* Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-121-1/+7
* Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
* Transfer shares of the transferred root nodeJulius Härtl2020-09-171-0/+5
* fix: file quota was not applied in all caseskorelstar2020-09-171-2/+2
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
* Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-091-1/+7
* Merge pull request #22519 from nextcloud/backport/22517/stable19Julius Härtl2020-08-311-1/+1
|\
| * set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
* | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
* | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
|/
* Make legacy cipher opt inRoeland Jago Douma2020-08-241-0/+1
* Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke2020-08-193-18/+36
|\
| * dont update mimetype when moving to trashRobin Appelman2020-07-311-1/+5
| * fix renameFromStorage messing with folder mimetypeRobin Appelman2020-07-231-7/+10
| * use exceptions for error signaling in writeStreamRobin Appelman2020-07-232-5/+19
| * fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-9/+6
* | Only clear the realpath cacheJ0WI2020-08-121-2/+2
* | clearstatcache() on rmdirJ0WI2020-08-121-0/+2
|/
* ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
* Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
* Merge pull request #21573 from nextcloud/backport/21558/stable19Morris Jobke2020-07-021-7/+3
|\
| * relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | Update presign method to match with interface again.Daniel Kesselberg2020-06-301-1/+2
|/
* Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-171-2/+3
* Upload part size as S3 parameter instead of constant valueFlorent2020-06-152-3/+5
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-281-0/+1
* Merge pull request #18955 from adrb/swift_upload_large_objectsRoeland Jago Douma2020-05-061-4/+14
|\
| * Large Object support for OpenStack Swift.Adrian Brzezinski2020-04-271-4/+14
* | Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-302-3/+3
* | Run the cs fixer for green ciRoeland Jago Douma2020-04-301-6/+0
* | Merge pull request #18883 from adrb/optimize_swift_14116Roeland Jago Douma2020-04-302-18/+48
|\ \
| * | It's a fix for issue #14116,Adrian Brzezinski2020-04-272-18/+48
| |/
* / Update license headers for 19Christoph Wurst2020-04-2919-4/+25
|/
* filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-2011-59/+118
* Merge pull request #16946 from exussum12/patch-1Roeland Jago Douma2020-04-161-2/+2
|\
| * Update View.phpScott Dutton2020-04-151-2/+2
| * Increase max readScott Dutton2020-04-121-2/+2
* | Run cs:fix and fix HashWrapper codeMorris Jobke2020-04-151-1/+3
* | Merge pull request #19540 from jlutran/fixKeystoneV3AuthMorris Jobke2020-04-151-0/+4
|\ \
| * | Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+4
* | | Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst2020-04-151-3/+6
|\ \ \ | |/ / |/| |
| * | Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-081-3/+6
* | | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-0/+72
| |/ |/|
* | Format code according to PSR2Christoph Wurst2020-04-103-0/+3
* | Add visibility to all constantsChristoph Wurst2020-04-105-25/+25