aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/SFTP.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+2
* chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-131-1/+1
* fix: don't believe sftp when it tells us the mtime is less than we know it issftp-known-mtimeRobin Appelman2025-02-051-3/+22
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-9/+9
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-071-27/+19
* fix(files_external): Fix all IStorage return typesprovokateurin2024-09-261-82/+25
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* fix(files_external): Check key exists before accessing itfixKeyExFileExtGit'Fellow2024-09-141-4/+8
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
* fix: Do not log an error when connecting to SFTP without a logged in userDaniel Calviño Sánchez2024-06-181-5/+7
* chore: Add SPDX headerAndy Scherzinger2024-06-061-33/+3
* fix(files_external): Be extra safe with null handling to please psalmCôme Chilliet2024-04-301-0/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+1
* sftp psalm fixesRobin Appelman2023-09-181-10/+14
* psalm suppressRobin Appelman2023-09-041-0/+4
* implement fseek for sftp read streamRobin Appelman2023-09-041-2/+3
* more optimized getPermissions/getMetaDataRobin Appelman2023-09-041-0/+44
* sftp optimize file_put_contents, writeStream and copyRobin Appelman2023-09-041-1/+55
* clear sftp stat cache when opening a write streamRobin Appelman2023-09-041-3/+5
* Refactors "strpos" calls in /apps/files_external to improve code readability.Faraz Samapoor2023-06-021-1/+1
* 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