Bill Church
1ecf19c5df
chore: Add ajv dependency and refactor server startup code
2024-07-16 14:21:20 +00:00
Bill Church
50f1769fd5
chore: minor refactoring
2024-07-11 21:14:35 +00:00
Bill Church
ff978703da
chore: removed unused config options
2024-07-11 21:09:20 +00:00
Bill Church
bf50fca786
chore: client / server bifurcation mostly complete
2024-07-11 21:07:29 +00:00
Bill Church
b6e5089ee6
chore: stage one complete
2024-07-11 20:45:04 +00:00
Bill Church
25f52b3f1e
chore: update docs
2024-07-11 11:24:59 +00:00
Bill Church
3ecda672ba
chore: initial bifurcation of client and server code
2024-07-11 11:23:23 +00:00
Bill Church
ea12cc8b7e
fix: version comment in client.html
2024-07-10 12:03:10 -04:00
Bill Church
cfa097bd0e
chore: swap read-config git to read-config-ng
2024-07-10 11:00:53 -04:00
Bill Church
170047517b
chore: build 0.2.12 web assets
2024-07-10 13:50:36 +00:00
Bill Church
cd64cc0637
chore: update webpack
2024-07-10 13:50:18 +00:00
Bill Church
533f719cca
chore: dev build testing
2024-07-10 13:09:24 +00:00
Bill Church
b8782c565a
chore: release 0.2.12
2024-07-10 12:18:21 +00:00
Bill Church
0dda8d56d9
build: release 0.2.12
2024-07-10 12:13:53 +00:00
Bill Church
24c94aed98
chore: update dev environment
2024-07-10 12:12:33 +00:00
Bill Church
7223f2cd8f
chore: big-ip specific release v0.2.11
2021-05-12 13:59:43 -04:00
Bill Church
1cbb195739
remove big-iip ILX code
2019-10-18 17:55:14 -04:00
Bill Church
4ad7e7ed3f
lock package versions
2019-10-18 17:24:22 -04:00
Bill Church
341e61eb01
Merge branch 'master' of github.com:billchurch/WebSSH2
2019-10-01 09:29:55 -04:00
Bill Church
1be03d79f5
rebuild
2019-10-01 09:29:52 -04:00
bara666
c4315a2f91
Update README.md ( #144 )
...
Change exmple URL, param color change to headerBackground
2019-09-30 13:30:15 -04:00
Jared Henderson
c2c3aee311
make it clear that you install in the app
dir ( #150 )
...
I got confused from the instructions, I think similarly to #147 .
2019-09-30 13:29:43 -04:00
Bill Church
dbcf973773
remove module provisioning
2019-09-18 08:57:33 -07:00
Bill Church
56086b01dd
Missing require('fs') in server/app.js
See issue [ #135 ](../../issues/135)
...
- Missing require('fs') in `server/app.js` See issue [#135 ](../../issues/135)
- Patched read-config to mitigate vulnerability in js-yaml
- issue not exploitable on webssh2 implementation
- patched anyway
- sending my patch upstream to read-config, webssh2 package.json points to patched version in my repository https://github.com/billchurch/nodejs-read-config
- See https://github.com/nodeca/js-yaml/issues/475 for more detail
2019-06-13 14:39:47 -04:00
Bill Church
7cdcbec5f1
add missing fs
...
that was embarassing... fixes #135
2019-06-13 13:43:46 -04:00
Bill Church
95eb700a21
0.2.8 ready for pr ( #133 )
...
* make config.json optional
* update package for 14.1
* push.sh - reset permissions after module load
* build script updates
* update build scripts
2019-05-25 22:54:32 -04:00
Bill Church
63f368dee2
Update .gitignore
2019-05-16 11:52:38 -04:00
Bill Church
1b40a37d83
update build scripts, removed BIG-IP version prefix
2019-05-16 07:35:52 -04:00
Bill Church
b7d3ec3152
scripts update
2019-05-13 20:29:19 -04:00
Bill Church
28283ecd9f
Update README.md
2019-02-12 08:53:50 -05:00
Bill Church
f1e08810a3
Update README.md
2019-02-12 08:49:29 -05:00
Bill Church
12d6b9a0c7
added details for options.allowreauth
2019-02-12 08:48:53 -05:00
Bill Church
d996045a19
Update README.md
2019-01-30 16:49:29 -05:00
Bill Church
9e84a410bd
Update README.md
2019-01-30 16:49:10 -05:00
Bill Church
49fc526c08
resolve issues with webpack
2019-01-18 13:51:17 -05:00
Bill Church
09394933ac
Update ChangeLog.md
2019-01-10 10:33:57 -05:00
Bill Church
ccee67b7e8
Issue 125 ( #126 )
...
* fix `npm run build`
fixes #125
- update font-awesome fonts to 5.6.3
- update webpack and dependancies
- update xterm to 3.8.0
2019-01-10 09:29:48 -06:00
Bill Church
3d244054c4
Merge pull request #119 from billchurch/isuse118
...
Isuse118
2018-11-21 12:04:07 -05:00
Bill Church
29fabbb631
Update package.json
2018-11-21 11:55:52 -05:00
Bill Church
04c2846828
Update ChangeLog.md
2018-11-21 11:55:32 -05:00
Bill Church
e452dc0fb1
Update util.js
...
fixes 118, thanks @smilesm2
2018-11-21 11:53:00 -05:00
Bill Church
e512fca4d0
Update ISSUE_TEMPLATE.md
2018-11-21 11:29:19 -05:00
Bill Church
8ee76ffe44
update dev dependencies
...
- Update developer dependencies
- Font-Awesome deprecated packages update
- https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md#50x-to-510
- silence bogus eslint error
2018-11-11 11:20:39 -05:00
Bill Church
395904d5a2
fix reauth option, move files into /app, update dockerfile, update packages
...
- `config.reauth` was not respected if initial auth presented was incorrect, regardless of `reauth` setting in `config.json` reauth would always be attempted. fixes #117
- **BREAKING** moved app files to /app, this may be a breaking change
- Updated dockerfile for new app path
- Updated app dependancies
- xterm v3.8.0
- https://github.com/xtermjs/xterm.js/releases/tag/3.8.0
- basic-auth v2.0.1
- https://github.com/jshttp/basic-auth/releases/tag/v2.0.1
- express v4.16.4
- https://github.com/expressjs/express/releases/tag/4.16.4
- validator v10.9.0
- https://github.com/chriso/validator.js/releases/tag/10.9.0
- Updated dev dependancies
- snazzy v8.0.0
- standard v12.0.1
- uglifyjs-webpack-plugin v2.0.1
- ajv v6.5.5
- copy-webpack-plugin v4.6.0
- css-loader v1.0.1
- nodemon v1.18.6
- postcss-discard-comments v4.0.1
- snyk v1.108.2
- url-loader v1.1.2
- webpack v4.25.1
- webpack-cli v3.1.2
2018-11-11 10:07:37 -05:00
Bill Church
1d09fa22ef
update ilx workspace
2018-11-07 07:57:37 -05:00
Bill Church
d33db26c4b
update bundle
2018-11-07 07:47:18 -05:00
Bill Church
6a4eb1e985
version bump
2018-11-07 07:26:16 -05:00
Bill Church
9f551774f6
Merge pull request #113 from vvalchev/re-request-auth-on-login-failure
...
Fixes #112 - Re-auth doesn't work if incorrect auth was provided initially
2018-11-07 07:24:41 -05:00
Bill Church
e7db491c8d
Merge pull request #108 from billchurch/greenkeeper/file-loader-2.0.0
...
Update file-loader to the latest version 🚀
2018-11-07 07:24:09 -05:00
Bill Church
14755fdd7a
Merge pull request #109 from billchurch/greenkeeper/style-loader-0.23.1
...
Update style-loader to the latest version 🚀
2018-11-07 07:23:28 -05:00