NI
|
5434ab03b2
|
Bump copyright date to 2021
|
2021-03-02 21:32:54 +08:00 |
|
NI
|
b924dd80c9
|
Fix code comment in ui/commands/commands.js
|
2020-12-26 18:50:11 +08:00 |
|
NI
|
bf1fd7ce6b
|
Preset: Only save session data (credentials etc) to localStorage when the those data is defined by the Preset. This is so we don't accidentally save user secrets into localStorage
|
2020-12-26 17:58:32 +08:00 |
|
NI
|
93108d2aae
|
Allowing Connectors to save SessionInfo (which includes login secrets) to persistent storage when user is connecting via a Remote Preset
|
2020-11-15 21:33:34 +08:00 |
|
NI
|
a2d9419989
|
Allow Fingerprint to be defined in SSH Preset. Once defined, Sshwifty will use the fingerprint value to verify the public key fingerprint of the connecting SSH host
|
2020-11-14 23:00:35 +08:00 |
|
NI
|
530570abc0
|
Reformat code
|
2020-11-14 22:53:21 +08:00 |
|
NI
|
ffdab9f037
|
Allowing all printable charactors to be used as hostname
|
2020-11-10 16:28:03 +08:00 |
|
NI
|
703bb9afbf
|
Fixed a typo in ui/commands/ssh.js
|
2020-07-16 10:00:03 +08:00 |
|
NI
|
67c99e3092
|
Implemented the host name auto suggestion, and added Preset feature
|
2020-02-07 21:34:16 +08:00 |
|
NI
|
e75ebed269
|
Allowing "Known remotes" to be import and exported
|
2019-12-30 18:44:01 +08:00 |
|
NI
|
b5ebe6759c
|
Update copyright date to 2020. Happy new year!
|
2019-12-29 14:11:54 +08:00 |
|
NI
|
c018c7b4be
|
Further improve the remote font intergation: Better preload strategy, better loading and UI interation.
|
2019-12-13 14:44:13 +08:00 |
|
NI
|
7caa245df0
|
Correctly use the new xterm onBinary callback
|
2019-12-06 22:48:34 +08:00 |
|
NI
|
519d822e9c
|
Fixed a grammer error in connection wizard (request -> the request)
|
2019-11-22 15:39:45 +08:00 |
|
NI
|
7224eb263d
|
Fixed a wrong comment inside Connector History module (ui/commands/history.js)
|
2019-10-22 08:43:00 +08:00 |
|
NI
|
e048671bfd
|
Session data can be cleared without reloading the page
|
2019-10-22 08:38:31 +08:00 |
|
NI
|
e77ad353f0
|
Add charset support for SSH as well
|
2019-10-02 22:30:14 +08:00 |
|
NI
|
81a9424066
|
Add default encoding to the launcher of Telnet when the charset is not set
|
2019-10-02 22:09:35 +08:00 |
|
NI
|
843abc3707
|
Revert 93797a1d34, use the word "Password" instead.
|
2019-09-27 23:16:38 +08:00 |
|
NI
|
0f5fc61896
|
Add note about depreciation of default charset parser in launcher
|
2019-09-27 10:00:23 +08:00 |
|
NI
|
93797a1d34
|
Change the word "Password" to "Passphrase" to match the inputbox may later appear
|
2019-09-27 09:58:24 +08:00 |
|
NI
|
5131cb8122
|
Add and use the sendData method which will automatically break long data (longer than 0x1fff bytes) into different stream requests.
|
2019-09-19 15:04:46 +08:00 |
|
NI
|
db692d5eb4
|
Don't encourage user to login with root
|
2019-09-16 23:20:46 +08:00 |
|
NI
|
adb6408428
|
Well it turned out, TextEncoder does NOT accept encoding label
|
2019-09-15 07:42:58 +08:00 |
|
NI
|
de8afbb6ce
|
Programmatically check which encoding is available.
|
2019-09-15 07:34:24 +08:00 |
|
NI
|
10c0cc2e73
|
Convert Telnet output to the correct charset as well
|
2019-09-15 06:51:38 +08:00 |
|
NI
|
d9d0170d1a
|
Adjust how error message is caught and displayed
|
2019-09-14 21:30:49 +08:00 |
|
NI
|
6b5c444f45
|
Allowing user to customly setup server charset when connecting to a Telnet host
|
2019-09-14 15:20:50 +08:00 |
|
NI
|
70aea54e85
|
Fix the wrong value of AUTHMETHOD_NONE.
|
2019-09-11 16:42:36 +08:00 |
|
NI
|
6585810cc4
|
Add on screen control for some hot keys. To toggle it, click/tap currently opened tab.
|
2019-09-11 11:31:08 +08:00 |
|
NI
|
ac3278f974
|
Clean up
|
2019-09-09 22:51:35 +08:00 |
|
NI
|
c0ad0addad
|
Better error message for SSH private key select box
|
2019-09-02 13:21:34 +08:00 |
|
NI
|
9aa2c4bd0a
|
Edit description of the SSH "Private Key" field, and stop verify key content when the private key is not a RSA key.
|
2019-08-31 11:15:28 +08:00 |
|
NI
|
824f00bad8
|
Encode/Decode Launcher string in case of special charactors
|
2019-08-29 23:19:21 +08:00 |
|
NI
|
c815f73e7a
|
Save credential (Password and private key etc) in webpage memory.
|
2019-08-29 22:47:20 +08:00 |
|
NI
|
6d349f133e
|
SSH: Change the input box type for Private Key field from textarea to file.
|
2019-08-29 21:27:43 +08:00 |
|
NI
|
9e5d46b78f
|
Remove invalid grammar
|
2019-08-21 08:53:33 +08:00 |
|
NI
|
fc9121e5c2
|
Don't clear the launcher string if the connection was not a success.
|
2019-08-15 14:53:08 +08:00 |
|
NI
|
5e6a774bd8
|
Fixed typo Passpharse => Passphrase #2
Thanks for reporting.
|
2019-08-13 17:37:06 +08:00 |
|
NI
|
02f14eb14f
|
Initial commit
|
2019-08-07 15:56:51 +08:00 |
|