f0d097ab12
Add warning message when window.localStorage is disabled
NI2019-09-02 13:20:57 +08:00
b1cd29cc27
Close connection when SSH handshake fails.
NI2019-09-02 12:37:51 +08:00
5a8d369224
Compress images event more
NI2019-08-31 11:18:59 +08:00
9aa2c4bd0a
Edit description of the SSH "Private Key" field, and stop verify key content when the private key is not a RSA key.
NI2019-08-31 11:15:28 +08:00
d16423e4ac
Adjust style of the "Known remotes" list
NI2019-08-30 06:56:27 +08:00
824f00bad8
Encode/Decode Launcher string in case of special charactors
NI2019-08-29 23:19:21 +08:00
c815f73e7a
Save credential (Password and private key etc) in webpage memory.
NI2019-08-29 22:47:20 +08:00
59369f1167
Clean up webpack.config.js
NI2019-08-17 16:16:17 +08:00
54fa0ae10e
Use HtmlWebpackPlugin properly.
NI2019-08-17 16:07:31 +08:00
541e4b9233
Add a initial read deadline to Socks5 Conn.
NI2019-08-17 10:26:04 +08:00
fc9121e5c2
Don't clear the launcher string if the connection was not a success.
NI2019-08-15 14:53:08 +08:00
929c3d4477
Add a delay inside the key verification process.
NI2019-08-14 17:25:00 +08:00
104b3ea4de
Don't save information about the travis environment (owner and group) into the generated tar.gz file.
NI2019-08-14 17:02:05 +08:00
aa1ad8115d
I messed up the css compression, now it been fixed.
NI2019-08-14 13:13:35 +08:00
88d9a409bb
Add the missing "less", and make the message easier to read.
NI2019-08-14 12:57:40 +08:00
eaaef9ea28
Move imagemin-webpack-plugin to devDependencies, instead of dependencies
NI2019-08-14 12:45:18 +08:00
1c3527a67a
Memory usage should be reduced even a bit more, as unused buffer space is now been cut off of decoded static data.
NI2019-08-14 12:31:01 +08:00
0c12aedbae
Increase connection history record to 64 max.
NI2019-08-14 12:14:07 +08:00
6ddcb00b24
Image compression has caused some issue in the busy.svg. The problem still waiting to be resolved, but I modified the image to ease the damage.
NI2019-08-14 12:09:54 +08:00
3bb8ffe659
Save more data into sshwifty.png, to help the image compression.
NI2019-08-14 12:09:12 +08:00
dee9a66800
Compress image, so the final binary data will be smaller, reduce memory usage in runtime.
NI2019-08-14 12:07:12 +08:00
e6c68194ad
Change cipherRWBufferSize to match the one on the client, so we don't run cipher that often (Adds overhead).
NI2019-08-14 08:15:01 +08:00
65e35460df
Typo, grammar error should be bug of the application.
NI2019-08-13 21:46:37 +08:00
d4c297e9ca
Remote connection failure should not effect host connection (Returning error will trigger the termination of the host connection)
NI2019-08-12 12:19:30 +08:00
8d0ac9f559
Ask travis not to build unless it's tagged, and only build the tagged.
NI2019-08-12 11:22:21 +08:00
639af4dba2
Use 128 bit key rather than 192 bit. Because Chrome says it don't support 192 bit AES key.
NI2019-08-12 11:05:53 +08:00
a6ad921ecd
Change message text for red delay.
NI2019-08-12 11:05:28 +08:00
9f5b2364c7
Added copy & paste hot key (Control+Shift+C / Control+Shift+V). Only work on supported web broswers.
NI2019-08-12 11:04:02 +08:00
88122811d9
Formating, everything should be running as before.
NI2019-08-11 12:17:27 +08:00
ee7a6a4703
Support SSHWIFTY_ENV_RENAMED: prefix. When the value of an environment variable is prefixed with SSHWIFTY_ENV_RENAMED:, read another environment variable. For example: if SSHWIFTY_LISTENPORT = SSHWIFTY_ENV_RENAMED:PORT, the final value will be read from $PORT.
NI2019-08-11 12:12:44 +08:00