aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/streamwrapper.php
Commit message (Expand)AuthorAgeFilesLines
* Also check if the file itself is updatableRobin Appelman2014-09-171-1/+1
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-171-1/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+1
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+11
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-4/+8
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-261-1/+1
|\
| * Fixed SMB rename function to overwrite target fileVincent Petry2013-11-251-1/+1
* | Return true when touch succeedsVincent Petry2013-11-261-0/+1
|/
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-13/+0
* Return plausible isReadable() default impl for ext storageVincent Petry2013-11-221-2/+7
* fix recursive delete for smbRobin Appelman2013-10-011-0/+8
* fix using touch to create a file for smbRobin Appelman2013-10-011-12/+16
* Merge branch 'master' into ext-fs-irods-masterThomas Mueller2013-05-151-31/+5
|\
| * Dont task external storages with creating their own rootRobin Appelman2013-04-261-31/+5
* | initial integration with iRODS www.irods.orgThomas Mueller2013-04-121-0/+2
|/
* Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-4/+0
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-11/+11
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* merge master into filesystemRobin Appelman2012-12-031-5/+5
|\
| * fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-10/+8
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| * Checkstyle: many fixesFelix Moeller2012-11-021-9/+9
* | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-211-0/+26
* | put filestorages in a namespaceRobin Appelman2012-09-071-3/+2
|/
* adding space between) and {Thomas Mueller2012-09-071-17/+17
* Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
* share code between smb and ftp filestorage backendsRobin Appelman2012-05-241-0/+89