1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-10 12:16:34 +03:00
Commit Graph

290 Commits

Author SHA1 Message Date
Eugene Pankov
2b8bb47aed lint 2020-03-19 12:47:38 +01:00
Eugene
ef5c9b52a5
Merge pull request #2259 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/types/ssh2-0.5.41
Bump @types/ssh2 from 0.5.40 to 0.5.41 in /terminus-ssh
2020-03-17 09:44:27 +01:00
Eugene Pankov
0ca0996493 close forwarded ports when session dies (fixes #2143) 2020-03-16 22:47:26 +01:00
Eugene Pankov
50959f4490 lint 2020-03-16 22:41:59 +01:00
dependabot-preview[bot]
c04018bc70
Bump ssh2 from 0.8.8 to 0.8.9 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.8...v0.8.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 20:29:34 +00:00
dependabot-preview[bot]
2692eb141c
Bump ssh2-streams from 0.4.9 to 0.4.10 in /terminus-ssh
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases)
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.9...v0.4.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 20:25:46 +00:00
dependabot-preview[bot]
7ac7958462
Bump @types/ssh2 from 0.5.40 to 0.5.41 in /terminus-ssh
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2) from 0.5.40 to 0.5.41.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 04:18:29 +00:00
Eugene Pankov
aace3f42d0 allow disabling ssh dynamic tab title (fixes #2240, fixes #2027) 2020-03-12 18:17:36 +01:00
Nikolaos Stefanou
3c90e904fc
fixed logic bug when deleting from history 2020-03-12 09:12:57 +00:00
Nikolaos Stefanou
d1f5ebd546
Have multiple recent connections in history instead of just one 2020-03-11 20:37:17 +00:00
Eugene Pankov
dfe55b94ff definitely fixed key permissions 2020-03-02 16:45:47 +01:00
Eugene Pankov
6b4b6b522f reset permissions on key file (fixes #2201) 2020-03-02 16:21:37 +01:00
Eugene Pankov
566aa83fa9 bumped plugin versions 2020-03-01 16:40:43 +01:00
Eugene Pankov
316b77ec7b lint 2020-03-01 16:33:24 +01:00
Eugene Pankov
04a0a0cc64 lint 2020-03-01 16:10:45 +01:00
Eugene Pankov
e1cc1d56ea fixes 2020-03-01 15:12:24 +01:00
Eugene Pankov
df2f4d4a6c angular 9 fixes 2020-03-01 14:26:55 +01:00
Eugene Pankov
1b29797a81 serial plugin ui improv 2020-03-01 13:08:16 +01:00
Eugene
f5ffdc1707
Use ssh-keygen to convert ssh keys (#2197)
* use ssh-keygen to convert keys

* drop incorrect typings

* .

* Update ssh.service.ts

* Update ssh.service.ts

* Update ssh.service.ts
2020-03-01 11:17:11 +01:00
Eugene Pankov
ed88784431 Merge branch 'master' of github.com:Eugeny/terminus 2020-02-26 10:18:32 +01:00
Eugene Pankov
e48f844ea0 lint 2020-02-26 10:16:45 +01:00
dependabot-preview[bot]
a50c7cb474
Bump ssh2 from 0.8.7 to 0.8.8 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.7 to 0.8.8.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.7...v0.8.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 04:21:05 +00:00
Nikolaos Stefanou
9705a1b5b5 resolves #1988 2020-02-19 12:45:18 +00:00
Eugene Pankov
298209b03a option to skip the ssh banner (fixes #2121) 2020-02-16 23:04:26 +01:00
Eugene Pankov
dc03a7f135 fixed #1629 2020-02-16 23:00:02 +01:00
Eugene Pankov
0c892225f3 nicer terminal messages for SSH 2020-02-16 21:26:01 +01:00
Eugene Pankov
851d92a140 fixed private key handling (fixed #2018, fixed #2053, fixed #1966) 2020-02-16 21:25:52 +01:00
dependabot-preview[bot]
20da700ad4
Bump @types/ssh2 from 0.5.39 to 0.5.40 in /terminus-ssh
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2) from 0.5.39 to 0.5.40.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-11 04:21:22 +00:00
Eugene Pankov
fd1ea4fc49 delete saved password when deleting and ssh connection (fixes #1999) 2020-02-05 15:16:51 +03:00
Eugene Pankov
fa56f30f63 lint 2020-02-05 14:52:53 +03:00
Eugene Pankov
9c19307181 more tab saving fixes 2020-02-05 14:52:33 +03:00
Eugene Pankov
498564be9a added scrollback saving 2020-02-05 13:37:04 +03:00
Eugene
8cd1c4a9af
Update sshTab.component.ts 2020-01-13 11:53:28 +01:00
Eugene Pankov
280c421ae4 use node-sshpk for better key parsing (fixes #1956, fixes #1612, fixes #1191, fixes #1788, fixes #1300) 2020-01-03 18:40:43 +01:00
Eugene Pankov
b5a985b8a3 ui tweaks 2020-01-03 16:11:31 +01:00
Eugene Pankov
2f7dcf3339 made x11 forwarding configurable (fixes #1950, fixes #1954) 2020-01-03 16:04:30 +01:00
Eugene Pankov
2b5f623b50 profile and SSH connection colors (fixes #954) 2020-01-01 01:04:41 +01:00
Eugene Pankov
a8d5cf469e ui fixes 2020-01-01 01:04:25 +01:00
Eugene Pankov
b07a2113d2 ssh: added a reconnect button (fixes #761) 2019-12-31 23:12:08 +01:00
Eugene Pankov
87fe8deaa8 apis 2019-12-31 22:48:36 +01:00
Eugene Pankov
c40294628a zmodem support (fixes #693) 2019-12-31 20:10:37 +01:00
Eugene Pankov
c11a10144e ssh: stow away the ports button (fixes #1932) 2019-12-31 13:27:34 +01:00
Eugene Pankov
2ce0f03282 lint 2019-12-28 22:13:36 +01:00
Eugene Pankov
b6c97ffa49 ui tweaks 2019-12-15 16:57:38 +01:00
Eugene Pankov
786daaac32 lint 2019-12-11 18:07:01 +01:00
Eugene Pankov
0360ad2dd0 lint 2019-12-11 16:34:01 +01:00
Eugene Pankov
0a451c5876 automatically reconnect without x11 forwarding if rejected (fixes #1880) 2019-12-11 16:31:05 +01:00
Eugene Pankov
62c1f6463b added x11 forwarding (fixes #630) 2019-12-08 13:40:15 +01:00
dependabot-preview[bot]
d9948cf6e2
Bump ssh2 from 0.8.6 to 0.8.7 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.6...v0.8.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 07:54:14 +00:00
dependabot-preview[bot]
690dde628e
Bump ssh2-streams from 0.4.7 to 0.4.8 in /terminus-ssh
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases)
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.7...v0.4.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 04:22:42 +00:00
Eugene Pankov
99698913a8 lint 2019-12-03 00:55:22 +01:00
Eugene Pankov
0dbb16d859 implemented port forwarding (fixes #821) 2019-12-03 00:45:35 +01:00
Eugene Pankov
03fc68bb6d fixed #1785 2019-11-26 15:11:26 +01:00
Eugene Pankov
18aa78fa2e webpack 5 2019-11-25 12:20:41 +01:00
dependabot-preview[bot]
8c8f972448
Bump ssh2 from 0.8.5 to 0.8.6 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.5...v0.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-25 10:56:42 +00:00
dependabot-preview[bot]
c29a430b92
Bump ssh2-streams from 0.4.6 to 0.4.7 in /terminus-ssh
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams) from 0.4.6 to 0.4.7.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases)
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.6...v0.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-08 04:24:17 +00:00
Eugene Pankov
64309b364f bumped plugins 2019-10-29 14:33:29 +01:00
Eugene Pankov
ec956d463a fixed search in ssh tabs (fixes #1394) 2019-10-28 12:31:44 +01:00
Eugene Pankov
86dfc49861 lockdown @types/node deps 2019-10-26 19:10:52 +02:00
dependabot-preview[bot]
96f5296062
Bump @types/node from 12.7.8 to 12.7.12 in /terminus-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.8 to 12.7.12.
- [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>
2019-10-14 03:31:42 +00:00
Eugene Pankov
6406e63e29 dep bump 2019-09-29 15:38:20 +02:00
dependabot-preview[bot]
6a8b37cd2b
Bump @types/node from 12.7.5 to 12.7.7 in /terminus-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.5 to 12.7.7.
- [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>
2019-09-25 04:25:17 +00:00
dependabot-preview[bot]
63a3abe8f9
Bump ssh2-streams from 0.4.5 to 0.4.6 in /terminus-ssh
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams) from 0.4.5 to 0.4.6.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases)
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.5...v0.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-20 04:24:37 +00:00
Eugene
27907b6979
Bump @types/node from 12.7.4 to 12.7.5 in /terminus-ssh (#1503)
Bump @types/node from 12.7.4 to 12.7.5 in /terminus-ssh
2019-09-18 21:06:57 +02:00
Eugene
998614bf2e
Bump ssh2-streams from 0.4.4 to 0.4.5 in /terminus-ssh (#1522)
Bump ssh2-streams from 0.4.4 to 0.4.5 in /terminus-ssh
2019-09-18 21:05:24 +02:00
Eugene Pankov
d069f39bc7 lint 2019-09-18 21:04:18 +02:00
dependabot-preview[bot]
6c9c2b46f0
Bump @types/node from 12.7.4 to 12.7.5 in /terminus-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.4 to 12.7.5.
- [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>
2019-09-18 18:59:48 +00:00
Eugene Pankov
181c523020 strict null checks 2019-09-18 20:56:59 +02:00
dependabot-preview[bot]
b9b3db78a1
Bump ssh2-streams from 0.4.4 to 0.4.5 in /terminus-ssh
Bumps [ssh2-streams](https://github.com/mscdex/ssh2-streams) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/mscdex/ssh2-streams/releases)
- [Commits](https://github.com/mscdex/ssh2-streams/compare/v0.4.4...v0.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-18 11:07:08 +00:00
Eugene Pankov
acbb9d4ce4 fixed private key selector dialog (fixes #1470) 2019-09-10 17:02:03 +02:00
dependabot-preview[bot]
d8f99c5fa3
Bump @types/ssh2 from 0.5.38 to 0.5.39 in /terminus-ssh
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2) from 0.5.38 to 0.5.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-05 10:56:32 +00:00
dependabot-preview[bot]
af772c41d6
Bump @types/node from 12.7.3 to 12.7.4 in /terminus-ssh
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.7.3 to 12.7.4.
- [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>
2019-09-04 04:25:12 +00:00
Eugene Pankov
331291f34d TS 3.6 fixes (fixes #1447) 2019-09-02 13:35:23 +02:00
Eugene Pankov
7bc92b12e3 dropped bintray 2019-08-30 13:01:49 +02:00
Eugene Pankov
e6de63c689 better sourcemaps 2019-08-09 17:39:03 +02:00
Eugene Pankov
ffa6d41d8b go back to the upstream windows-process-tree 2019-07-24 11:51:26 +02:00
Eugene Pankov
dc9508f80d lint & enabled linter on Azure pipelines 2019-07-24 11:24:57 +02:00
Dak Smyth
122e68de04
Add a newline after banners to prevent ASCII art-style banners from getting messed up
This may also want to be done for shell greetings and banners.
2019-07-20 18:17:42 -05:00
Eugene Pankov
5820b7ff9a use webpack.sourcemapdevtoolplugin for reliable sourcemaps 2019-07-16 23:33:02 +02:00
dependabot-preview[bot]
dc190ad733
Bump ssh2 from 0.8.4 to 0.8.5 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.4...v0.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-15 04:31:24 +00:00
Eugene Pankov
8eeb8f3f10 Update webpack.config.js 2019-07-05 12:53:10 +02:00
Eugene Pankov
31b69f676c fixed windows-process-tree dep 2019-07-05 12:01:32 +02:00
Eugene Pankov
e6e3c59e63 ssh connection fix (fixes #1161, fixes #1182) 2019-07-04 23:29:21 +02:00
Eugene Pankov
f5485fae2f webpack config formatting 2019-07-04 11:34:31 +02:00
Eugene Pankov
0bd1700872 moved typings to the top level package.json 2019-07-04 11:32:24 +02:00
Eugene Pankov
6fe08475ff windows build fix 2019-07-03 19:58:41 +02:00
Eugene Pankov
b98bde71df remove all external deps from generated typings files 2019-06-30 23:08:30 +02:00
dependabot-preview[bot]
7b3426d2f9
Bump keytar from 4.10.0 to 4.11.0 in /terminus-ssh
Bumps [keytar](https://github.com/atom/node-keytar) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/atom/node-keytar/releases)
- [Commits](https://github.com/atom/node-keytar/compare/v4.10.0...v4.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 04:28:10 +00:00
Eugene Pankov
8a2a0d8013 ts es2015 modules, path resolution fixes 2019-06-24 13:40:37 +02:00
dependabot-preview[bot]
0df75cdd48
Bump keytar from 4.9.0 to 4.10.0 in /terminus-ssh
Bumps [keytar](https://github.com/atom/node-keytar) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/atom/node-keytar/releases)
- [Commits](https://github.com/atom/node-keytar/compare/v4.9.0...v4.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-20 04:43:57 +00:00
Eugene Pankov
f279f1a1e5 login scripts ui cleanup 2019-06-18 23:53:19 +02:00
Eugene Pankov
db3b8cc718 added an option to add password from the connection properties (fixes #637) 2019-06-18 23:48:20 +02:00
Eugene Pankov
77058c0472 make password saving optional (fixes #644) 2019-06-18 23:23:51 +02:00
Eugene Pankov
c35c8791f9 don't forget password on connection errors (fixes #783) 2019-06-18 23:13:19 +02:00
Eugene Pankov
b94c97017c show ssh hotkey in settings (fixes #1067) 2019-06-18 22:11:43 +02:00
Eugene Pankov
c008a3478e @typescript-eslint linter 2019-06-14 23:47:48 +02:00
Eugene Pankov
a5ecdeb5ea lint 2019-06-14 17:49:42 +02:00
Eugene Pankov
375a98b013 fixed invisible ssh tabs (fixes #1044) 2019-06-09 19:32:30 +02:00
Eugene Pankov
596d75adc1 reduced bundle size 2019-06-07 22:52:41 +02:00
Eugene Pankov
39bbe54992 refactoring, build fix 2019-06-06 13:45:15 +02:00
Eugene Pankov
0e8482e28d Search (fixes #85) 2019-06-05 22:04:40 +02:00
dependabot-preview[bot]
6a64ea5254
Bump keytar from 4.8.0 to 4.9.0 in /terminus-ssh
Bumps [keytar](https://github.com/atom/node-keytar) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/atom/node-keytar/releases)
- [Commits](https://github.com/atom/node-keytar/compare/v4.8.0...v4.9.0)
2019-05-25 08:51:42 +00:00
Eugene Pankov
ad469c08fe lint 2019-05-24 21:23:03 +02:00
Eugene Pankov
661ada154e cleanup 2019-05-24 21:21:42 +02:00
dependabot-preview[bot]
b2c0af2307
Bump keytar from 4.7.0 to 4.8.0 in /terminus-ssh
Bumps [keytar](https://github.com/atom/node-keytar) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/atom/node-keytar/releases)
- [Commits](https://github.com/atom/node-keytar/compare/v4.7.0...v4.8.0)
2019-05-24 18:48:01 +00:00
dependabot-preview[bot]
bc78ef49c6
Bump @types/ssh2 from 0.5.35 to 0.5.38 in /terminus-ssh
Bumps [@types/ssh2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ssh2) from 0.5.35 to 0.5.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ssh2)
2019-05-24 16:57:47 +00:00
dependabot-preview[bot]
81b0b63da4
[Security] Bump deep-extend from 0.4.2 to 0.6.0 in /terminus-ssh
Bumps [deep-extend](https://github.com/unclechu/node-deep-extend) from 0.4.2 to 0.6.0. **This update includes security fixes.**
- [Release notes](https://github.com/unclechu/node-deep-extend/releases)
- [Changelog](https://github.com/unclechu/node-deep-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/unclechu/node-deep-extend/compare/v0.4.2...v0.6.0)
2019-05-24 16:10:21 +00:00
Eugene
f381176333
[Security] Bump extend from 3.0.1 to 3.0.2 in /terminus-ssh (#874)
[Security] Bump extend from 3.0.1 to 3.0.2 in /terminus-ssh
2019-05-24 18:07:59 +02:00
Eugene
ee8a6e7e7a
[Security] Bump lodash from 4.17.4 to 4.17.11 in /terminus-ssh (#880)
[Security] Bump lodash from 4.17.4 to 4.17.11 in /terminus-ssh
2019-05-24 18:07:08 +02:00
Eugene
01664bf104
Bump @types/webpack-env from 1.13.3 to 1.13.9 in /terminus-ssh (#881)
Bump @types/webpack-env from 1.13.3 to 1.13.9 in /terminus-ssh
2019-05-24 18:05:24 +02:00
Eugene Pankov
b19916513e Merge branch 'master' of github.com:Eugeny/terminus 2019-05-24 18:04:54 +02:00
Eugene Pankov
df715595de export frontend classes 2019-05-24 18:04:51 +02:00
dependabot-preview[bot]
3fd4318062
Bump @types/webpack-env from 1.13.3 to 1.13.9 in /terminus-ssh
Bumps [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) from 1.13.3 to 1.13.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)
2019-05-24 16:04:25 +00:00
Eugene
589b5f698c
Merge pull request #884 from Eugeny/dependabot/npm_and_yarn/terminus-ssh/stringstream-0.0.6
[Security] Bump stringstream from 0.0.5 to 0.0.6 in /terminus-ssh
2019-05-24 18:00:50 +02:00
dependabot-preview[bot]
522eb03086
[Security] Bump lodash from 4.17.4 to 4.17.11 in /terminus-ssh
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.11)
2019-05-24 16:00:40 +00:00
Eugene
621ac4feee
[Security] Bump sshpk from 1.13.1 to 1.16.1 in /terminus-ssh (#883)
[Security] Bump sshpk from 1.13.1 to 1.16.1 in /terminus-ssh
2019-05-24 18:00:09 +02:00
Eugene
5e8489fff3
Bump ssh2 from 0.8.2 to 0.8.4 in /terminus-ssh (#878)
Bump ssh2 from 0.8.2 to 0.8.4 in /terminus-ssh
2019-05-24 18:00:01 +02:00
dependabot-preview[bot]
6c86ea5e7a
[Security] Bump extend from 3.0.1 to 3.0.2 in /terminus-ssh
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. **This update includes security fixes.**
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)
2019-05-24 15:53:28 +00:00
dependabot-preview[bot]
1fda886849
Bump rxjs from 5.5.6 to 5.5.12 in /terminus-ssh
Bumps [rxjs](https://github.com/reactivex/rxjs) from 5.5.6 to 5.5.12.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/5.5.12/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/5.5.6...5.5.12)
2019-05-24 15:50:06 +00:00
dependabot-preview[bot]
70a333e790
[Security] Bump stringstream from 0.0.5 to 0.0.6 in /terminus-ssh
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)
2019-05-24 15:15:39 +00:00
dependabot-preview[bot]
fc55327df5
[Security] Bump sshpk from 1.13.1 to 1.16.1 in /terminus-ssh
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. **This update includes security fixes.**
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.13.1...v1.16.1)
2019-05-24 15:15:21 +00:00
dependabot-preview[bot]
aa93bc3d74
Bump ssh2 from 0.8.2 to 0.8.4 in /terminus-ssh
Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.2 to 0.8.4.
- [Release notes](https://github.com/mscdex/ssh2/releases)
- [Commits](https://github.com/mscdex/ssh2/compare/v0.8.2...v0.8.4)
2019-05-24 15:15:10 +00:00
Eugene Pankov
5a8e71f2f2 build fix 2019-05-24 11:50:07 +02:00
Eugene Pankov
24381a9081 use keytar instead of xkeychain & wincredmgr 2019-05-23 17:19:29 +02:00
Eugene Pankov
d0c245d0d5 fixed funky source maps 2019-04-28 11:42:34 +02:00
Eugene Pankov
3a6eb8cb2f bumped plugin versions 2019-03-18 22:02:23 +01:00
Eugene Pankov
c70e6fde35 prep other plugins for typedoc 2019-03-07 02:05:26 +01:00
Eugene Pankov
04d621d62b use native registry implementation 2019-03-02 15:56:58 +01:00
Eugene Pankov
9cdcc8d8e5 fixed #649 2019-02-09 22:10:42 +01:00
Eugene Pankov
168e6f17dc allow selecting ssh ciphers (fixes #645) 2019-02-09 18:52:09 +01:00
Eugene Pankov
e65811786d bumped node-ssh2 (fixes #605) 2019-01-30 18:11:49 +01:00
Eugene Pankov
a2128ca1f2 use ssh connection name for the tab's title (fixes #621) 2019-01-27 22:56:50 +01:00
Eugene Pankov
6a5dc79c5d bumped plugin versions 2019-01-10 12:44:12 +01:00
Eugene Pankov
ce3610c2da automatically recover ssh tabs (fixes #583) 2019-01-06 11:54:26 +01:00
Eugene Pankov
d03430fb2e ssh - show connection log while connecting 2019-01-06 11:14:13 +01:00
Eugene Pankov
bcb6963c35 show ssh connection errors 2019-01-05 15:19:02 +01:00
Eugene Pankov
deb99b0865 wrap TerminalTab into SSHTab 2019-01-05 15:17:41 +01:00
Eugene Pankov
2101c18657 fixed saving ssh connections (fixes #436) 2019-01-05 15:03:31 +01:00
Eugene Pankov
9faa346699 better messageboxes 2019-01-03 17:20:02 +03:00
Eugene Pankov
d5b6a686f8 added settings tab icons 2019-01-03 17:19:50 +03:00
Eugene Pankov
d999320c24 bumped plugin versions 2019-01-03 13:08:57 +03:00
Eugene Pankov
6f41865474 lint 2018-12-21 23:18:22 +01:00
Eugene Pankov
9aaf670092 fontawesome 5 2018-12-21 21:37:34 +01:00
Eugene Pankov
c204f6d5a4 use providedIn 2018-12-21 21:21:33 +01:00
Eugene Pankov
2ca6135c06 ui tweaks 2018-12-21 20:43:11 +01:00
Eugene Pankov
137dd0bbe8 profile editor, env vars editor, creating profiles from shell list 2018-12-18 15:08:23 +01:00
Eugene Pankov
cded1284de simpler tab recovery system 2018-12-16 15:42:04 +01:00
Eugene Pankov
384744ec44 only enable agent forwarding on windows when pageant is running (fixes #496) 2018-12-15 15:19:47 +01:00
Eugene Pankov
952e8461e6 an option to clear last ssh quick connection (fixes #435, fixes #493) 2018-11-11 13:45:47 +01:00
Eugene Pankov
c8686e47dc ppk passphrase support (fixes #281) 2018-10-27 15:46:37 +02:00