Commit graph

414 commits

Author SHA1 Message Date
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
Bill Church
21f2c4ef9f
Update app.js
changed URL to `reauth` from `logout` as it's not quite performing a `logout` function.
2018-07-30 08:17:39 -04:00
Bill Church
3586e17a63 upgrade all packages to potentially help with compatability issues on some platforms 2018-07-28 10:19:48 -04:00
Valentin Valchev
771800b02a The provided patch, will add a /logout URL, which will re-request the authentication and then redirect you back to the referrer (e.g like http://localhost:2222/ssh/host/myhost.com).
It also adds a menu entry "Switch User" that opens /logout and forces re-authentication.
2018-07-23 13:02:50 +03:00
Bill Church
a1fdc0974d update changelog 2018-07-18 16:05:42 -04:00
Bill Church
02a88761b8 Merge branch 'master' of https://github.com/billchurch/WebSSH2 2018-07-18 15:45:34 -04:00
Bill Church
cd45468b58 updated build scripts 2018-07-18 15:45:31 -04:00
Bill Church
6e69aa0d98 buildscripts and bigip workspace addition 2018-07-18 12:28:44 -04:00
Bill Church
da102c75c4
Delete BIG-IP-ILX-ephemeral_auth-current.tgz 2018-07-18 11:57:21 -04:00
Bill Church
9a53cbf7b5 update client bundles 2018-05-10 16:05:45 -04:00
Bill Church
1eaa4f5bfd
Merge pull request #70 from billchurch/greenkeeper/@fortawesome/fontawesome-1.1.7
chore(package): update @fortawesome/fontawesome to version 1.1.7
2018-05-10 15:54:39 -04:00
Bill Church
bf7ab75285
Merge branch 'master' into greenkeeper/@fortawesome/fontawesome-1.1.7 2018-05-10 15:52:24 -04:00
Bill Church
f61fc9c298
Merge pull request #71 from billchurch/greenkeeper/@fortawesome/fontawesome-free-solid-5.0.11
chore(package): update @fortawesome/fontawesome-free-solid to version…
2018-05-10 15:51:58 -04:00
Bill Church
d70463a311
Merge branch 'master' into greenkeeper/@fortawesome/fontawesome-free-solid-5.0.11 2018-05-10 15:40:19 -04:00
Bill Church
4e8bfc7d6b
Merge pull request #69 from billchurch/greenkeeper/update-to-node-10
Greenkeeper/update to node 10
2018-05-10 15:27:25 -04:00
Bill Church
567f4f433f keeping package.json at 6 2018-05-10 15:27:09 -04:00
Bill Church
e37f6d3de1 update changelog 2018-05-10 11:02:03 -04:00
Bill Church
42523fc568
Merge pull request #68 from billchurch/greenkeeper/ssh2-0.6.1
fix(package): update ssh2 to version 0.6.1
2018-05-10 11:00:40 -04:00