Commit Graph

114 Commits (aaea022a3a879d8dd35972d31a5c996a5670b1b4)
 

Author SHA1 Message Date
Kelvin Schoofs aaea022a3a 1.12.0
6 years ago
Kelvin Schoofs db576ac23c Fix issue #95 (active configs shown twice in pickConfig)
6 years ago
Kelvin Schoofs 151d72ca08 Add output channel and initial logging (issue #97)
6 years ago
Kelvin Schoofs 2d0a092d3d Improve prompt messages
6 years ago
Kelvin Schoofs e339ca2fad Fix security alerts (event-steam@3.3.6 / flatmap-stream) reported by GitHub
6 years ago
Kelvin Schoofs a1fb2da726 Update ssh2 dependency to latest (issue #83)
6 years ago
Kelvin Schoofs 35f58888fa 1.11.2
6 years ago
Kelvin Schoofs 037eeb5359 Fix bug with usernamefromenvironment for PuTTY session (issue #71)
6 years ago
Kelvin Schoofs ee0041402e Clean up some code
6 years ago
Kelvin Schoofs beb00d63c3 1.11.1
6 years ago
Kelvin Schoofs 35e3ab384c Add config option 'newFileMode' (umask number, or octal umask string)
6 years ago
Kelvin Schoofs 754ee26e8a 1.11.0
6 years ago
Kelvin Schoofs 499bb06d32 Add default keepInterval config option of 30 seconds (issue #49)
6 years ago
Kelvin Schoofs 146c57637f
Merge pull request #65 from schrej/feature/username-in-putty-hostname
6 years ago
Kelvin Schoofs c0cd9e350b
Merge pull request #64 from schrej/feature/http-proxy
6 years ago
Jakob Schrettenbrunner 298bbd9b9c extract username from putty hostname if not set
6 years ago
Jakob Schrettenbrunner d492ffcac5 add http proxy support
6 years ago
Kelvin Schoofs 722b7f3283 1.10.0
6 years ago
Kelvin Schoofs 30d8a7b080 Clean imports and some other code
6 years ago
Kelvin Schoofs 8c2360b0ef Remove unused fileSystemProvider.ts
6 years ago
Kelvin Schoofs bbd053609a Update vscode engine version to 1.26.0
6 years ago
Kelvin Schoofs 3a0f74115c Update devDependency vscode to 1.1.21
6 years ago
Kelvin Schoofs 288f4ad845 Add sftpCommand config option to allow different ways of launching sftp-server
6 years ago
Kelvin Schoofs 0e62c9731f 1.9.3
6 years ago
Kelvin Schoofs 83a8714403 Improve settings schema
6 years ago
Kelvin Schoofs 74b0727b64 Embed JSON schema settings for contributions.configurations into package.json
6 years ago
Kelvin Schoofs f32c376e41 1.9.2
6 years ago
Kelvin Schoofs 392d2812ad Can't use SVGs in README.md according to vsce
6 years ago
Kelvin Schoofs a994b39dc2 Improve shields (static GitHub/PayPal shield, better VS Marketplace one)
6 years ago
Kelvin Schoofs 4ec3e906e0 1.9.1
6 years ago
Kelvin Schoofs 07d7e4b38c Replace links at top of README.md with shields.io badges
6 years ago
Kelvin Schoofs 1f89be1c39 ssh2-streams already support PPK. Update README.md
6 years ago
Kelvin Schoofs 01b22d386c Improve readDirectory for symbolic links and fix issue #21
6 years ago
Kelvin Schoofs e104ab24a2 1.9.0
6 years ago
Kelvin Schoofs 0b7e9da50b Enable tryKeyboard and link up the keyboard-interactive event
6 years ago
Kelvin Schoofs 22b4edfd9b 1.8.0
6 years ago
Kelvin Schoofs 727a552be9 Update schemas (fix issue #15 and #20)
6 years ago
Kelvin Schoofs 88de963ebf Fix bug that breaks saving configs using the "config editor"
6 years ago
Kelvin Schoofs c29138a355 Try to detect (and use) home directory when root config field starts with the '~' symbol
6 years ago
Kelvin Schoofs ea3a5e1074 Show proper error message if the root directory doesn't exist on the server
6 years ago
Kelvin Schoofs b125d4ab74 1.7.1
7 years ago
Kelvin Schoofs 313721e670 Fix issue with config variables not being replaced for non-PuTTY configurations
7 years ago
Kelvin Schoofs bb0dc44dd8 1.7.0
7 years ago
Kelvin Schoofs e92b5a2c13 Update README.md and split the TODO list in its own file
7 years ago
Kelvin Schoofs ba9cb187a9 Use new schemas (hop/proxy/privateKeyPath field)
7 years ago
Kelvin Schoofs eb2425accd Allow connecting through another SSH connection (connection hopping)
7 years ago
Kelvin Schoofs e7a59bbdba Fix some code still using 'this' when not allowed
7 years ago
Kelvin Schoofs 1d7e6e483e Move loading/saving configuration stuff to a separate file
7 years ago
Kelvin Schoofs 29b5664185 Move connection stuff (apart from connecting SFTP from SSH) to a separate file
7 years ago
Kelvin Schoofs 3ab32ad5f0 Use .once instead of .on for only-happens-once events (stop possible memory leaks)
7 years ago