summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Local.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1890 from nextcloud/downstream-25428Morris Jobke2016-10-251-2/+10
|\
| * Move function to LargeFileHelperLukas Reschke2016-10-251-1/+2
| * fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428)Boris Rybalkin2016-10-251-2/+9
* | Remove not existent function callLukas Reschke2016-10-251-1/+1
|/
* Only use realpath for real directories (#26058)Vincent Petry2016-09-261-1/+6
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+29
* Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
* Update license headersLukas Reschke2016-05-261-0/+1
* error out if a local storage isn't setup correctlyRobin Appelman2016-04-251-0/+3
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+404