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 |
Kelvin Schoofs
|
f4172b6061
|
Make createSocket also create "plain" connections (no proxying etc)
|
7 years ago |
Kelvin Schoofs
|
afc0079f9c
|
Move (potential) socket creation to a separate method
|
7 years ago |
Kelvin Schoofs
|
69b16b9d8b
|
Move config calculation to a separate method
|
7 years ago |
Kelvin Schoofs
|
06ccecfec7
|
1.6.0
|
7 years ago |
Kelvin Schoofs
|
6d5f2d26a8
|
Update README.md
|
7 years ago |
Kelvin Schoofs
|
ee40dcbbe2
|
Allow using environment variables in config (username/host/port/putty/agent/privateKeyPath)
|
7 years ago |
Kelvin Schoofs
|
ab384c3197
|
Better handle connection being stalled/closed (issue #9)
|
7 years ago |
Kelvin Schoofs
|
cb98cac24f
|
Add config.privateKeyPath for reading a key from a file
|
7 years ago |
Kelvin Schoofs
|
c22b094eaa
|
Merge pull request #13 from jamesmanning/patch-1
add missing comma in example user settings
|
7 years ago |
James Manning
|
2c0a677f7b
|
add missing comma in example user settings
|
7 years ago |
Kelvin Schoofs
|
be0ff86a6d
|
1.5.2
|
7 years ago |
Kelvin Schoofs
|
4753d50e20
|
Previous fix results in empty sshfs-configs view when no workspace folder is available
|
7 years ago |
Kelvin Schoofs
|
af690d5d22
|
1.5.1
|
7 years ago |
Kelvin Schoofs
|
5c50307bf6
|
Fix "Cannot read property 'filter' from undefined" from issue #3
|
7 years ago |
Kelvin Schoofs
|
e13fe4b82b
|
1.5.0
|
7 years ago |
Kelvin Schoofs
|
2af1717eb3
|
Add proxy stuff to teh TO DO list in README.md
|
7 years ago |
Kelvin Schoofs
|
3b7f6ad7ca
|
Fetch proxy settings from PuTTY sessions
|
7 years ago |
Kelvin Schoofs
|
196a276f52
|
Add support for SOCKS4/5 proxy
|
7 years ago |
Kelvin Schoofs
|
79d2ed9d97
|
Add dependency 'socks'
|
7 years ago |
Kelvin Schoofs
|
fd3230693e
|
1.4.1
|
7 years ago |
Kelvin Schoofs
|
d6519d6535
|
Better handling setting/getting config data for authentication (issue #3)
|
7 years ago |
Kelvin Schoofs
|
c2d99ad5da
|
Fix bugs related to issue #3
|
7 years ago |
Kelvin Schoofs
|
7b8b601b3b
|
1.4.0
|
7 years ago |
Kelvin Schoofs
|
b6ab68bc20
|
Add a logo and the 'bugs' field in package.json
|
7 years ago |
Kelvin Schoofs
|
bd5dfddb02
|
Update the README.md with new features and such
|
7 years ago |
Kelvin Schoofs
|
6d8bf6b6ae
|
Display deleted but active configurations and better select the right icon and alt text
|
7 years ago |
Kelvin Schoofs
|
8659ec01d7
|
When connecting a SSH FS, make errors reject the promise
|
7 years ago |
Kelvin Schoofs
|
59b4f6af9b
|
Use new schemas ('name' is required/added only in settingsschema, not configschema)
|
7 years ago |
Kelvin Schoofs
|
2e15a67375
|
Add icons to the "SSH File Systems" view and improve some code flow
|
7 years ago |
Kelvin Schoofs
|
3c7fb967b4
|
Use the new schemas (which add the 'label' field)
|
7 years ago |
Kelvin Schoofs
|
4ad6b89243
|
Add FileSystemConfig.label + fix bug with non-lowercase config names
|
7 years ago |
Kelvin Schoofs
|
e1c251583a
|
1.3.2
|
7 years ago |
Kelvin Schoofs
|
4df5300eb2
|
Fix issue #1
|
7 years ago |
Kelvin Schoofs
|
b1ca37c93b
|
1.3.1
|
7 years ago |
Kelvin Schoofs
|
8125238bdb
|
git ate my resources folder with the defaultConfig.jsonc
|
7 years ago |
Kelvin Schoofs
|
6d04842db9
|
1.3.0
|
7 years ago |
Kelvin Schoofs
|
808ac03a2a
|
Switch from .json to .jsonc (and jsonc-parser) for ssh://<config> files
|
7 years ago |
Kelvin Schoofs
|
2122de89d3
|
Add jsonc-parser as dependency
|
7 years ago |
Kelvin Schoofs
|
5f2e0dfe11
|
Use src/ as rootDir (keep depth of sourcecode equal between source and compiled)
|
7 years ago |
Kelvin Schoofs
|
75558fcdf3
|
Use JSON schemas for sshfs-configs in settings and ssh://<config> files
|
7 years ago |
Kelvin Schoofs
|
82d8e065be
|
Merge sshfs and sshfs-configs commands
|
7 years ago |