Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 1 | -128/+0 |
| | | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | handle rmdir on files for ftp storages | Robin Appelman | 2015-07-16 | 1 | -1/+4 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+22 |
| | |||||
* | Also check if the file itself is updatable | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+1 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+11 |
| | |||||
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-11-29 | 1 | -4/+8 |
| | | | | | | | | | | | Some storages need to use different calls for deleting files or folders, usually unlink() and rmdir(). Fixes #4532 (SMB dir deletion) Fixes #5941 (FTP dir deletion) Note that the extra is_dir() should be fast because it's read from the stat cache. | ||||
* | Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix | Vincent Petry | 2013-11-26 | 1 | -1/+1 |
|\ | | | | | Fixed SMB rename function to overwrite target file | ||||
| * | Fixed SMB rename function to overwrite target file | Vincent Petry | 2013-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | When uploading files through WebDAV, a part file is created and a rename operation is performed with the expectation that the part file overwrites an existing file, if any. This fix makes the SMB external storage delete the target file before renaming, as smbclient doesn't support overwrite on move/rename. Fixes #5348 | ||||
* | | Return true when touch succeeds | Vincent Petry | 2013-11-26 | 1 | -0/+1 |
|/ | |||||
* | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -13/+0 |
| | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
* | Return plausible isReadable() default impl for ext storage | Vincent Petry | 2013-11-22 | 1 | -2/+7 |
| | | | | | | | | | | When an ext storage doesn't implement isReadable(), always returning true made the file scanner believe that the file exists and creates a cache entry with the size zero. This fix makes the default impl of isReadable() use file_exists(). Fixes #5940 | ||||
* | fix recursive delete for smb | Robin Appelman | 2013-10-01 | 1 | -0/+8 |
| | |||||
* | fix using touch to create a file for smb | Robin Appelman | 2013-10-01 | 1 | -12/+16 |
| | |||||
* | Merge branch 'master' into ext-fs-irods-master | Thomas Mueller | 2013-05-15 | 1 | -31/+5 |
|\ | |||||
| * | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -31/+5 |
| | | |||||
* | | initial integration with iRODS www.irods.org | Thomas Mueller | 2013-04-12 | 1 | -0/+2 |
|/ | | | | The used PHP API is hosted at https://code.renci.org/gf/project/irodsphp/ | ||||
* | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -4/+0 |
| | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -11/+11 |
| | |||||
* | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -5/+5 |
|\ | |||||
| * | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -10/+8 |
| | | |||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | | |||||
| * | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -9/+9 |
| | | |||||
* | | postpone the cost of setting up some of the external storage backends untill ↵ | Robin Appelman | 2012-10-21 | 1 | -0/+26 |
| | | | | | | | | we actually need it | ||||
* | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -3/+2 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -17/+17 |
| | |||||
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵ | Michael Gapczynski | 2012-07-24 | 1 | -2/+2 |
| | | | | is_writable() | ||||
* | share code between smb and ftp filestorage backends | Robin Appelman | 2012-05-24 | 1 | -0/+89 |