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
Callum Gare
3913c1c91e
Add gitlab action steps to build and push docker
2022-05-18 23:17:41 +10: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
Søren L. Hansen
a9fbc070ac
Add generated data to git
2022-03-28 15:22:58 -07:00
flechaig
817b5c8133
Avoid HTTP 401 error on manifest.json due to CORS
...
Because of CORS, the manifest.json request returns an HTTP 401 error.
Explaination: https://github.com/koajs/basic-auth/issues/19
2022-03-25 09:05:07 +01:00
Søren L. Hansen
dcb153c8a4
go fmt
2022-01-12 15:34:32 -08:00
Søren L. Hansen
1ca998e9e3
Add @hardliner66 as a contributor
2022-01-12 14:15:26 -08:00
Søren L. Hansen
cd23910b1a
Add @jkandasa as a contributor
2022-01-12 14:15:26 -08:00
Soren L. Hansen
fdf9c77d51
Merge pull request #25 from hardliner66/add_quiet_flag
...
Add quiet flag to disable logging
2022-01-12 14:13:45 -08:00
Soren L. Hansen
790edc5fa7
Merge pull request #22 from jkandasa/go-docker-version
...
update go version in Dockerfile
2022-01-12 14:11:38 -08:00
Steve Biedermann
4109b117fe
add quiet flag to disable logging
2021-11-09 17:23:04 +01:00
George Grozdev
77ac0b8e58
Allow processing of HTTP headers at WS creation
2021-10-14 09:48:46 +01:00
Jeeva Kandasamy
fd2fb99394
update go version in Dockerfile
2021-07-07 06:32:52 +05:30
Søren L. Hansen
f157dbe9d3
Apply font size and family in xterm
...
Mostly fixes #21
2021-07-04 13:39:40 -07:00
Søren L. Hansen
603c65063b
Add backend tests
2021-06-04 13:34:26 -07:00
Søren L. Hansen
f66f0d0443
Use Go's built-in embed mechanism
...
Fixes #7
2021-06-04 09:01:20 -07:00
Søren L. Hansen
f61763f716
Improve webtty test coverage
2021-06-03 21:41:57 -07:00
Søren L. Hansen
6c62ab74b7
Publish artifacts on push to master
2021-06-03 13:55:37 -07:00
Søren L. Hansen
679a3247c6
Run tests on push to all branches
2021-06-03 12:35:00 -07:00
Søren L. Hansen
55674f1928
Run tests on push
2021-06-03 12:33:18 -07:00
Søren L. Hansen
d674aa1120
Fix existing tests
...
Fixes #13
2021-06-03 12:27:29 -07:00
Søren L. Hansen
bffd82185c
Add references to @yudai
...
Fixes #8
2021-06-02 16:28:50 -07:00
Søren L. Hansen
81afdc770e
Update xterm.js and other js libs
...
See https://github.com/xtermjs/xterm.js/releases/tag/4.12.0 for release
notes for xterm.js.
Fixes #18
2021-06-02 16:15:40 -07:00
Søren L. Hansen
5c8eb10598
Disable arg passing by default
...
This is how it's been documented since forever.
Fixes #17
2021-06-01 10:11:42 -07:00
Søren L. Hansen
28f8e61de8
Ensure defaults for booleans is set correctly
...
Fixes #16
2021-06-01 10:08:22 -07:00
Søren L. Hansen
aa86a34b76
Fix warnings from Markdown linter
2021-05-31 22:52:57 -07:00
Soren L. Hansen
bf03b23ca0
Merge pull request #10 from sorenisanerd/dependabot/npm_and_yarn/js/browserslist-4.16.6
...
Bump browserslist from 4.16.4 to 4.16.6 in /js
2021-05-31 16:48:09 -07:00
Søren L. Hansen
9a25dc85f9
Release 1.3.0
2021-05-31 16:43:13 -07:00
Søren L. Hansen
d51cec2925
Add @devanlai as a contributor
2021-05-31 16:26:39 -07:00
Soren L. Hansen
97c080dc59
Merge pull request #14 from devanlai/fix-auth-enable-from-config
...
Fix auth modes enabled by config file
2021-05-31 16:26:23 -07:00