Bill Church
7223f2cd8f
chore: big-ip specific release v0.2.11
4 years ago
Bill Church
1cbb195739
remove big-iip ILX code
6 years ago
Bill Church
4ad7e7ed3f
lock package versions
6 years ago
Bill Church
341e61eb01
Merge branch 'master' of github.com:billchurch/WebSSH2
6 years ago
Bill Church
1be03d79f5
rebuild
6 years ago
bara666
c4315a2f91
Update README.md ( #144 )
Change exmple URL, param color change to headerBackground
6 years ago
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 .
6 years ago
Bill Church
dbcf973773
remove module provisioning
6 years ago
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
6 years ago
Bill Church
7cdcbec5f1
add missing fs
that was embarassing... fixes #135
6 years ago
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
6 years ago
Bill Church
63f368dee2
Update .gitignore
6 years ago
Bill Church
1b40a37d83
update build scripts, removed BIG-IP version prefix
6 years ago
Bill Church
b7d3ec3152
scripts update
6 years ago
Bill Church
28283ecd9f
Update README.md
7 years ago
Bill Church
f1e08810a3
Update README.md
7 years ago
Bill Church
12d6b9a0c7
added details for options.allowreauth
7 years ago
Bill Church
d996045a19
Update README.md
7 years ago
Bill Church
9e84a410bd
Update README.md
7 years ago
Bill Church
49fc526c08
resolve issues with webpack
7 years ago
Bill Church
09394933ac
Update ChangeLog.md
7 years ago
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
7 years ago
Bill Church
3d244054c4
Merge pull request #119 from billchurch/isuse118
Isuse118
7 years ago
Bill Church
29fabbb631
Update package.json
7 years ago
Bill Church
04c2846828
Update ChangeLog.md
7 years ago
Bill Church
e452dc0fb1
Update util.js
fixes 118, thanks @smilesm2
7 years ago
Bill Church
e512fca4d0
Update ISSUE_TEMPLATE.md
7 years ago
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
7 years ago
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
7 years ago
Bill Church
1d09fa22ef
update ilx workspace
7 years ago
Bill Church
d33db26c4b
update bundle
7 years ago
Bill Church
6a4eb1e985
version bump
7 years ago
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
7 years ago
Bill Church
e7db491c8d
Merge pull request #108 from billchurch/greenkeeper/file-loader-2.0.0
Update file-loader to the latest version 🚀
7 years ago
Bill Church
14755fdd7a
Merge pull request #109 from billchurch/greenkeeper/style-loader-0.23.1
Update style-loader to the latest version 🚀
7 years ago
Bill Church
0efaf6a493
Update .codeclimate.yml
7 years ago
Bill Church
0eb937eaee
Merge pull request #116 from billchurch/greenkeeper/snyk-1.108.0
chore(package): update snyk to version 1.108.0
7 years ago
Bill Church
76665b5a04
Merge pull request #115 from perlun/patch-1
package.json: Support node.js versions greater than 6
7 years ago
Per Lundberg
0fb4f28f0a
package.json: Support node.js versions greater than 6
7 years ago
greenkeeper[bot]
eb90f82168
chore(package): update snyk to version 1.108.0
7 years ago
Bill Church
7a033e1bd4
Merge branch 'master' of https://github.com/billchurch/WebSSH2
7 years ago
Bill Church
809c1db941
Update Jenkinsfile
7 years ago
Valentin Valchev
a18efd20ad
Fixes #112 - Re-auth doesn't work if incorrect auth was provided initially.
https://github.com/billchurch/WebSSH2/issues/112
This commit send 'reauth' command to the client, when err.level === 'client-authentication'.
The client itself binds the 'reauthSession' function to that command, so it will automatically request authentication, every time the authentication fails.
The client bundle (webpack) is also rebuild with the made changes.
7 years ago
greenkeeper[bot]
8d88992b37
chore(package): update style-loader to version 0.23.1
7 years ago
greenkeeper[bot]
c0e5334786
chore(package): update file-loader to version 2.0.0
7 years ago
Bill Church
238208cb53
Merge pull request #102 from billchurch/DEV
Dev
7 years ago
Bill Church
86fba56b92
update changelog
7 years ago
Bill Church
263494f11c
updated debug
non-essential, update debug package
7 years ago
Bill Church
7cb17becaf
update changelog, increment version
7 years ago
Bill Church
f125085600
update jsthints
7 years ago