319 Commits

Author SHA1 Message Date
Eugene Pankov
b60c36054f
more web cleanup 2021-06-19 22:52:18 +02:00
Eugene Pankov
51f62c9719
allow storing private keys in the vault 2021-06-19 21:54:27 +02:00
Eugene Pankov
fad7858f3f
more electron/web separation 2021-06-19 01:36:25 +02:00
Eugene Pankov
fa31ac65ab sftp - show size and date - fixes #4001 2021-06-18 22:25:40 +02:00
Eugene Pankov
907ebc0fd5 fixed multiple sftp uploads - fixes #4001 2021-06-18 21:58:25 +02:00
Eugene Pankov
d5183b9fc5
icon tweaks 2021-06-17 22:04:50 +02:00
Eugene Pankov
c946decbca
sftp improvements, fixes #3992 2021-06-17 20:38:47 +02:00
Eugene Pankov
96ce42461d
moved menu zone handling into terminus-electron 2021-06-17 20:38:20 +02:00
Eugene Pankov
cdf97f3b31
fixed #3982 2021-06-16 12:30:00 +02:00
Eugene Pankov
6ce76af9be
zone-ified sftp promises 2021-06-13 21:03:33 +02:00
Eugene Pankov
a397884d3c
added experimental SFTP implementation - fixes #296 2021-06-12 01:18:07 +02:00
Eugene Pankov
019cba06d4
fixed #3138 2021-06-12 00:25:26 +02:00
Eugene Pankov
cbaf40bb82
allow config encryption 2021-06-05 19:13:22 +02:00
Eugene Pankov
7f18396926
added the vault 2021-06-05 17:38:11 +02:00
Eugene Pankov
c2ca127574
added a winscp hotkey - fixes #2938 2021-06-05 12:32:38 +02:00
Eugene Pankov
a9069a4a49
allow multiple private key paths - fixes #3921 2021-06-05 12:05:46 +02:00
Eugene Pankov
79a429be5d
private key and agent auth cleanup 2021-06-04 23:05:20 +02:00
Eugene Pankov
779eb235f3
updated ssh2 2021-06-04 22:54:12 +02:00
Eugene Pankov
c0bd008f40
more platform changes 2021-06-03 19:07:48 +02:00
Eugene Pankov
012986dc7e
started separating terminus-electron and terminus-web 2021-05-24 17:48:12 +02:00
Eugene Pankov
7506670dfb
CLI options to start SSH and serial connections - fixes #2785 2021-05-16 16:06:50 +02:00
Eugene Pankov
3716d52700
bumped angular and ng-bootstrap 2021-05-16 13:53:13 +02:00
Eugene Pankov
c39826bd16
kill ssh session when closing tab - fixes #3207 2021-05-15 19:15:40 +02:00
Eugene Pankov
edb07e155c
ppk key support 2021-05-15 18:51:53 +02:00
Eugene Pankov
4aafcf82e8
build fixes 2021-05-13 17:00:29 +02:00
Eugene Pankov
5c22e22caa
plugged memory leaks 2021-05-13 16:40:23 +02:00
Eugene
2e9d8f609e
Merge pull request #3725 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/strip-ansi-7.0.0
Bump strip-ansi from 6.0.0 to 7.0.0 in /terminus-ssh
2021-05-12 09:37:49 +02:00
Eugene Pankov
44040ba54b
permanent port forwards - fixes #3479, fixes #2395 2021-05-02 15:08:22 +02:00
Eugene Pankov
f87efcf5bd
an option to remember private key passphrases - fixes #3689 2021-05-02 13:11:15 +02:00
Eugene Pankov
3c6374be19
better ssh connection list management - fixes #1351 2021-04-25 21:06:23 +02:00
Eugene Pankov
7cf8f8d58e
ssh - added proxy command support - fixes #3722 2021-04-24 19:57:05 +02:00
dependabot-preview[bot]
99e3144ddf
Bump strip-ansi from 6.0.0 to 7.0.0 in /terminus-ssh
Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/chalk/strip-ansi/releases)
- [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-22 16:29:17 +00:00
Eugene
3091e2be69
Merge pull request #3634 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/run-script-os-1.1.6
Bump run-script-os from 1.1.5 to 1.1.6 in /terminus-ssh
2021-04-04 21:03:38 +02:00
Eugene Pankov
174a1bcca7
remote pty 2021-04-04 20:07:57 +02:00
dependabot-preview[bot]
61e65c7ec8
Bump run-script-os from 1.1.5 to 1.1.6 in /terminus-ssh
Bumps [run-script-os](https://github.com/charlesguse/run-script-os) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/charlesguse/run-script-os/releases)
- [Commits](https://github.com/charlesguse/run-script-os/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-25 04:19:44 +00:00
Eugene Pankov
2c11feed83
deep-clone ssh connections - fixes #3617 2021-03-20 16:24:25 +01:00
Eugene Pankov
c6d4eb7083
ui 2021-03-20 12:20:48 +01:00
Eugene Pankov
1132a18a0a
bump ng-bootstrap 2021-03-20 12:06:10 +01:00
Eugene Pankov
c290633e7e
detect user@domain style usernames in ssh quick connect - fixes #3026 2021-03-13 21:02:49 +01:00
Eugene Pankov
836014c270
shorter notification for copying 2021-03-10 22:08:11 +01:00
Eugene Pankov
f925d63fb0
Merge branch 'master' of github.com:Eugeny/terminus 2021-03-10 20:51:53 +01:00
Eugene Pankov
e79fc13de9
bumped plugins 2021-03-10 20:51:50 +01:00
Tan, Tian
806bfef8bf FIX: #3520 2021-03-05 21:19:43 +08:00
dependabot-preview[bot]
98b5a27382
Bump @types/node from 14.14.14 to 14.14.31 in /terminus-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 14.14.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-03 20:37:11 +00:00
Eugene
e5c7d0649f
Merge pull request #3347 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/run-script-os-1.1.5
Bump run-script-os from 1.1.3 to 1.1.5 in /terminus-ssh
2021-03-03 23:34:48 +03:00
Eugene Pankov
aab1ae3ceb
reconnect hotkey - fixes #3344 2021-02-13 12:49:07 +01:00
Eugene Pankov
9b5b5a9d00
re-fixed session restarting 2021-02-13 12:47:21 +01:00
Eugene Pankov
a8c7134218
fixed SSH reconnection behaviour - fixed #3446, fixed #3442 2021-02-13 12:42:15 +01:00
Eugene Pankov
6fdccd0a02
cleanup webpack configs 2021-02-13 12:11:38 +01:00
Eugene Pankov
cba90cec0a better error messages for X11 forwarding issues 2021-02-07 12:49:34 +01:00