Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 1 | -155/+0 |
| | | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar | ||||
* | Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftp | Thomas Müller | 2016-03-31 | 1 | -1/+1 |
|\ | | | | | Add urlencode to username part of ftp and sftp links | ||||
| * | Add urlencode to username part of ftp and sftp links | Senorsen | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | | according to #17796 | ||||
* | | apply retry wrapper to make sure that we always read/write a complete block | Bjoern Schiessle | 2016-03-21 | 1 | -1/+4 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Convert string booleans to real booleans | Robin McCorkell | 2015-08-20 | 1 | -5/+1 |
| | | | | | Legacy compatibility, from the days in stable8 when checkbox boolean values were stored as the strings 'true' and 'false'. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+26 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+25 |
| | |||||
* | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 1 | -1/+1 |
| | | | | | | | | Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP | ||||
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -12/+12 |
| | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php | ||||
* | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 1 | -1/+1 |
| | | | | Added check for duplicate dependency check messages to display only the first | ||||
* | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
| | | | | | | | | Moved dependency check to the individual backends instead of the config Conflicts: apps/files_external/appinfo/app.php apps/files_external/lib/config.php | ||||
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-11-29 | 1 | -0/+16 |
| | | | | | | | | | | | 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. | ||||
* | Add trailing slash in FTP root path when missing | Vincent Petry | 2013-11-28 | 1 | -0/+3 |
| | | | | Fixes #6093 | ||||
* | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -6/+0 |
| | |||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -2/+2 |
| | | |||||
* | | fixing namespace | Thomas Mueller | 2013-02-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -7/+16 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php | ||||
| * | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
| | | |||||
| * | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -16/+16 |
| |\ | |||||
| * \ | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -1/+9 |
| |\ \ \ | |||||
| * \ \ \ | merge master into filesystem | Robin Appelman | 2012-10-25 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * | | | | | postpone the cost of setting up some of the external storage backends untill ↵ | Robin Appelman | 2012-10-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | we actually need it | ||||
| * | | | | | fix namespace problems for external storage backends | Robin Appelman | 2012-10-11 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | implement getId for the external storage providers | Robin Appelman | 2012-10-11 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -2/+4 |
| | | | | | | |||||
* | | | | | | Move storage backend tests from constructor to test function | Michael Gapczynski | 2012-12-28 | 1 | -4/+0 |
| | | | | | | |||||
* | | | | | | Show status icons for mount points in external storage UI | Michael Gapczynski | 2012-12-24 | 1 | -16/+25 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -11/+11 |
| |_|_|/ |/| | | | |||||
* | | | | Fixed new checkstyle issues in ftp.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | support string values ('true' and 'false') for configuring the secure ↵ | Robin Appelman | 2012-11-05 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | parameter on external storage backends fixes #78 | ||||
* | | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
| | | | |||||
* | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -4/+4 |
| |/ |/| | |||||
* | | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -10/+10 |
| | |||||
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Only call mkdir() if the root folder does not exist for FTP external storage | Michael Gapczynski | 2012-07-30 | 1 | -2/+3 |
| | |||||
* | share code between smb and ftp filestorage backends | Robin Appelman | 2012-07-10 | 1 | -72/+1 |
| | |||||
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | renaming remote storage support to External storage support to clear up ↵ | Jan-Christoph Borchardt | 2012-03-30 | 1 | -0/+157 |
naming conflict |