Commit Graph

85 Commits (048aa08707fbde538c6636e74111201e2d50c0bd)

Author SHA1 Message Date
Kelvin Schoofs 048aa08707 Don't create filesystems when workspace is stale (#121)
6 years ago
Kelvin Schoofs 35b0b324e7 Fix bug with connecting multiple times at once (#121)
6 years ago
Kelvin Schoofs f4c995fb26 Fix password/passphrase being prompted multiple times
6 years ago
Kelvin Schoofs 4a98297155 Re-add Configure/New command (+ UI navigation/ConfigLocator)
6 years ago
Kelvin Schoofs 517a31301e Fix bug and stop suggesting WorkspaceFolder as ConfigLocation (#119)
6 years ago
Kelvin Schoofs 212f8e619f Use dynamic imports for code splitting
6 years ago
Kelvin Schoofs 860a59c99a Organize imports
6 years ago
Kelvin Schoofs cf9223965f Change how debug mode for Settings UI works/fails
6 years ago
Kelvin Schoofs c2c64c8e8d Make new version with Settings UI release-ready
6 years ago
Kelvin Schoofs 5e73396f8b More WebView message types
6 years ago
Kelvin Schoofs 879bde065d Improve config loading
6 years ago
Kelvin Schoofs 2735919884 Remove delete command and the config filesystem (ssh://<config>/)
6 years ago
Kelvin Schoofs 47896927be Overhaul config loading/saving for the new config system
6 years ago
Kelvin Schoofs 07ec617bc4 Working on WebView in React
6 years ago
Kelvin Schoofs cc1eef5dff Working on configuration webview
6 years ago
Kelvin Schoofs 113db7f5e8 Move FileSystemConfig to separate file
6 years ago
Kelvin Schoofs 0061a08c4c Add a "Reload configurations" command
6 years ago
Kelvin Schoofs e36472da90 Rework the way configs are loaded
6 years ago
Kelvin Schoofs 95bb9a77c3 Remove config.passphrase when false (possiby #108)
6 years ago
Kelvin Schoofs 9686bbab2c Improve logging in connect.ts
6 years ago
Kelvin Schoofs 3e7089815f Add initial support for sudo sftp
6 years ago
Kelvin Schoofs 28473e8099 Change censorConfig to show "uncensored" booleans for password/passphrase
6 years ago
Kelvin Schoofs 461ccc9c23 Fix node DEP0005 (Buffer() being deprecated)
6 years ago
Kelvin Schoofs 2d39bced12 Add more logging for sftpCommand in getSFTP
6 years ago
Kelvin Schoofs 1232fec687 Fix/improve config picker (issue #94, PR #96)
6 years ago
Kelvin Schoofs 2fca4951ff Auto-rename nameless configurations (fix #1)
6 years ago
Kelvin Schoofs 93284f92d7 Fix issue #87 (DNS lookup for localhost socks proxy)
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 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 35e3ab384c Add config option 'newFileMode' (umask number, or octal umask string)
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
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 30d8a7b080 Clean imports and some other code
6 years ago
Kelvin Schoofs 8c2360b0ef Remove unused fileSystemProvider.ts
6 years ago
Kelvin Schoofs 288f4ad845 Add sftpCommand config option to allow different ways of launching sftp-server
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 0b7e9da50b Enable tryKeyboard and link up the keyboard-interactive event
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 313721e670 Fix issue with config variables not being replaced for non-PuTTY configurations
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