aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Update license headersChristoph Wurst2020-12-307-0/+15
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-295-44/+45
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-225-70/+70
|\
| * Unify links to php.netJ0WI2020-09-175-70/+70
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-228-14/+18
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-217-13/+17
| * | files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-11/+13
|/ /
* | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
* | Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
* | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+0
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
|/
* Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
* Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
* trim slashesRobin Appelman2020-08-281-1/+1
* Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
* 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