Commit graph

466 commits

Author SHA1 Message Date
billchurch
7d21b78ba1 more housekeeping 2018-02-17 00:32:03 -05:00
billchurch
bc19432dfa housekeeping
Move bulk of server .js file files to /server, all client related files
live in /client (including /public), webpack scripts now live in
/scripts, cleanup of paths in /client/src/js/index.js and webpack.js.
2018-02-16 23:48:00 -05:00
billchurch
cd3ac433e8 correct var 2018-02-15 16:01:37 -05:00
billchurch
d01d2c7c2e update read-config to v2 2018-02-15 15:52:10 -05:00
billchurch
790011a456 ephem auth package update 0.2.9 2018-02-14 07:21:36 -06:00
billchurch
1f88e7c9b1 move menu content serverside
to control display based on options enabled, better UI experience.
still in progress
2018-02-12 13:14:12 -05:00
billchurch
4fbe42092a package edit 2018-02-12 10:49:00 -05:00
billchurch
5c9369d57a Updated config path statement
config path now uses “require.main.filename” which should switch
between being used a module or as an application.
2018-02-12 10:48:26 -05:00
billchurch
3dabb4779e update readme 2018-02-10 15:54:55 -05:00
billchurch
dc901e4345 demo screenshot 2018-02-10 15:52:19 -05:00
billchurch
ad360da2f6 updated readme/gitignore 2018-02-10 14:38:30 -05:00
billchurch
c7ef520d46 update webssh binaries for big-ip 2018-02-10 11:22:01 -05:00
billchurch
10264d0ca3 updating package.json 2018-02-10 11:20:42 -05:00
billchurch
a55bebf9e4 increment to v2.0 2018-02-10 10:36:09 -05:00
billchurch
ff875f92db magnification, resize logic
- minification is now default, utilize ‘webpack*.js’ scripts to change
behavior and run ‘npm run rebuild’
- sizing and resize takes into account optional headers (#header) and
footer (#footer)
2018-02-10 10:11:28 -05:00
billchurch
29040d328a enable compression...testing... 2018-02-10 00:08:36 -05:00
billchurch
dbc546b5d7 formatting 2018-02-09 22:41:16 -05:00
billchurch
ad4cf49b76 fixes #43 2018-02-09 22:22:12 -05:00
billchurch
d3bf809f75 update resize logic
fixes #43
tested with IE11,Edge,Chrome 64,Firefox 58,Safari 11,Opera 46
2018-02-09 22:21:53 -05:00
billchurch
d456a180d9 added boolean conversion from url strings, continuing browser resize additions 2018-02-09 19:06:43 -05:00
billchurch
15945f0d16 update 2018-02-09 09:22:45 -05:00
billchurch
fb000fc21d readme pointers 2018-02-09 09:20:54 -05:00
billchurch
075d3a7c30 readme pointer for /src 2018-02-09 09:16:53 -05:00
billchurch
f6e41d4b45 updating styling 2018-02-09 09:06:56 -05:00
billchurch
fdcb21d5de config.json defaults 2018-02-08 15:57:17 -05:00
billchurch
4e68947cb0 updating socket.io again 2018-02-08 15:55:14 -05:00
billchurch
0f00e12e81 update changelog 2018-02-08 15:42:22 -05:00
billchurch
207832d318 preparing for 0.2.0...
Still a work in progress. Adding menu system and fontawsome
integration.
2018-02-08 15:34:33 -05:00
billchurch
8af3d3c695 removing grunt configs 2018-02-06 15:05:03 -05:00
billchurch
875aecf09a split css out to improve loading perception 2018-02-06 15:04:55 -05:00
billchurch
d44e62dc3a fix typo 2018-02-06 13:54:11 -05:00
billchurch
bcb2050971 cleanup 2018-02-06 12:24:09 -05:00
billchurch
01d025a7bf organize web pack to prod/vs/dev 2018-02-06 12:17:34 -05:00
billchurch
52f5ba1dad cleanup of public and supporting files
/public is now volatile, any changes to templates should be made in
/src and then run either “npm run build” or “npm run builder”
2018-02-06 12:11:39 -05:00
billchurch
977d109316 update changeling 2018-02-06 10:45:07 -05:00
billchurch
7dc8cfb0f1 remove references to host key hashes 2018-02-06 10:43:15 -05:00
billchurch
397b3c0068 update xterm.js to 3.0.2, switch to webpack, move javascript out of html
fixes #40
fixes #41
moved /js/client.js to /js/index.js
todo: rework build scripts to utilize webpack vs gulp
2018-02-06 10:24:53 -05:00
billchurch
88ad8210f3 updated sizes 2018-01-31 09:48:23 -05:00
billchurch
34868be18e screenshots for BIG-IP upgrade 2018-01-31 09:39:41 -05:00
billchurch
f890c46de3 fix binaries 2018-01-30 18:35:13 -05:00
billchurch
3b634b1f35 increment to v0.1.4 2018-01-30 18:31:43 -05:00
billchurch
08400b0544 added keepaliveInterval, keepaliveCountMax options 2018-01-30 18:09:16 -05:00
billchurch
7dd019d0e6 bin/ephemeral-auth current 2018-01-30 11:22:33 -05:00
billchurch
3e8be4b289 create bin/current 2018-01-30 11:13:13 -05:00
billchurch
2d725e9fe0 implement global keep alive option
keepaliveInterval in config.json. time in ms, 0=disable
2017-12-12 15:02:19 -05:00
billchurch
c6f6daeaf6 commenting on host key hash verification and renaming 2017-12-12 14:43:07 -05:00
billchurch
783327b014 host key verification poc 2017-12-12 14:34:45 -05:00
billchurch
5ed695bb32 typo 2017-12-12 12:44:35 -05:00
billchurch
2b12825a0c moving files around to get rid of unneeded directories 2017-12-12 12:41:54 -05:00
Bill Church
07d90cd2e3
Merge pull request #29 from billchurch/snyk-fix-68970435
[Snyk Update] New fixes for 2 vulnerable dependency paths
2017-12-12 12:36:58 -05:00