Commit Graph
34 Commits
Author SHA1 Message Date
Ni Rui 838eef450f Widened the connector window, this allows Connected before list to show more title text before the text being ellipsized 2022-09-18 20:22:46 +08:00
Ni Rui 57816f731f Swap Hack font with @azurity/pure-nerd-font which provides more icons than Hack 2022-09-18 20:20:33 +08:00
Ni Rui 7a5dc076ff Fixed double closing of closeNotify channel which could happen during shutdown 2022-09-15 17:10:50 +08:00
Ni Rui ff3131ef63 Dockerfile: revert babea3cfa0 to fix issues on cross arch build 2022-09-14 17:38:27 +08:00
Ni Rui 80665a0142 Upgrade frontend dependencies, including the newest version of favicons that we use to build our favicon images 2022-09-13 16:08:36 +08:00
Ni Rui 772c9270c0 Upgrade backend depencencies 2022-09-13 16:08:17 +08:00
Ni Rui babea3cfa0 Dockerfile: use the offical Golang Docker image to build our binary. This ensures the binary receives the latest security updates from Golang at build time 2022-09-13 16:06:43 +08:00
Ni Rui 2d14b266f1 Fixed a mischange.
It seems that I changed the title "Ctrl+A" for `Ctrl+A` key to "Ctrl+T" during the implementation of d5badd135b by mistake. Glad that I inspected the diff before releasing :)
2022-08-12 19:44:17 +08:00
Ni Rui 42955fd21d Upgraded front-end dependencies 2022-08-12 19:20:50 +08:00
Ni Rui 7121b41a91 Upgraded backend dependencies 2022-08-12 19:20:33 +08:00
Ni Rui 28ab19aa8a Added a confirmation popup which will be triggered when user is closing the page while some tabs in Sshwifty is still open 2022-08-12 19:13:18 +08:00
Ni Rui d5badd135b Added Ctrl+T (charactor transposing for shell such as Bash) to Console Control Keys list 2022-08-12 19:12:53 +08:00
Ni Rui 5f1a34a8b9 Fixed the problem that lead to xterm malfunction, and upgrade xterm to 4.19.0 2022-07-23 12:12:17 +08:00
Ni Rui b002adaa36 Encountered some problem with the newest xtermjs (version 4.19), revert to 4.18 before more investigation is completed 2022-07-22 15:49:16 +08:00
Ni Rui 519336f545 Code clean up for ui/widgets/screen_console.vue 2022-07-22 15:48:00 +08:00
Ni Rui eb5ac10115 Upgrade backend dependencies 2022-07-20 21:01:32 +08:00
Ni Rui f1a42af0a0 Upgrade front-end dependencies 2022-07-20 21:00:58 +08:00
Ni Rui 2e46a64dac Adjust how XTermjs addon is loaded 2022-07-20 21:00:20 +08:00
NI 50f1869548 Add Travis CI badge. 2019-08-09 08:48:19 +08:00
NI f140390e42 Travis should printout the hash of files which generated during building. This way we can verify whether or not the deployed file is actually generated by Travis CI. 2019-08-09 08:44:35 +08:00
NI 0fd02a3e42 Add fixed .travis.yml 2019-08-09 08:27:45 +08:00
NI 8070ef5cba Change wording. 2019-08-08 21:26:05 +08:00
NI 4e1371ee94 Replace favicons-webpack-plugin to webapp-webpack-plugin 2019-08-08 13:25:10 +08:00
NI eca03a0e4d Separate test and testonly. npm run test will call generate, npm run testonly won't 2019-08-08 08:02:59 +08:00
NI fe185389fa Fixed a race condition inside the test. 2019-08-08 08:02:31 +08:00
NI ed75a9131f Separate generate from build. 2019-08-07 19:25:13 +08:00
NI ebd6a7ad66 Add warning description about the AES-GCM cipher. 2019-08-07 19:17:56 +08:00
NI 3ab3a8c7cf Config the name of the front-end project in package.json 2019-08-07 18:49:45 +08:00
NI 5fd84d37e6 Fix typo.
And yes ... I didn't read what I wrote.
2019-08-07 17:43:04 +08:00
NI fae40fbeb6 Run go mod tidy 2019-08-07 17:35:30 +08:00
NI 539aa71e4e Returning the missing loader name. 2019-08-07 16:49:32 +08:00
NI 7f4cf7bef5 Remove files generated by go generate.
User should generate those files by thenselves during build proccess.
2019-08-07 16:39:21 +08:00
NI 122587c4bd Change word DEPENDENCES to DEPENDENCIES.
See? This is something would happen if you staring at a file that you created like a month ago and start to think "Hey, I wonder whether or not this is a valid English word"
2019-08-07 16:23:13 +08:00
NI 02f14eb14f Initial commit 2019-08-07 15:56:51 +08:00