Commit Graph

  • 9de1d03422 Allow config-specific flags Kelvin Schoofs 2021-04-14 14:43:32 +0200
  • 0a4c8a21a3 Fix bug with forwarding local unix socket / windows pipe Kelvin Schoofs 2021-04-12 23:01:10 +0200
  • b10c6ee8af Add port forwarding things to Connections view Kelvin Schoofs 2021-04-12 22:27:29 +0200
  • 5aafdf5ba0 Add forwardPort/unforwardPort commands Kelvin Schoofs 2021-04-12 22:26:58 +0200
  • c707d56895 Add initial support for port forwarding Kelvin Schoofs 2021-04-12 22:24:00 +0200
  • 03241aa420 Add dependency ip-matching Kelvin Schoofs 2021-04-12 22:19:45 +0200
  • cdf0f997e1 Closing connection shouldn't delete workspace folders if a related filesystem exists Kelvin Schoofs 2021-04-12 22:17:55 +0200
  • 9f988d43ef Small code improvements Kelvin Schoofs 2021-04-12 22:15:25 +0200
  • 7a779f84d2 Replace (task) variables for terminalCommand (issue #249) Kelvin Schoofs 2021-04-12 16:49:43 +0200
  • f35844a170 Remove fulfilled TODO entry from ssh-config codebase feature/ssh-config Kelvin Schoofs 2021-04-08 01:01:59 +0200
  • 01d8b20381 Add support for ProxyJump/ProxyCommand for SSH configs Kelvin Schoofs 2021-04-08 00:43:55 +0200
  • f387681dd0 Add support for command-based proxying (ProxyCommand) Kelvin Schoofs 2021-04-08 00:42:08 +0200
  • 7b94fdcac8 Small refactor for proxying Kelvin Schoofs 2021-04-08 00:40:58 +0200
  • 345944c086 Fix some flag-related bugs Kelvin Schoofs 2021-04-07 22:38:06 +0200
  • d5e6a2cae8 Add support for multiple hops Kelvin Schoofs 2021-04-07 22:37:47 +0200
  • 18b80c5d2f Allow connection strings to start with `ssh://`, `scp://` and `sftp://` Kelvin Schoofs 2021-04-07 20:26:07 +0200
  • 38f5b735b2 Merge branch master into feature/ssh-config Kelvin Schoofs 2021-04-07 19:36:22 +0200
  • 84a87e3308 Fix initial bugs in ssh-config.ts Kelvin Schoofs 2021-01-19 22:06:24 +0100
  • adce58fb9c Change default to use "~" instead of "$HOME" (for Windows) Kelvin Schoofs 2021-01-19 22:06:06 +0100
  • 69eed27589 Improve environment variable handling in connect.ts Kelvin Schoofs 2021-01-19 21:31:52 +0100
  • 6cd441ab41 Slighty improve logging information Kelvin Schoofs 2021-04-07 17:57:42 +0200
  • fdb3b6685b Save lastVersion in global state Kelvin Schoofs 2021-04-05 14:57:55 +0200
  • a78f3cdefe 1.20.0 v1.20.0 Kelvin Schoofs 2021-03-19 18:33:34 +0100
  • b6e531bb4f Add taskCommand to ConfigEditor Kelvin Schoofs 2021-03-19 18:13:59 +0100
  • 7d94bb8c7a Add taskCommand Kelvin Schoofs 2021-03-19 17:58:29 +0100
  • 7a4df82f20 Merge branch 'feature/task-variables' Kelvin Schoofs 2021-03-19 17:35:34 +0100
  • c9946e01bf Improve/finish task variables Kelvin Schoofs 2021-03-19 17:35:21 +0100
  • b2178252e4 Set tsconfig to target ES2019 Kelvin Schoofs 2021-03-19 16:35:07 +0100
  • b19d4bf0e5 Publish to VS Marketplace and Open VXS Registry when GitHub release gets published Kelvin Schoofs 2021-03-19 15:31:13 +0100
  • 0624e42736 Upgrade build workflow from Node v10 to v12 Kelvin Schoofs 2021-03-18 23:03:51 +0100
  • 71c84a4c12 Add Yarn caching to build workflow Kelvin Schoofs 2021-03-18 23:03:08 +0100
  • 0567d286ff Upgrade all dependencies Kelvin Schoofs 2021-03-18 22:40:29 +0100
  • d69de1a009 Update TypeScript to 4.2.3 Kelvin Schoofs 2021-03-18 23:35:52 +0100
  • f20d4a5a04 Switch to Timmmm's ssh2-streams patch1 branch (#244) Kelvin Schoofs 2021-03-18 22:22:38 +0100
  • aa5600f63f 1.19.4 v1.19.4 Kelvin Schoofs 2021-03-02 18:29:59 +0100
  • 218188ab3a Improve flag system + auto-toggle "DF-GE" flag Kelvin Schoofs 2021-03-02 18:28:54 +0100
  • 6d124f81f6 Switch to SchoofsKelvin/event-utilities@v1 action in build-extension.yml workflow Kelvin Schoofs 2021-02-15 18:37:45 +0100
  • d97f9a4e9b 1.19.3 v1.19.3 Kelvin Schoofs 2021-02-15 13:50:37 +0100
  • 3bfdd7d5c2 Fix weird behavior "sftpSudo" field in config editor Kelvin Schoofs 2021-02-15 00:03:51 +0100
  • 271da67b95 Make use of short syntax for boolean prop for "optional" Kelvin Schoofs 2021-02-15 00:03:13 +0100
  • 638e62f2a8 Reword cancel button to back button at top of config editor Kelvin Schoofs 2021-02-15 00:01:13 +0100
  • fd48523969 Overhaul README and improve package.json Kelvin Schoofs 2021-02-14 23:53:37 +0100
  • 7abe86137e Better PuTTY interaction for instant connections Kelvin Schoofs 2021-02-11 19:35:49 +0100
  • 7e7943c764 Better handling of "$USER" and "$USERNAME" Kelvin Schoofs 2021-02-11 19:35:10 +0100
  • 788a0d94b7 Improve PuTTY session discovery code Kelvin Schoofs 2021-02-11 19:31:18 +0100
  • f7d9af3826 Make inputInstantConnection prefill with value from pickComplex Kelvin Schoofs 2021-02-11 19:30:29 +0100
  • a40028e349 Make getConfig merge instant configs with an existing config if possible Kelvin Schoofs 2021-02-11 19:30:13 +0100
  • a9082cc717 Fix wording in logging for "DF-GE" flag Kelvin Schoofs 2021-02-11 18:04:03 +0100
  • 184177a2ff Add "DEBUG_SSH2" flag Kelvin Schoofs 2021-02-11 18:03:31 +0100
  • 628de09d38 1.19.2 v1.19.2 Kelvin Schoofs 2021-02-11 16:55:46 +0100
  • 598ae06ef9 Add temporary fix for issue #239 (flag "DF-GE") Kelvin Schoofs 2021-02-11 16:46:59 +0100
  • 83d6cd0396 Add flag system with "sshfs.flags" config option Kelvin Schoofs 2021-02-11 16:34:21 +0100
  • 443026df7a Remove old console.log Kelvin Schoofs 2021-02-11 16:30:41 +0100
  • 53aa64fa9a Fix typo in pickComplex UI hint Kelvin Schoofs 2021-02-09 19:43:02 +0100
  • 8852d4733b Make instant connections try to use PuTTY Kelvin Schoofs 2021-02-09 19:38:41 +0100
  • 844b0e1b43 Allow instant connections Kelvin Schoofs 2021-02-09 19:36:40 +0100
  • a192d5d935 Improve commandConfigure + prefer getConfig over getConfigs Kelvin Schoofs 2021-02-09 19:16:34 +0100
  • 463068e57d Improve shouldIgnoreNotFound for non-root workspaces Kelvin Schoofs 2021-02-09 19:15:09 +0100
  • bb50adec31 Add '/app/src/main/AndroidManifest.xml' to IGNORE_NOT_FOUND Kelvin Schoofs 2021-02-09 15:32:06 +0100
  • d99e961330 Add ssh2 debug option Kelvin Schoofs 2021-02-09 15:23:42 +0100
  • ea33f10630 Allow configs to get properties from ssh_config files Kelvin Schoofs 2021-01-19 21:30:15 +0100
  • e5049e0163 Add initial code for ssh_config parsing/merging Kelvin Schoofs 2021-01-19 21:29:36 +0100
  • 6d614c6fc3 Add support for new task variables Kelvin Schoofs 2021-01-16 19:26:03 +0100
  • 00b2d36e4b Improve task provider functionality Kelvin Schoofs 2021-01-16 19:25:35 +0100
  • 5377a58583 Add (create)TextTerminal to pseudoTerminal.ts Kelvin Schoofs 2021-01-16 19:23:33 +0100
  • 8c0b5c4d1a Simplify tryGetHome and remove unused (now) streams.ts Kelvin Schoofs 2021-01-16 16:12:38 +0100
  • b071a32ed4 Update webview create-react-app framework and IDE support Kelvin Schoofs 2021-01-16 16:08:51 +0100
  • c0f77bf11e Fix problemMatcher for webview watch task Kelvin Schoofs 2021-01-08 14:59:29 +0100
  • 09ef94d9bc Remove react-dev-utils + add "files.exclude" to .vscode/settings.json Kelvin Schoofs 2020-12-22 00:23:15 +0100
  • 73b3e2dbe8 Refactor webview a bit Kelvin Schoofs 2020-12-21 16:16:16 +0100
  • 3c71b84e6d
    Add "Build extension" workflow Kelvin Schoofs 2020-12-17 23:13:45 +0100
  • 84c1b5b0f4 1.19.1 v1.19.1 Kelvin Schoofs 2020-12-17 18:17:09 +0100
  • aa17321564 Add TerminalLinkProvider for absolute paths Kelvin Schoofs 2020-12-17 18:08:17 +0100
  • d66e2780f5 Shortcut pickConnection for only 1 connection Kelvin Schoofs 2020-12-17 18:05:31 +0100
  • b0155c547f Fix bug in pickComplex for commands Kelvin Schoofs 2020-12-17 17:56:43 +0100
  • 4a7b456451 Make use of ExtensionContext.extensionMode Kelvin Schoofs 2020-12-17 16:17:55 +0100
  • 4caa62df0f Update @types/vscode to 1.49.0 Kelvin Schoofs 2020-12-17 16:09:51 +0100
  • f257584e9c Add "<Prompt>" dropdown to host field in UI Kelvin Schoofs 2020-12-17 14:02:12 +0100
  • 8f129d7bb4 Fix bug in sshfs.disconnect command Kelvin Schoofs 2020-12-17 14:00:01 +0100
  • 224184aa77 1.19.0 v1.19.0 Kelvin Schoofs 2020-12-16 23:55:55 +0100
  • d5a9d71a4e Make VSCE bundling include resources/icon.svg Kelvin Schoofs 2020-12-16 23:55:46 +0100
  • a90609aa48 Fix typo in JSDoc for FileSystemConfig.terminalCommand Kelvin Schoofs 2020-12-16 23:32:26 +0100
  • 40e2d12102 Add sftpCommand/sftpSudo/terminalCommand fields to UI Kelvin Schoofs 2020-12-16 23:16:19 +0100
  • 65fa99b554 Add terminalCommand to FileSystemConfig Kelvin Schoofs 2020-12-16 23:15:42 +0100
  • 5c82692862 Improve prompting (+ support prompting host) (closes #217) Kelvin Schoofs 2020-12-16 22:26:50 +0100
  • 70d38eec1b Add disconnectAll command (closes #144) Kelvin Schoofs 2020-12-16 20:41:39 +0100
  • 0213a25979 Don't bundle source-map-support Kelvin Schoofs 2020-12-16 20:24:59 +0100
  • 0e1d53f68e Remove regular log statement in putty.ts Kelvin Schoofs 2020-12-16 20:01:49 +0100
  • 292bc16638 Merge branch 'feature/ConnectionManager' Kelvin Schoofs 2020-12-16 20:00:53 +0100
  • 01cad2159a Refactor tree views + make Manager use ConnectionManager Kelvin Schoofs 2020-12-16 19:50:35 +0100
  • 56b10b9c15 Improve command system + add new commands Kelvin Schoofs 2020-12-16 19:35:37 +0100
  • c3d1bc8b29 Add .terminal field to SSHPseudoTerminal Kelvin Schoofs 2020-12-16 19:22:35 +0100
  • 43f964e11c Add onClose event to SSHFileSystem Kelvin Schoofs 2020-12-16 19:21:52 +0100
  • 0cdf8c6ef3 Improve logging Kelvin Schoofs 2020-12-16 19:20:34 +0100
  • 8e074723ec Fix typos in comments/logging Kelvin Schoofs 2020-12-16 19:20:06 +0100
  • 9e3041116c Mark some imports as type-only Kelvin Schoofs 2020-12-16 19:19:18 +0100
  • 327ae2b2c8 Improve isWorkspaceStale detection Kelvin Schoofs 2020-12-16 19:17:11 +0100
  • a50bef43b5 Split functionality from Manager into a ConnectionManager Kelvin Schoofs 2020-08-29 23:39:06 +0200
  • 84fbe8dc5e Upgrade to typescript@4.0.2 Kelvin Schoofs 2020-08-29 23:19:14 +0200
  • 8b24b3c406 1.18.3 v1.18.3 Kelvin Schoofs 2020-08-14 22:00:55 +0200