summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* better cleanup of user files on user deletionRobin Appelman2021-04-271-1/+1
* Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
|\
| * fix even more bracketsJasper Knockaert2021-01-161-1/+1
| * fix brakcetsJasper Knockaert2021-01-161-1/+0
| * consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| * avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
* | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-301-4/+16
|\ \
| * | Set umask before operations that create local filesRobin Appelman2021-03-231-4/+16
* | | show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-241-8/+4
|/ /
* | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-1/+1
* | Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-045-17/+1
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* | explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
* | Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* | 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