Commit graph

405 commits

Author SHA1 Message Date
Bill Church
a2fd7a23fb
Merge pull request #50 from billchurch/greenkeeper/standard-11.0.0
Update standard to the latest version 🚀
2018-05-10 10:02:07 -04:00
Bill Church
9667031bf2
add note about node versions older than 6.x 2018-05-10 10:01:07 -04:00
greenkeeper[bot]
bf15b3e11d fix(package): update ssh2 to version 0.6.1
Closes #55
2018-05-10 11:58:11 +00:00
greenkeeper[bot]
1a15fa57bb fix(package): update validator to version 10.1.0
Closes #62
2018-05-04 23:15:06 +00:00
greenkeeper[bot]
1410aabebb chore(package): update webpack to version 4.7.0
Closes #52
2018-05-04 12:31:16 +00:00
greenkeeper[bot]
c9b37ee0cb chore(package): update @fortawesome/fontawesome to version 1.1.7 2018-05-03 19:23:53 +00:00
greenkeeper[bot]
b2be2595a9 chore(package): update @fortawesome/fontawesome-free-solid to version 5.0.11 2018-05-01 20:39:27 +00:00
greenkeeper[bot]
a6ad5d62f2 Update engines to node 10 in package.json 2018-04-26 13:58:03 +00:00
greenkeeper[bot]
64a81b3ef6 Update to node 10 in .travis.yml 2018-04-26 13:58:00 +00:00
greenkeeper[bot]
60821f9827 chore(package): update style-loader to version 0.21.0 2018-04-18 22:48:43 +00:00
greenkeeper[bot]
e0d9a0bd6f chore(package): update url-loader to version 1.0.1
Closes #54
2018-03-03 08:27:32 +00:00
Bill Church
8a89b687c4
Create CONTRIBUTING.md 2018-02-28 21:58:59 -05:00
Bill Church
86d65790f2
Create ISSUE_TEMPLATE.md 2018-02-28 21:54:28 -05:00
Bill Church
fb8399bc6a
Merge pull request #53 from billchurch/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2018-02-28 21:52:25 -05:00
Bill Church
d6ff08ed67
Create CODE_OF_CONDUCT.md 2018-02-28 21:52:15 -05:00
billchurch
1989717f2d 0.2.10 2018-02-28 10:51:23 -05:00
greenkeeper[bot]
d59b2cce4c chore(package): update standard to version 11.0.0 2018-02-19 00:36:26 +00:00
billchurch
86d781a8c6 update package.json 2018-02-17 15:24:57 -05:00
billchurch
ebbe5a6e17 remove comments from config.json, set default listen IP to 0.0.0.0 2018-02-17 15:24:42 -05:00
billchurch
a8dfc5b36e rename 2018-02-17 15:23:22 -05:00
billchurch
6db77fcc07 0.2.3-test 2018-02-17 15:22:33 -05:00
billchurch
41476a0113 update engine to 6.9.1 2018-02-17 11:19:39 -05:00
billchurch
d99693b37c ESC]0; is now removed from log files when using the browser-side logging feature. fixes #49 2018-02-17 11:19:22 -05:00
billchurch
d8e8fcca9b update 2018-02-17 10:26:55 -05:00
billchurch
e46d4bbade update 2018-02-17 10:26:22 -05:00
billchurch
61bcfe7459 update readme 2018-02-17 10:25:53 -05:00
Bill Church
b53eb4b219
Merge pull request #48 from billchurch/greenkeeper/initial
Add Greenkeeper badge 🌴
2018-02-17 10:24:39 -05:00
billchurch
af10753cc8 update travis 2018-02-17 10:15:41 -05:00
greenkeeper[bot]
4a9b782ab6 docs(readme): add Greenkeeper badge 2018-02-17 15:09:22 +00:00
billchurch
dd45d38a9a updated for bellStyle option 2018-02-17 10:03:05 -05:00
billchurch
3138a7c9db Upgrade xterm.js to 3.1.0, add bellStyle options
- Added bellStyle options
  - `GET var`: **bellStyle** - _string_ - Style of terminal bell:
("sound"|"none"). **Default:** "sound". **Enforced Values:** "sound",
"none"
  - `config.json`: **terminal.bellStyle** - _string_ - Style of
terminal bell: (sound|none). **Default:** "sound".
### Changed
- Updated xterm.js to 3.1.0
  - https://github.com/xtermjs/xterm.js/releases/tag/3.1.0
2018-02-17 10:02:22 -05:00
billchurch
3a700eedf1 browser title now changes with xterm escape sequences. see
http://tldp.org/HOWTO/Xterm-Title-3.html
2018-02-17 09:21:43 -05:00
billchurch
cd8b829675 updating logging
added ip:port logging, updated verbiage for configuration file log
2018-02-17 01:23:59 -05:00
billchurch
6fc1a7912b unused file 2018-02-17 01:20:40 -05:00
billchurch
200c18cc17 fixed terminal height calculation after <!DOCTYPE html> addition
html needed a height: 100% attribute, otherwise terminal-container did
not take up the entire window (less header/footer)
2018-02-17 01:18:38 -05:00
billchurch
de19843aad Revert "Revert "more housekeeping""
This reverts commit 8ef6698a33.
2018-02-17 01:07:14 -05:00
billchurch
7b5224d7d1 Revert "Revert "housekeeping""
This reverts commit 67b15e1c2f.
2018-02-17 01:06:37 -05:00
billchurch
67b15e1c2f Revert "housekeeping"
This reverts commit bc19432dfa.
2018-02-17 01:05:52 -05:00
billchurch
8ef6698a33 Revert "more housekeeping"
This reverts commit 7d21b78ba1.
2018-02-17 01:04:18 -05:00
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