Commit Graph

419 Commits

Author SHA1 Message Date
Sheng
dcbd4a575a Added fonts directory 2020-01-23 17:25:51 +08:00
Sheng
b805605278 Eased custom font configuration 2020-01-23 16:50:14 +08:00
Sheng
359a91b5e8 Fixed a bug of url argument value containing an equal sign 2020-01-14 17:16:02 +08:00
Sheng
4f55430525 Bump version to 1.5.0 v1.5.0 2019-12-11 09:42:43 +08:00
Sheng
382ff30c5a Updated requirements.txt 2019-12-11 09:35:46 +08:00
Sheng
ccb40d2bed Support openssh new format key 2019-12-11 09:32:42 +08:00
Sheng
3b649c0305 Added a blank space 2019-12-10 17:10:01 +08:00
Sheng
651ebe16b5 Minified xterm.css 2019-12-10 17:04:44 +08:00
Shengdun Hua
1d88a5eb0c Merge pull request #104 from treydempsey/upgrade-xtermjs-to-4.2.0
Upgraded to xterm.js 4.2.0
2019-12-10 16:49:51 +08:00
Trey Dempsey
d47cefee78 Fixed term.destroy renamed to dispose. 2019-12-03 22:46:27 +00:00
Trey Dempsey
e2739a6829 Upgraded to xterm.js 4.2.0 2019-12-03 22:24:10 +00:00
Sheng
d5d654407f Refactoring 2019-10-09 11:46:47 +08:00
Sheng
fc30ead69e Refactoring 2019-10-09 11:40:07 +08:00
Sheng
049baad909 Try to detect the encoding set by the user 2019-10-06 15:18:23 +08:00
Sheng
afcf8b52cc Validate the result of locale charmap 2019-10-05 13:18:53 +08:00
Sheng
1fe361f601 Changed default listening address 2019-09-19 11:07:27 +08:00
Sheng
7f6db649bf Support link scope ipv6 address 2019-09-19 10:55:34 +08:00
Sheng
4f9b5e2029 Added get_context_addr method 2019-09-19 09:29:24 +08:00
Sheng
15740538f7 Fix getting addr from an ipv6 context address 2019-09-19 09:09:21 +08:00
Sheng
28fbf40aba Updated README 2019-09-15 08:39:47 +08:00
Sheng
090e2e7f87 Added support for terminal type configuration 2019-09-15 08:30:46 +08:00
Shengdun Hua
8d0567329f Merge pull request #83 from MineRobber9000/patch-1
Need a passphrase to decrypt, not password
2019-09-07 07:33:58 +08:00
khuxkm fbexl
b2261367e8 Fix wrong passphrase test 2019-09-06 14:19:24 -04:00
khuxkm fbexl
850dd39f26 Fix test for passphrase 2019-09-06 13:54:24 -04:00
khuxkm fbexl
1a9ba5bb31 Fix wrong password method to also say 'passphrase' 2019-09-06 13:50:38 -04:00
MineRobber___T
dc8016d21b Passphrase to decrypt, not password
While it is true that the exception called is "PasswordRequiredException", returning a message of needing a "passphrase" instead will clue the reader in that their key's password needs to go into the "Passphrase" box
2019-09-06 13:30:05 -04:00
Sheng
d496b4ff87 Use populate_form rather than restore_items 2019-08-25 16:35:19 +08:00
Sheng
18b20de3a4 Bump version to 1.4.5 v1.4.5 2019-08-23 10:38:43 +08:00
Sheng
e8f36fa428 Renamed variable btn to button 2019-08-23 10:08:34 +08:00
Sheng
4e51d2c3ab Hide the form when connecting
No need to show the form when connecting to a ssh server
if form arguments are passed via url
2019-08-23 09:55:42 +08:00
Sheng
a11d5a01e5 Delay filling the form 2019-08-22 19:27:47 +08:00
Sheng
3a27cedf9d Updated parse_url_data function 2019-08-22 18:39:19 +08:00
Sheng
e00701720a Updated README 2019-08-19 19:04:00 +08:00
Sheng
9dec4af4b9 Updated validate_form_data to produce all the validation errors 2019-08-19 18:33:35 +08:00
Sheng
a8c6663344 Appended a space to an equal sign 2019-08-18 16:11:38 +08:00
Sheng
f54eba8cfe Populate the form with url data directly 2019-08-18 16:01:53 +08:00
Sheng
0a44b1fdf3 Bump version to 1.4.3 v1.4.3 2019-08-10 16:07:24 +08:00
Sheng
750378e8f0 Removed status message without trying connection 2019-08-10 16:06:09 +08:00
Sheng
cf13ec8456 Bump version to 1.4.2 v1.4.2 2019-08-10 15:00:10 +08:00
Sheng
e174ca8c34 Updated README 2019-08-10 14:48:58 +08:00
Sheng
57c9a264ea Password via url requires to be encoded in base64 2019-08-10 14:41:15 +08:00
Sheng
b3c2094cd2 Only store values of the fields 2019-08-10 08:37:39 +08:00
Shengdun Hua
013c925ec4 Merge pull request #75 from rilango/master
Change to fill form values from URL parameters.
2019-08-10 08:15:35 +08:00
Rajesh K Ilango
4a48468729 Change to fill form values from URL parameters.
This is useful when there is login failure and the form is either empty
or with values from previous attempt.
2019-07-26 19:06:52 -07:00
Sheng
8577c1c845 Moved command execution code 2019-07-12 23:20:34 +08:00
Sheng
caee6a67fb Delay the command execution 2019-07-12 22:39:03 +08:00
Sheng
387956dffd Updated README 2019-07-12 20:16:27 +08:00
Sheng
f991d25357 Added support passing a command via url 2019-07-12 20:05:40 +08:00
Sheng
0775c0c3ae Refactored handler.py 2019-07-08 15:37:32 +08:00
Sheng
27c587745c Updated version v1.4.0 2019-07-07 15:26:52 +08:00