summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/View.php
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma2017-05-041-2/+6
* | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-081-1/+5
|/
* Revert "fix permissions of mountpoints"Morris Jobke2017-05-041-6/+2
* fix permissions of mountpointsRobin Appelman2017-05-011-2/+6
* Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-261-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* round the mtime in touchRobin Appelman2017-03-271-1/+1
* Move error message to log entryLukas Reschke2017-03-201-1/+12
* Fix malformed logging in exceptionkdslkdsaldsal2017-03-191-1/+1
* Redirect unlink to rmdir (#27101)Vincent Petry2017-03-161-1/+5
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-231-0/+2
* log a warning when trying to use a non basic fopen modeRobin Appelman2017-01-051-14/+11
* only update the cache if the storage operation succeedsRobin Appelman2016-12-021-3/+3
* Prevent endless loop in \OC\Files\View::createParentDirectoriesLukas Reschke2016-12-011-5/+10
* Move the validation into one place onlyJoas Schilling2016-11-211-26/+14
* close the file handle after readfileRobin Appelman2016-11-181-0/+1
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-11/+4
* Merge pull request #1820 from nextcloud/4byte-filenamesRoeland Jago Douma2016-10-241-3/+5
|\
| * Allow 4byte unicode filenames on supported platformsRobin Appelman2016-10-201-3/+5
* | Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-1/+1
|/
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+5
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-1/+1
* Fire hooks for mkdir for folder uploadkarakayasemi2016-06-211-1/+22
* return success when deleting ghost filesRobin Appelman2016-06-031-1/+3
* allow deleting "ghost files" trough the View and Node apiRobin Appelman2016-06-031-15/+28
* Update license headersLukas Reschke2016-05-261-3/+6
* Code style and doc fixPiotr Filiciak2016-05-231-4/+4
* Http Range requests support in downloadsPiotr Filiciak2016-05-201-0/+34
* Merge branch 'patch-1' of https://github.com/weits/core into weits-patch-1Thomas Müller2016-04-251-1/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+2058