Commit graph

128 commits

Author SHA1 Message Date
Bill Church
1477a2b9d0
chore(release): 0.2.22 2024-11-30 03:09:29 +00:00
Bill Church
a1b2e56760
feat: update webssh_client to 0.2.26 2024-11-30 03:08:30 +00:00
Bill Church
13baf95d1e
chore(release): 0.2.21 2024-11-30 00:39:43 +00:00
Bill Church
8fa1631196
chore: finish up feat #379 2024-11-29 22:28:56 +00:00
Bill Church
44ba13cf67
chore: update jsmakser to 1.3.0 to mask privatekey by default. 2024-11-29 17:06:41 +00:00
Bill Church
8d515f6a77
chore: update debug for watch 2024-10-14 19:33:29 +00:00
Bill Church
34afe70dd5
chore(release): 0.2.20 2024-08-22 18:13:37 +00:00
Bill Church
0d1aaef4fb
chore: dev env 2024-08-22 18:13:24 +00:00
Bill Church
63a7ab8061
chore(release): 0.2.19 2024-08-22 18:06:55 +00:00
Bill Church
fdb846bd7d
chore(release): 0.2.18 2024-08-22 17:54:05 +00:00
Bill Church
0f3c7ab230
feat: ssh keyboard-interactive authentication support 2024-08-22 17:27:48 +00:00
Bill Church
06063a8009
chore: update jsmasker@1.2.0 2024-08-22 14:57:47 +00:00
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