Commit graph

86 commits

Author SHA1 Message Date
billchurch
dbc546b5d7 formatting 2018-02-09 22:41:16 -05:00
billchurch
4e68947cb0 updating socket.io again 2018-02-08 15:55:14 -05:00
billchurch
207832d318 preparing for 0.2.0...
Still a work in progress. Adding menu system and fontawsome
integration.
2018-02-08 15:34:33 -05:00
billchurch
875aecf09a split css out to improve loading perception 2018-02-06 15:04:55 -05:00
billchurch
d44e62dc3a fix typo 2018-02-06 13:54:11 -05:00
billchurch
52f5ba1dad cleanup of public and supporting files
/public is now volatile, any changes to templates should be made in
/src and then run either “npm run build” or “npm run builder”
2018-02-06 12:11:39 -05:00
billchurch
397b3c0068 update xterm.js to 3.0.2, switch to webpack, move javascript out of html
fixes #40
fixes #41
moved /js/client.js to /js/index.js
todo: rework build scripts to utilize webpack vs gulp
2018-02-06 10:24:53 -05:00
billchurch
3b634b1f35 increment to v0.1.4 2018-01-30 18:31:43 -05:00
snyk-bot
196d76922e fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:ws:20171108

Latest report for billchurch/webssh2:
https://snyk.io/test/github/billchurch/webssh2
2017-11-18 05:46:02 +00:00
billchurch
be50151108 update validator, morgan, express, express-session dependencies
express@4.16.1, express-session@1.15.6, morgan@1.9, validator@9
2017-10-02 10:44:37 -04:00
billchurch
1651fada48 increment to 0.1.3 2017-09-28 17:59:02 -04:00
billchurch
88d53ba1f6 prep for npm publish 2017-09-27 16:13:14 -04:00
billchurch
13398de212 prep for npm publish 2017-09-27 16:11:57 -04:00
billchurch
ddb5969c36 update debug/express/basic-auth modules 2017-09-27 15:54:01 -04:00
billchurch
349d2abe7d Upgrade express to 4.15.5 2017-09-27 14:38:10 -04:00
billchurch
321b23eebb Revert to debug@2.6.9 to eliminate ReDoS in %o formatter 2017-09-26 11:37:42 -04:00
billchurch
d849f7432e adding readyTimeout option, updating packages
adding readyTimeout option, updating packages
2017-08-21 09:21:52 -04:00
billchurch
1683c8ad35 update xterm and ssh2
- Updated xterm.js to 2.8.1 from 2.6.0
  - See https://github.com/sourcelair/xterm.js/releases/tag/2.8.1
  - See https://github.com/sourcelair/xterm.js/releases/tag/2.8.0
  - See https://github.com/sourcelair/xterm.js/releases/tag/2.7.0
- Updated ssh2 to 0.5.5 to keep current, no fixes impacting WebSSH2
  - ssh-streams to 0.1.19 from 0.1.16
2017-07-31 10:20:58 -05:00
billchurch
7cbfed20e9 refactoring, socket.io update
more refactoring, code standards, updated socket.io to 1.7.4, increment
release to 0.1.1
2017-06-03 16:50:45 -04:00
billchurch
4540cc6e0e updated documents, added validation to user input strings
term= query option to specify TERM environment variable for host, valid
strings are alpha-numeric with a hypen (validated). Otherwise the
default ssh.term variable from `config.json` will be used.
- validation for host (v4,v6,fqdn,hostname), port (integer 2-65535),
and header (sanatized) from URL input
2017-05-27 18:12:02 -04:00
billchurch
7b6d060bc3 minification and concatenation
minification and concatenation of javascript and css.
added new feature to specify minification in config.json (use minified)
updated readme and changelog
tasks in grunt to build minified and concatenated files
2017-05-27 13:29:26 -04:00
billchurch
d995e7ddd7 updated documentation and version 2017-05-26 17:30:41 -04:00
billchurch
2e912dd9cc refactoring
moved some events into socket/index.js to better organize code
created session.ssh property for application session variables
moved crypto algorithms to config.json and assigned to
..session.ssh.algorithms variable
2017-05-26 11:25:44 -04:00
billchurch
0aa410e370 adding bithound ci 2017-05-19 20:51:42 -04:00
billchurch
7f55613de8 Refactoring, Session maintenance
- start of some refactoring
- linking socket.io and express sessions
- cleaning up some potential error conditions

todo:
- re-work status updates on client side for unexpected websocket
disconnects while not overwriting ssh server errors un termination
2017-05-19 19:49:59 -04:00
billchurch
cef50b870c formatting changes 2017-03-29 11:55:38 -04:00
billchurch
4c95d1c30b version increment 2017-03-23 18:26:37 -04:00
Bill Church
e45ded7aad Update package.json 2017-03-23 09:46:38 -04:00
billchurch
43c290de2a Updating xterm to 2.4.0 2017-03-23 09:23:42 -04:00
Bill Church
8347b6760e updating xterm to 2.3.0 2017-02-16 16:30:59 -05:00
billchurch
98c384e46c corrected some typos and issues 2017-02-01 16:55:34 -05:00
billchurch
34af6b548d Changing over from term.js to https://github.com/sourcelair/xterm.js
Added cookie parser
Updated some packages but locked versions, node on system I’m targeting
is currently locked v0.12.15…in case anyone wonders why I’m locking
some of these versions down.

Trying to make a grownup package.json ;)
2017-02-01 16:20:16 -05:00
billchurch
9a9cf5cdc0 Initial config file
Moved configuration variables from index.js to config.json using
read-config.
2016-05-20 10:39:58 -04:00
billchurch
472dd3f55b formatting 2016-05-20 08:50:22 -04:00
billchurch
c5f3dd9ce5 Updated package.json
Had references to BIG-IP which were not valid, this package does not
require BIG-IP
2016-05-20 08:48:14 -04:00
billchurch
638fafb95d Initial Commit
Initial Commit
2016-05-18 11:34:49 -04:00