Commit graph

9 commits

Author SHA1 Message Date
bendalam
ed4b1bf099 Resolved continuous socket.io polling issues
Resolved continuous socket.io polling issue by restricting the retry mechanism to 2.
Removed geometry POST message as part of socket.io. We are sending this info by websocket transport.
2019-11-14 12:50:09 +05:30
Bill Church
6bc2694887 vijay commit 2019-10-09 09:32:45 -04:00
Bill Church
5ad0c547d7 query string poc 2019-10-03 15:49:17 -05:00
Bill Church
f64d68d6ee update build tools, webpack, etc... 2019-10-03 09:14:59 -05:00
Bill Church
129c1be53c update to xterm.js 4.0.2 2019-10-03 09:00:56 -05:00
Bill Church
63eedabbba proof of concept to change socket.io path
in this version, socket.io path is /ssh/socket.io
2019-10-01 10:25:54 -04: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
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