Commit Graph

414 Commits

Author SHA1 Message Date
Søren L. Hansen
7ffe343767 Avoid leading space in commit msgs 2022-09-01 00:13:12 -07:00
Søren L. Hansen
1bbfd5e152 Add make target to add contributors 2022-08-31 23:31:31 -07:00
Søren L. Hansen
b3c5d03af2 Update @xgdgsc as a contributor 2022-08-31 22:53:30 -07:00
Søren L. Hansen
34f516b2a3 Update @sorenisanerd as a contributor 2022-08-31 22:53:29 -07:00
Søren L. Hansen
3c45888a60 Update @prusnak as a contributor 2022-08-31 22:53:28 -07:00
Søren L. Hansen
9877e9c78c Update @flechaig as a contributor 2022-08-31 22:53:24 -07:00
Søren L. Hansen
7b994ecb8b Add @Yann-Qiu as a contributor 2022-08-31 22:51:24 -07:00
Søren L. Hansen
09f7e952a8 Update @xgdgsc as a contributor 2022-08-31 22:51:23 -07:00
Søren L. Hansen
d594befc45 Add @v20z as a contributor 2022-08-31 22:51:23 -07:00
Søren L. Hansen
89a04d154e Update @sorenisanerd as a contributor 2022-08-31 22:51:22 -07:00
Søren L. Hansen
95e1bbdfce Add @shuaiyy as a contributor 2022-08-31 22:51:22 -07:00
Søren L. Hansen
5a052e7c36 Add @qigj as a contributor 2022-08-31 22:51:21 -07:00
Søren L. Hansen
8d7f5fc498 Update @prusnak as a contributor 2022-08-31 22:51:20 -07:00
Søren L. Hansen
ca691bc144 Add @Nexuist as a contributor 2022-08-31 22:51:20 -07:00
Søren L. Hansen
369e2f7d92 Add @masterkain as a contributor 2022-08-31 22:51:19 -07:00
Søren L. Hansen
3bd9836cad Add @LucaMarconato as a contributor 2022-08-31 22:51:18 -07:00
Søren L. Hansen
8014af3818 Add @linyinli as a contributor 2022-08-31 22:51:18 -07:00
Søren L. Hansen
accff3a5d0 Add @kaisawind as a contributor 2022-08-31 22:51:17 -07:00
Søren L. Hansen
f52fbd77b8 Add @jpillora as a contributor 2022-08-31 22:51:17 -07:00
Søren L. Hansen
1a6bccdf00 Add @ghthor as a contributor 2022-08-31 22:51:16 -07:00
Søren L. Hansen
270ae4543b Add @George-NG as a contributor 2022-08-31 22:51:15 -07:00
Søren L. Hansen
e03ea9c60f Update @flechaig as a contributor 2022-08-31 22:51:15 -07:00
Søren L. Hansen
fcfa1612c8 Add @DannyBen as a contributor 2022-08-31 22:51:14 -07:00
Søren L. Hansen
74c1318f53 Add @CoconutMacaroon as a contributor 2022-08-31 22:51:13 -07:00
Søren L. Hansen
276767a32e Add @ahmetb as a contributor 2022-08-31 22:51:12 -07:00
Søren L. Hansen
6b2ae89167 Add @dmartin as a contributor 2022-08-31 22:41:03 -07:00
Søren L. Hansen
d8fe9758e4 Create a release when a new tag is pushed 2022-08-31 22:12:54 -07:00
Soren L. Hansen
316d5ff442 Run tests on pull requests
Pull requests will automatically trigger a build and test run. The
produced binaries are stored as artifacts in the Github workflow.
2022-08-31 17:41:51 -07:00
Søren L. Hansen
7d431a7bd6 Ensure --quiet flag is honored
The code to disable logging ran before command line flags are parsed.
Moved them around.

Fixes #45
2022-08-30 17:02:18 -07:00
Søren L. Hansen
94e587399d Refresh dependencies, drop node-sass
`npm audit` revealed some vulnerabilities:

```

scss-tokenizer  <=0.4.2
Severity: high
Regular expression denial of service in scss-tokenizer - https://github.com/advisories/GHSA-7mwh-4pqv-wmr8
fix available via `npm audit fix --force`
Will install node-sass@4.5.3, which is a breaking change
node_modules/scss-tokenizer
  sass-graph  >=2.2.0
  Depends on vulnerable versions of scss-tokenizer
  node_modules/sass-graph
    node-sass  >=4.6.0
    Depends on vulnerable versions of sass-graph
    node_modules/node-sass

3 high severity vulnerabilities

```

We don't need node-sass, and sass-loader is just as happy using
another sass implementation. The preferred one is dart-sass which
is simply called sass in npm.

In the process, I also did an `npm update` just for good measure.
2022-08-27 02:11:30 -07:00
Søren L. Hansen
d0e3ffbb17 Add missing import "strings" 2022-08-27 00:42:49 -07:00
Søren L. Hansen
61a056c768 Merge remote-tracking branch 'origin/master' 2022-08-27 00:39:44 -07:00
Søren L. Hansen
7a96f37541 Always disable CGO
This means even the native build architecture (amd64) will have
statically linked binaries

Fixes #39
2022-08-27 00:38:38 -07:00
Søren L. Hansen
c2428c871f Add @Fan-SJ as a contributor 2022-08-26 23:44:37 -07:00
Soren L. Hansen
2f5a86498c
Merge pull request #42 from sorenisanerd/dependabot/npm_and_yarn/js/terser-5.14.2
Bump terser from 5.12.1 to 5.14.2 in /js
2022-08-26 23:40:47 -07:00
Søren L. Hansen
2c4004d254 Add @flechaig as a contributor 2022-08-26 23:39:16 -07:00
Søren L. Hansen
c197990c79 Add @xgdgsc as a contributor 2022-08-26 23:37:29 -07:00
Soren L. Hansen
64f73c4f04
Merge pull request #48 from xgdgsc/patch-1
add slash
2022-08-26 23:34:23 -07:00
xgdgsc
7706bf250f
add slash 2022-08-22 12:59:12 +08:00
dependabot[bot]
3ae13e0381
Bump terser from 5.12.1 to 5.14.2 in /js
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 02:54:00 +00:00
Søren L. Hansen
bfed9b4320 Release 1.4.0 2022-05-30 14:30:45 -07:00
Søren L. Hansen
b63ea16697 Do not include ALL of bootstrap 2022-04-25 22:40:27 +00:00
Søren L. Hansen
7f05f2fe17 Use bootstrap components for up- and downloads 2022-04-25 20:11:43 +00:00
Soren L. Hansen
736ad294e7
Merge pull request #31 from flechaig/master
Avoid HTTP 401 error on manifest.json due to CORS
2022-04-01 01:04:38 -07:00
Søren L. Hansen
dd3603c341 Make client request base64 encoding
This makes gotty-client still work.
2022-03-31 10:49:47 -07:00
Søren L. Hansen
1eed97f0f8 Make sure we read the full message 2022-03-31 10:42:51 -07:00
Søren L. Hansen
82c3acf3b1 Add rule to build gotty.js.map 2022-03-31 10:39:29 -07:00
Søren L. Hansen
782991c356 feat(zmodem): Allow file uploads/downloads
Using zmodem (rz and sz commands from lrzsz) you can now send and receive
files.
2022-03-29 14:49:09 -07:00
Søren L. Hansen
163fd0537c Remove hterm 2022-03-28 15:48:20 -07:00
Søren L. Hansen
26fc4127a9 Update js dependencies 2022-03-28 15:22:58 -07:00