summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Local.php
Commit message (Expand)AuthorAgeFilesLines
* Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-261-5/+5
* ignore forbidden files while scanning local storageRobin Appelman2022-04-201-1/+5
* some file scanner performance improvementsRobin Appelman2022-03-171-4/+14
* Check for `disk_free_space`acsfer2021-11-181-1/+1
* Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
* Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
|\
| * Simplify :)acsfer2021-10-041-1/+1
| * Replace `file_exists()` method by `is_file()`acsfer2021-10-041-1/+1
| * Get `filesize()` if `file_exists()`acsfer2021-10-011-1/+1
* | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+4
|/
* Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* 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
|/
* 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
* Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-1/+1
|\
| * 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-161-1/+2
|/
* Fix file size computation on 32bit platformsaler92020-12-021-5/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-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-231-1/+7
|/
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-221-0/+1
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-4/+4
* optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+2
* Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
* Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke2018-01-181-5/+10
* Fix call to clearstatcache to actually use the file pathMorris Jobke2018-01-121-1/+1
* Update license headersMorris Jobke2017-11-061-0/+4
* Use ::class and fix missing docJoas Schilling2017-10-281-1/+2
* Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+5
* Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger2017-05-231-1/+1
* use unjailed path when moving files out of a shared storageRobin Appelman2017-04-121-2/+9
* Remove verbose error messageLukas Reschke2017-03-291-2/+3
* remove obsolete hack (#26928)Jörn Friedrich Dreyer2017-01-271-12/+1