butlerx
3375c5c4d0
Add support for loading from config file
4 years ago
butlerx
ab93f5f5df
Add Build script
4 years ago
butlerx
11cb3d011a
namespace fucntions for easier maintenance
4 years ago
butlerx
12b2432c21
place all compiled assets in build folder
4 years ago
butlerx
6f7c54a3be
gm ass scss compile to build
5 years ago
butlerx
8b5a7df712
use snowpack to import client modules to avoid bundling
5 years ago
butlerx
8bb1d97774
restructor repo to reduce top level files
5 years ago
butlerx
f946eb47d8
update xterm
5 years ago
Cian Butler
87bd922fdd
Merge pull request #271 from deanshub/nissix-optionalchaining
Optional chaining enhancement
4 years ago
Dean Shub
1ca6a43e0f
optional chaining enhancement
4 years ago
Cian Butler
1e193be7fc
Merge pull request #269 from lozbrown/master
Correct Service details
4 years ago
Loz Brown
eac48805f2
Correct Service details
4 years ago
Cian Butler
9fd6453de3
Merge pull request #268 from butlerx/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
4 years ago
dependabot[bot]
cff8f343b3
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Cian Butler
20587bc85a
Create codeql-analysis.yml
4 years ago
butlerx
493f0600bf
update base container to node 10
4 years ago
butlerx
758e9a486d
update lock file
4 years ago
butlerx
6f4d663ede
update xterm
5 years ago
butlerx
b7672faf65
ensure dev logger works
5 years ago
Cian Butler
080a5a0245
Merge pull request #262 from butlerx/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
5 years ago
dependabot[bot]
aec99ce3eb
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Cian Butler
d0aaa35dbf
Merge pull request #257 from butlerx/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
5 years ago
Cian Butler
3721ac1716
Merge pull request #259 from sergeir82/fix-user-name
Fix ssh user name can not set in url parameter /ssh/:user. Every time…
5 years ago
dependabot[bot]
84c46fff6e
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Sergei Ratnikov
2ee5fd58de
Fix ssh user name can not set in url parameter /ssh/:user. Every time asking login name.
5 years ago
Cian Butler
27ea8734e0
Merge pull request #250 from kmlucy/master
Add support for host checking
5 years ago
Kyle Lucy
079f5ac3b3
switch to const with ternary
5 years ago
Kyle Lucy
03b4cea41f
change var to let
5 years ago
Kyle Lucy
a36bbfba2c
declare hostChecking at top of function
5 years ago
Kyle Lucy
bc4ec4126b
add host checking support
5 years ago
dependabot[bot]
6654e1a7d7
Bump acorn from 6.4.0 to 6.4.1 ( #239 )
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
userdocs
3a1254a395
Fix broken link in README.md
Changed [SSL Support](./ssl.md) to [HTTPS Support](./https.md) to fix a broken relative link as the document had been renamed.
5 years ago
userdocs
3b9ba1bf6f
Fix broken link in README.md
Changed [SSL Support](./ssl.md) to [HTTPS Support](./https.md) to fix a broken relative link as the document had been renamed.
5 years ago
Ben Letchford
2b6f3461b9
Hide xterm scroll
5 years ago
Ben Letchford
d4bde37296
Check for extended ASCII characters for plaintext files ( #234 )
5 years ago
Ben Letchford
a866808be3
Detect plain text files and assign them an extension of .txt instead of defaulting to octet-stream ( #227 )
5 years ago
butlerx
cf597f9ced
stop using merge-release for npm publishing
5 years ago
butlerx
41ffcaf316
fix failing github actions
5 years ago
Janos Kasza
a97c4ee91f
Force ssh connection ( #226 )
* Setting lower websocket ping interval values
* Updated package version
* Ask ssh user from the standard input and force ssh connection
* Removed --sshaskuser option as it's not necessary
* Bumping the version to 1.3.0
5 years ago
Janos Kasza
badf840969
Setting lower websocket ping interval values ( #225 )
* Setting lower websocket ping interval values
* Updated package version
5 years ago
butlerx
5762ab9e66
fix compilation errors
5 years ago
butlerx
4f4d75f0e7
fix linter warnings
5 years ago
Ben Letchford
cfe1afa72c
Fix potential to miss file download sequences ( #217 )
* buffer files on a character basis
* Add tests and initial github workflow
* Bump version
* Pull request feedback from @butlerx
* ESlint ignore download.spec.ts file
5 years ago
butlerx
848c8ee9a4
fix linting errors
5 years ago
butlerx
80ac1963de
update dep
5 years ago
butlerx
8a2d918200
remove console.log
5 years ago
butlerx
d2598eed69
update logger
5 years ago
Mihir Kumar
a87945815c
Updated package.json Contributor list ( #210 )
* authentication none introduced
* Added Copy to Clipboard on double click of text
This is to mimic the behaviour of select to copy on double click feature of Unix terminals
* Logger added instead of console.log
* CopyToClipboard seperated, yarn lint done, consistent return ignored to return any
* Consistent return type introduced
* Updated package json Contributor List
This is to add ourselves to Contributor's list since Github isn't listing properly
* Updated package.json
Comma fixed
5 years ago
Grant Handy
b79c5056ae
markdown syntax error? ( #219 )
* Update README.md
* Update README.md
5 years ago
Ben Letchford
8a5cee1576
Rename downloading-file.md to downloading-files.md ( #211 )
5 years ago