Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-14Fix storage backend class namespaces and move to subdirRobin McCorkell
2016-04-01Merge pull request #23274 from Senorsen/add-urlencode-ftp-sftpThomas Müller
2016-03-30Use RetryWrapper for SFTP storageLukas Reschke
2016-03-15Add urlencode to username part of ftp and sftp linksSenorsen
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-01-26Handle no user set in sftp constructorRobin Appelman
2016-01-12Happy new year!Thomas Müller
2015-12-01Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-11-16Fix parsing of sftp hosts when using ipv6Robin Appelman
2015-10-06deduplicate @xenopathicMorris Jobke
2015-10-05update licence headers via scriptMorris Jobke
2015-08-28Migrate SFTP_Key external storage to new APIRobin McCorkell
2015-08-08Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell
2015-08-05Use absolute namespaceLukas Reschke
2015-08-03Update phpseclib to 2.0Andreas Fischer
2015-07-15Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman
2015-06-18Workaround for empty dir deletion for SFTPVincent Petry
2015-04-15Fix SFTP storage id to be compatible with older idsVincent Petry
2015-03-26Update license headersJenkins for ownCloud
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-25Merge pull request #14462 from owncloud/add-some-php-docsThomas Müller
2015-02-25Merge pull request #14460 from owncloud/revive/12971Thomas Müller
2015-02-24Add some PHPDocsLukas Reschke
2015-02-24Fix code that never workedLukas Reschke
2015-02-24Fix code style as per reviewLukas Reschke
2015-02-24Add support for sftp custom portSA
2015-02-23Updating license headersJenkins for ownCloud
2015-02-18Update phpseclib to version 0.3.9.Andreas Fischer
2015-01-14Add support for SFTP key authenticationRoss Nicoll
2014-12-17first step to drop \OCP\Config:: in favour of IConfigMorris Jobke
2014-10-22Lazy initialize external storagesVincent Petry
2014-08-27Prevent errors on broken SFTP configRobin McCorkell
2014-07-18Pass existing Net_SFTP object into Net_SFTP_Stream.Andreas Fischer
2014-07-12login() must be called after getServerPublicHostKey().Andreas Fischer
2014-07-12Add short description explaining how SFTP ext storage class works.Andreas Fischer
2014-07-12The file providing the sftp:// scheme needs to be included manually.Andreas Fischer
2014-06-03use phpseclib from 3rdpartyThomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-23Removed unused writeBack methodVincent Petry
2014-01-23Now using SFTP stream wrapper from phpseclibVincent Petry
2013-11-26Fixed SFTP storage to overwrite on renameVincent Petry
2013-11-22Moved default isReadable/isUpdatable impl into Common classVincent Petry
2013-11-16Fixed error-checking error in sftp.phphkjolhede
2013-10-07Update file to meet coding standartsLennart Rosam
2013-10-07Actually test the connectionLennart Rosam
2013-10-07Fixes #4129Lennart Rosam
2013-08-17Compare result are already true/falseBart Visscher
2013-04-26Dont task external storages with creating their own rootRobin Appelman
2013-02-22Whitespace fixesBart Visscher
2013-02-20Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek