aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Add config option to enable multibucket preview distributionMorris Jobke2020-08-061-0/+3
* Use fixed preview buckets that are postfixed with -preview-NUMBERMorris Jobke2020-08-061-2/+2
* Mount the old previews in a separate folder for the multi bucket setup and ch...Morris Jobke2020-08-061-3/+48
* Distribute preview folders in appdata in multibucket setup to multiple bucketsMorris Jobke2020-08-063-0/+165
* Merge pull request #21677 from J0WI/clearstatcache-on-rmdirMorris Jobke2020-08-051-2/+4
|\
| * Only clear the realpath cacheJ0WI2020-07-031-2/+2
| * clearstatcache() on rmdirJ0WI2020-07-031-0/+2
* | dont update mimetype when moving to trashRobin Appelman2020-07-301-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
* | Extra white space to follow other ifslui87kw2020-07-151-1/+1
* | Avoid substr() error when strpos returns falsebladewing2020-07-151-6/+9
* | filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-1/+4
* | ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
* | Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke2020-07-051-1/+1
|\ \ | |/ |/|
| * add proper paths to locking exceptionsRobin Appelman2020-06-301-1/+1
* | Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
* | Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-022-0/+85
|\ \
| * | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-112-0/+85
* | | Merge pull request #21588 from nextcloud/bug/21214/method-signatureRoeland Jago Douma2020-06-301-1/+2
|\ \ \
| * | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
| | |/ | |/|
* / | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
|/ /
* | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-151-2/+3
|/
* Merge pull request #21317 from FlorentCoppint/s3_upload_part_sizeRoeland Jago Douma2020-06-092-3/+5
|\
| * Upload part size as S3 parameter instead of constant valueFlorent2020-06-092-3/+5
* | increase log level for storage self-testRobin Appelman2020-06-081-2/+2
|/
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-23/+80
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-221-0/+1
* generalize the "lazy folder" conceptRobin Appelman2020-05-112-456/+497
* 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