summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/SFTP.php
Commit message (Expand)AuthorAgeFilesLines
* Prevent reading key on SFTP stat boolJohn Molakvoæ2022-03-111-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst2021-01-191-0/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* faster implementation of SFTP write streamRobin Appelman2020-03-101-0/+3
* Faster implementation of sftp read streamRobin Appelman2020-03-061-0/+4
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-071-6/+17
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-7/+2
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix comparisons in the files external appJoas Schilling2017-08-011-7/+7
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
* Fix type hintingRobin Appelman2016-07-081-2/+2
* Update license headersLukas Reschke2016-05-261-1/+2
* Move Lib\Storage to PSR-4Joas Schilling2016-05-241-0/+467