Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 1 | -467/+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 | ||||
* | | Use RetryWrapper for SFTP storage | Lukas Reschke | 2016-03-30 | 1 | -1/+3 |
|/ | | | | | | Equivalent to https://github.com/owncloud/core/pull/23442 Required for making encryption work with external storage reliable. | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Handle no user set in sftp constructor | Robin Appelman | 2016-01-26 | 1 | -0/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-30 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Fix parsing of sftp hosts when using ipv6 | Robin Appelman | 2015-11-16 | 1 | -14/+24 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Migrate SFTP_Key external storage to new API | Robin McCorkell | 2015-08-28 | 1 | -5/+12 |
| | | | | | The SFTP backend now supports public key authentication alongside password authentication. | ||||
* | Merge pull request #14779 from owncloud/use-iterator-directory | Robin McCorkell | 2015-08-07 | 1 | -2/+2 |
|\ | | | | | Use the new IteratorDirectory instead of the fakedir wrapper | ||||
| * | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -2/+2 |
| | | |||||
* | | Use absolute namespace | Lukas Reschke | 2015-08-05 | 1 | -4/+2 |
| | | |||||
* | | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 1 | -6/+10 |
|/ | |||||
* | Workaround for empty dir deletion for SFTP | Vincent Petry | 2015-06-18 | 1 | -1/+5 |
| | | | | | | | | Explicitly clear the stat cache after deleting an empty folder to make sure it is properly detected as deleted in subsequent requests. This works around a problem with phpseclib where the folder is properly deleted remotely but the stat cache was not updated. | ||||
* | Fix SFTP storage id to be compatible with older ids | Vincent Petry | 2015-04-15 | 1 | -1/+9 |
| | | | | | | Remove port from SFTP storage id if it is 22. This will prevent recreating a different storage entry due to id mismatch after upgrade. | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+27 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14462 from owncloud/add-some-php-docs | Thomas Müller | 2015-02-25 | 1 | -2/+70 |
|\ | | | | | Add some PHPDocs | ||||
| * | Add some PHPDocs | Lukas Reschke | 2015-02-24 | 1 | -2/+70 |
| | | | | | | | | My IDE was crying... | ||||
* | | Merge pull request #14460 from owncloud/revive/12971 | Thomas Müller | 2015-02-25 | 1 | -3/+15 |
|\ \ | | | | | | | Add support for sftp custom port | ||||
| * | | Fix code style as per review | Lukas Reschke | 2015-02-24 | 1 | -2/+2 |
| | | | |||||
| * | | Add support for sftp custom port | SA | 2015-02-24 | 1 | -3/+15 |
| |/ | |||||
* / | Fix code that never worked | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
|/ | | | | Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013… | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+25 |
| | |||||
* | Update phpseclib to version 0.3.9. | Andreas Fischer | 2015-02-18 | 1 | -10/+2 |
| | |||||
* | Add support for SFTP key authentication | Ross Nicoll | 2015-01-14 | 1 | -4/+17 |
| | | | | | | | | | | Add support for external files accessed via SFTP using public key exchange authentication. Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised. Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys. Generated public keys are saved in user's data directory for easy retrieval by an external application. Add controller for SFTP key generation AJAX SFTP class initialisation no longer produces a warning if the password field is missing. Add unit tests for SFTP with key authentication backend | ||||
* | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 1 | -13/+26 |
| | | | | | | | | Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP | ||||
* | Prevent errors on broken SFTP config | Robin McCorkell | 2014-08-27 | 1 | -0/+3 |
| | |||||
* | Pass existing Net_SFTP object into Net_SFTP_Stream. | Andreas Fischer | 2014-07-18 | 1 | -3/+9 |
| | |||||
* | login() must be called after getServerPublicHostKey(). | Andreas Fischer | 2014-07-12 | 1 | -5/+5 |
| | |||||
* | Add short description explaining how SFTP ext storage class works. | Andreas Fischer | 2014-07-12 | 1 | -0/+4 |
| | |||||
* | The file providing the sftp:// scheme needs to be included manually. | Andreas Fischer | 2014-07-12 | 1 | -0/+11 |
| | |||||
* | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 1 | -5/+0 |
| | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+6 |
| | |||||
* | Removed unused writeBack method | Vincent Petry | 2014-01-23 | 1 | -8/+0 |
| | |||||
* | Now using SFTP stream wrapper from phpseclib | Vincent Petry | 2014-01-23 | 1 | -28/+8 |
| | | | | | | - Upgraded phpseclib to master version (post 0.3.5) - Now using fopen() on sftp URL for both read and write - Fixes #4063 | ||||
* | Fixed SFTP storage to overwrite on rename | Vincent Petry | 2013-11-26 | 1 | -0/+3 |
| | |||||
* | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -8/+0 |
| | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
* | Fixed error-checking error in sftp.php | hkjolhede | 2013-11-15 | 1 | -6/+8 |
| | |||||
* | Update file to meet coding standarts | Lennart Rosam | 2013-10-07 | 1 | -47/+77 |
| | |||||
* | Actually test the connection | Lennart Rosam | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | Fixes #4129 | Lennart Rosam | 2013-10-07 | 1 | -2/+3 |
| | |||||
* | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -4/+0 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -7/+7 |
| | |||||
* | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 1 | -4/+0 |
|\ | | | | | Give storage backends the option to define having no known free space |