summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-244-2/+6
* Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
* 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
* | 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
* | filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-1/+4
* | 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
* | Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-021-0/+38
|\ \
| * | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-111-0/+38
* | | 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
|/
* increase log level for storage self-testRobin Appelman2020-06-081-2/+2
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-221-0/+1
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-1/+1
* Update license headers for 19Christoph Wurst2020-04-296-1/+5
* filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-209-31/+107
* 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
* | Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-108-30/+19
* | Use elseif instead of else ifChristoph Wurst2020-04-104-19/+19
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
|/
* optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-0/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-266-12/+12
* Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
* Update license headersChristoph Wurst2019-12-0519-20/+36
* Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\
| * fix filename size, add commentGreta Doci2019-12-041-1/+3
* | delay creation of the cert bundleArthur Schiwon2019-11-281-11/+17
|/
* Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
* Some php-cs fixesRoeland Jago Douma2019-11-226-10/+10
* Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-091-107/+99
|\ \ | |/ |/|
| * set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-107/+99
* | Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
|/
* Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
* Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma2019-07-291-2/+2
|\
| * Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* | Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
|/
* verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* Check for free space on touchJulius Härtl2019-05-281-0/+10