Bill Church
|
66e0eeccde
|
chore(release): 0.2.17
|
2024-08-22 02:33:53 +00:00 |
|
Bill Church
|
ca0c33004f
|
chore: dev env
|
2024-08-22 02:33:42 +00:00 |
|
Bill Church
|
83fb54d98f
|
chore: dev env
|
2024-08-22 02:32:49 +00:00 |
|
Bill Church
|
c19dbf019d
|
chore: update package.json
|
2024-08-22 02:11:24 +00:00 |
|
Bill Church
|
1a5ebc649d
|
chore: create initial tests
|
2024-08-22 01:11:45 +00:00 |
|
Bill Church
|
dbcfc30cd0
|
chore: update dev
|
2024-08-21 11:01:54 +00:00 |
|
Bill Church
|
e06fabc2a7
|
feat: update webssh2_client@0.2.23
|
2024-08-20 19:56:21 +00:00 |
|
Bill Church
|
46338e4f2c
|
chore: introduce jsmasker to mask sensitive debug logging data.
|
2024-08-20 19:42:06 +00:00 |
|
Bill Church
|
3e45c98c62
|
feat: Switch User or reauth feature for Basic Auth sessions
feat: update webssh2 to 0.2.22
|
2024-08-19 19:00:45 +00:00 |
|
Bill Church
|
252e4f16d6
|
chore: dev env cleanup package.json
|
2024-08-19 11:38:07 +00:00 |
|
Bill Church
|
9cfccb109a
|
feat: update webssh2_client 0.2.21
|
2024-08-19 11:01:03 +00:00 |
|
Bill Church
|
9b94627cbd
|
feat: update webssh2_client 0.2.20
|
2024-08-18 13:03:19 +00:00 |
|
Bill Church
|
5c8c1a2333
|
chore: dev env add validator package
|
2024-08-17 10:48:53 +00:00 |
|
Bill Church
|
418af1bcfa
|
feat: update webssh2_client to 0.2.19
|
2024-08-16 23:03:26 +00:00 |
|
Bill Church
|
e3f97ad6b6
|
chore: dev env
|
2024-08-16 22:47:58 +00:00 |
|
Bill Church
|
fc102380cb
|
chore: update webssh_client 0.2.18
|
2024-08-15 18:40:23 +00:00 |
|
Bill Church
|
40715023b2
|
chore: dev env
|
2024-08-13 12:25:53 +00:00 |
|
Bill Church
|
617ce151c0
|
chore: refactor logging to debug
|
2024-08-13 10:42:34 +00:00 |
|
Bill Church
|
20c3915832
|
chore: Update webssh2_server dependency to version 0.2.16
|
2024-07-19 23:19:28 +00:00 |
|
Bill Church
|
bb0b6cca58
|
chore: Update webssh2_client dependency to version 0.2.16
|
2024-07-19 23:16:31 +00:00 |
|
Bill Church
|
f9e6fd8351
|
chore: version bump
|
2024-07-19 20:03:48 +00:00 |
|
Bill Church
|
a1f4c7b985
|
chore: Update webssh2_client dependency to use the 'main' branch
|
2024-07-19 10:47:13 +00:00 |
|
Bill Church
|
afe462b180
|
feat: Add session-based authentication for SSH connections using HTTP Basic auth and express.js
|
2024-07-18 17:13:23 +00:00 |
|
Bill Church
|
fe7248e056
|
feat: Update connectionHandler.js and routes.js to propmpt for basic credentials when accessing /ssh/host/<address> and pre-populate credentials and host info AND auto-connect to server.
|
2024-07-18 15:59:08 +00:00 |
|
Bill Church
|
8fcf4b7b75
|
fix: Serve the static files from the webssh2_client module with a custom prefix '/ssh/assets' instead of just '/ssh'.
|
2024-07-18 15:05:04 +00:00 |
|
Bill Church
|
32af90bc3f
|
chore: Update npm dependencies and refactor server startup code, add express.js, host webssh2 client through webssh2-client module.
|
2024-07-18 13:45:37 +00:00 |
|
Bill Church
|
1ecf19c5df
|
chore: Add ajv dependency and refactor server startup code
|
2024-07-16 14:21:20 +00:00 |
|
Bill Church
|
50f1769fd5
|
chore: minor refactoring
|
2024-07-11 21:14:35 +00:00 |
|
Bill Church
|
bf50fca786
|
chore: client / server bifurcation mostly complete
|
2024-07-11 21:07:29 +00:00 |
|
Bill Church
|
b6e5089ee6
|
chore: stage one complete
|
2024-07-11 20:45:04 +00:00 |
|
Bill Church
|
3ecda672ba
|
chore: initial bifurcation of client and server code
|
2024-07-11 11:23:23 +00: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
|
6a4eb1e985
|
version bump
|
2018-11-07 07:26:16 -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
|
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 |
|
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 |
|
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
|
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
|
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
|
d670266c22
|
rebuild client files
|
2018-07-30 10:28:07 -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
|
3586e17a63
|
upgrade all packages to potentially help with compatability issues on some platforms
|
2018-07-28 10:19:48 -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
|
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 |
|