Commit graph

281 commits

Author SHA1 Message Date
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
Bill Church
0efaf6a493 Update .codeclimate.yml 2018-11-07 06:51:14 -05:00
Bill Church
0eb937eaee
Merge pull request #116 from billchurch/greenkeeper/snyk-1.108.0
chore(package): update snyk to version 1.108.0
2018-11-07 06:38:53 -05:00
Bill Church
76665b5a04
Merge pull request #115 from perlun/patch-1
package.json: Support node.js versions greater than 6
2018-11-07 06:37:27 -05:00
Per Lundberg
0fb4f28f0a
package.json: Support node.js versions greater than 6 2018-11-05 22:14:58 +02:00
greenkeeper[bot]
eb90f82168 chore(package): update snyk to version 1.108.0 2018-11-05 13:16:37 +00:00
Bill Church
7a033e1bd4 Merge branch 'master' of https://github.com/billchurch/WebSSH2 2018-10-23 10:53:58 -04:00
Bill Church
809c1db941 Update Jenkinsfile 2018-10-23 10:53:55 -04:00
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.
2018-10-11 11:18:01 +03:00
greenkeeper[bot]
8d88992b37 chore(package): update style-loader to version 0.23.1 2018-10-08 13:50:49 +00:00
greenkeeper[bot]
c0e5334786 chore(package): update file-loader to version 2.0.0 2018-10-05 22:50:36 +00:00
Bill Church
238208cb53
Merge pull request #102 from billchurch/DEV
Dev
2018-09-11 15:46:27 -04:00
Bill Church
86fba56b92 update changelog 2018-09-11 15:45:07 -04:00
Bill Church
263494f11c updated debug
non-essential, update debug package
2018-09-11 15:44:06 -04:00
Bill Church
7cb17becaf update changelog, increment version 2018-09-11 15:32:52 -04:00
Bill Church
f125085600 update jsthints 2018-09-11 15:13:32 -04:00
Bill Church
88f050bbcf
Update README.md 2018-09-06 09:09:00 -04:00
Bill Church
7d4eced151
Update README.md 2018-09-06 09:08:15 -04:00
Bill Church
05934e8b19 codeclimate 2018-08-08 07:56:53 -04:00
Bill Church
3cfeead263
Merge pull request #89 from billchurch/package-upgrade-test
approved, update packages to most recent, client files rebuilt
2018-08-07 07:15:27 -04:00
Bill Church
6fc0317b23 fix .codeclimate.yml 2018-08-07 07:04:20 -04:00
Bill Church
fcfbf24d45 update codeclimate
getting "hit" for workspace/ duplication (needed for F5 specific stuff) made exception. also getting "hit" for upstream TODO/HACK in xterm.js, excluding compiled files.
2018-08-07 06:59:37 -04:00
Bill Church
fe7e523151 rebuild client support files 2018-08-07 06:52:29 -04:00
Bill Church
806c9f0b42 Merge remote-tracking branch 'origin/master' into package-upgrade-test 2018-08-07 06:50:51 -04:00
Bill Church
f5f2180e7d update packages 2018-08-07 06:49:31 -04:00
Bill Church
8f16772380
Update README.md 2018-07-30 12:17:15 -04:00
Bill Church
d670266c22 rebuild client files 2018-07-30 10:28:07 -04:00
Bill Church
f87bde04a8 update changelog 2018-07-30 09:55:24 -04:00
Bill Church
9bbc116120 reauth feature
fixes #75 and potentially #51 thanks to both @vbeskrovny and @vvalchev
2018-07-30 09:54:36 -04:00
Bill Church
a518f0748f
Merge pull request #85 from vvalchev/logout_support
re-authentication support
2018-07-30 08:20:04 -04:00
Bill Church
29804c7bc8
Update socket.js
changing from `logout` to `reauth`
2018-07-30 08:18:26 -04:00