Commit Graph

  • 416609929f Merge 9033e0d2b3 into a24c55b76d Dan Kaplun 2017-09-25 21:36:58 +0000
  • a24c55b76d Merge pull request #96 from khanzf/master Krishna Srinivas 2017-09-25 13:46:39 -0700
  • dc8c06e736 Added support for FreeBSD For root: Changed '/bin/login' to '/usr/bin/env login' For non-root: Added keyboard-interactive authentication Farhan Khan 2017-09-04 20:15:12 -0500
  • 4ea6ad9ac7
    v0.4.2 v0.4.2 butlerx 2017-09-04 21:40:25 +0100
  • a72fce14c7 Fix installation from npm (#23) nosemeocurrenada 2017-09-04 15:26:15 -0300
  • f884b11e16
    remove second cursor butlerx 2017-08-15 19:16:57 +0100
  • 17691412a7
    add ip of client to host login butlerx 2017-08-14 21:36:39 +0100
  • 2d8f9624c9
    write ssh wrapper in shell butlerx 2017-08-14 20:59:52 +0100
  • 8a47d8078f
    update version butlerx 2017-08-14 19:30:18 +0100
  • 99a1995c27
    remove unneeded cleanup script butlerx 2017-08-14 19:23:15 +0100
  • 67db210698
    use esm modules butlerx 2017-08-14 19:15:02 +0100
  • b3a56e40e8
    use airbnb for linting butlerx 2017-08-04 09:52:33 +0100
  • a9f1a16c4c
    preserve lts support butlerx 2017-08-04 09:24:33 +0100
  • 771c765b03
    add FAQ butlerx 2017-08-03 23:02:48 +0100
  • 667888a44d add babel for backwards compatibility in hterm (#15) Cian Butler 2017-08-03 22:59:04 +0100
  • 413e0e5d98 Modularize the wetty service and add events (#18) nosemeocurrenada 2017-08-03 17:57:22 -0300
  • 3a1a8d9be3 Update/package (#14) Cian Butler 2017-06-27 15:27:07 +0100
  • 78141279d8 update express (#16) Cian Butler 2017-06-27 15:24:42 +0100
  • 89aa1bc17c Update LICENSE Cian Butler 2017-06-24 21:13:44 +0100
  • 7161fdf9e5 add user to dockerfile and dockerignore (#11) Cian Butler 2017-06-22 16:35:27 +0100
  • 6280719c70 add python & perl deps,fix typo (#10) Strubbl 2017-06-22 15:45:45 +0200
  • 43c4d041c4
    move event listener to wetty.js and add removeEventListener, add better support for dedicated vhosts butlerx 2017-06-22 12:05:22 +0100
  • ab417875cf fix: on logout display the reconnect overlay (#6) Strubbl 2017-06-21 21:51:31 +0200
  • 6ff8c47d1a update repo path in Readme (#5) Strubbl 2017-06-21 20:23:11 +0200
  • f89fbd5a96
    update readme butlerx 2017-06-20 16:38:17 +0100
  • 88ecc54f1c
    update docker instructions butlerx 2017-06-20 16:24:13 +0100
  • d3033d795f Merge 0e8c8752a7 into 3d2adadf9b Sean Fern 2017-06-07 19:36:52 +0000
  • 3d2adadf9b Merge pull request #90 from kholbekj/correct_docker_image Krishna Srinivas 2017-06-07 11:37:50 -0700
  • b67f6b1330 update docker image in readme Kasper Holbek Jensen 2017-06-07 20:20:54 +0200
  • 67796f5b12
    make script exacutable butlerx 2017-06-07 15:56:15 +0100
  • 8cd5aaefd1
    Merge branch 'master' of github.com:butlerx/wetty butlerx 2017-06-07 15:53:26 +0100
  • a19e0119d6
    add script for cron butlerx 2017-06-07 15:53:04 +0100
  • 650aa55c8f remove build step Cian Butler 2017-05-31 14:15:37 +0100
  • 28f20853bd
    update docker to build latest butlerx 2017-05-29 22:10:52 +0100
  • 734706a5d5 got rid of debug logging BradfordMedeiros 2017-05-29 03:52:53 -0700
  • 5777eba18e better error handling BradfordMedeiros 2017-05-29 03:44:45 -0700
  • 85f986ef6d Merge branch 'add_functionality_to_run_program_programmatically' BradfordMedeiros 2017-05-29 02:53:00 -0700
  • 99ffa31d9a update package.json to point to new main BradfordMedeiros 2017-05-29 02:51:47 -0700
  • 59f7cbed1c update package.json to point to new main BradfordMedeiros 2017-05-29 02:50:50 -0700
  • 49017ba120 consistency of default args BradfordMedeiros 2017-05-29 02:17:23 -0700
  • 822c4d3f7b code styling BradfordMedeiros 2017-05-29 02:07:36 -0700
  • 129732483d delay reading ssl cert files until needed BradfordMedeiros 2017-05-29 02:02:08 -0700
  • 868a84fa35 moved general error hook into run app functionality BradfordMedeiros 2017-05-29 01:56:47 -0700
  • b19f0da71b add ability to run programmatically BradfordMedeiros 2017-05-29 01:22:14 -0700
  • 5acb0d86bc disable autocomplete butlerx 2017-04-08 23:58:06 +0100
  • c5777f47f3 fix docker butlerx 2017-04-08 23:25:01 +0100
  • 8f46e6f9fd update to es6 butlerx 2017-04-08 22:53:37 +0100
  • fd7f868fa8 Merge branch 'master' of github.com:butlerx/wetty butlerx 2017-04-08 20:59:11 +0100
  • 5bd46f6481 add wrapper for ssh to prompt for user login butlerx 2017-04-08 20:58:25 +0100
  • d344abb87f Reconnect button (#3) Cian Butler 2017-04-08 20:53:42 +0100
  • b7fc05acd6 Merge pull request #2 from acalatrava/master Cian Butler 2017-04-08 20:49:02 +0100
  • 8daa08e193 Merge pull request #1 from imuli/preventaccidentalclosure Cian Butler 2017-04-08 20:48:09 +0100
  • 52d0102072 correction utf8 accentuated chars NicoZ 2017-03-27 17:32:06 +0200
  • 9033e0d2b3 fix for pty build process Dan Kaplun 2016-06-24 22:33:46 -0700
  • 998bc7cba0 add a host option to listen on a specific ip Imuli 2016-06-12 10:35:23 -0400
  • 2bfe03545d prevent accidental ctrl-w window closure Imuli 2016-04-22 11:12:25 -0400
  • c283885374 Cosmetic fix Antonio Calatrava 2016-02-16 11:19:10 +0100
  • 50c1914dc2 Disable autocorrection on mobile and hack to hide blinking caret on desktop Antonio Calatrava 2016-02-16 11:15:54 +0100
  • 99a9454d71 Add support for Virtual Keyboard on Mobile Devices Antonio Calatrava 2016-02-11 22:24:08 +0100
  • f3fd396d59 added better description for the whitelist option; Tino Rusch 2016-02-11 18:33:40 +0100
  • d39e5bd7d9 added whitelist option to prevent connecting to arbitary endpoints; Tino Rusch 2016-02-11 18:27:34 +0100
  • 06c54ea811 Fix isn't always needed on IE11 Merlijn Sebrechts 2016-02-10 15:42:32 +0100
  • 5647794d78 Add FAQ question about browser support. Merlijn Sebrechts 2016-02-09 17:36:12 +0100
  • 088cb6d32e Let non-root user run optional command Josh Samuelson 2016-01-08 16:01:50 -0800
  • 35cd312fb7 Merge branch 'reconnect_button' of github.com:binford2k/wetty into reconnect_button Ben Ford 2016-01-05 12:15:44 -0800
  • 33535fde9b Forgot the z-index Ben Ford 2016-01-05 08:34:06 -0800
  • 954a8287f8 Whoa, there's two copies? Ben Ford 2016-01-05 12:13:48 -0800
  • aa882adceb Add systemd unit file Andreas Kloeckner 2015-12-20 10:18:38 -0500
  • 6ceef0611b Forgot the z-index Ben Ford 2016-01-05 08:34:06 -0800
  • 1037814b01 Add systemd unit file Andreas Kloeckner 2015-12-20 10:18:38 -0500
  • ed7c5d274a Add option to specify listen host Andreas Kloeckner 2015-12-20 09:42:45 -0500
  • 99dfb3d2d2 allways use ssh and never /bin/login; Tino Rusch 2015-12-17 14:24:36 +0100
  • db02e1c25a make it possible to define the target ssh host per url; Tino Rusch 2015-12-17 13:53:45 +0100
  • fd0759e473 Add a reconnect button on logout Ben Ford 2015-12-10 08:53:04 -0800
  • 3ce640ee89 Expose command as an option Josh Samuelson 2015-12-09 16:31:53 -0800
  • 7157422aec increment wetty version Krishna Srinivas 2015-11-22 23:34:22 -0800
  • 41504a854c Update pty.js version to 0.3.0 Krishna Srinivas 2015-11-20 18:40:47 -0800
  • b7e9179454 Merge pull request #34 from jarrettgilliam/master Krishna Srinivas 2015-11-21 06:46:36 +0530
  • a595fb82f1 Change socket.io path to /wetty/socket.io Jarrett Gilliam 2015-11-12 08:24:36 -0600
  • e496251772 Use socket.io instead of WebSockets Jarrett Gilliam 2015-11-11 18:57:27 -0600
  • 0e8c8752a7 Hide scrollbar Gabriel Farrell 2015-09-21 10:36:50 -0400
  • 6663504f0d ctrl-v will do paste #24 Krishna Srinivas 2015-07-14 17:41:29 +0530
  • d89267e28e Update package version to 0.1.0 Krishna Srinivas 2015-06-16 10:39:36 +0530
  • 2c65241fbb fix install issues with node v0.12 #19 Krishna Srinivas 2015-06-16 02:26:34 +0530
  • 9ed1cb5ac0 docker base image node version 0.10.38 Krishna Srinivas 2015-05-22 17:27:18 +0530
  • ca6ddbd641 Merge PR #15 broke 'ctrl-c-copy'. Fixing this. Ctrl-C is for copy, Ctrl-Shift-V is for paste. Krishna Srinivas 2015-05-10 14:23:59 +0530
  • 54c65b14a3 Merge pull request #15 from rabchev/master Krishna Srinivas 2015-05-10 14:19:58 +0530
  • 80677264f1 Updated readme file. Boyan Rabchev 2015-04-03 17:19:34 +0300
  • 137c5a68a1 Fixed package.json - devDependencies Boyan Rabchev 2015-04-03 12:05:16 +0300
  • 172bf6553c Grunt tasks Boyan Rabchev 2015-04-02 15:53:54 +0300
  • fa4394fe8d Added Gruntfile Boyan Rabchev 2015-04-01 17:30:25 +0300
  • 2c353df21b upstart fixes Boyan Rabchev 2015-03-29 23:04:48 +0300
  • e39ad7aa23 Command line configuration added for NPM. Boyan Rabchev 2015-03-28 16:56:53 +0200
  • af36a795f9 Updated hterm Boyan Rabchev 2015-03-28 16:30:45 +0200
  • 77224e5575 Upstart script added Boyan Rabchev 2015-03-28 16:21:14 +0200
  • 36ffc20f9b Remove term.js (not needed anymore), added glabal command for wetty. Boyan Rabchev 2015-03-28 02:16:00 +0200
  • 7d928db43c Merge pull request #13 from lucamilanesio/master Krishna Srinivas 2015-03-24 20:09:49 +0530
  • b3d4b4c7f5 Using a more politically correct page title (was WTF) Luca Milanesio 2015-02-25 16:18:34 +0000
  • 56f6449173 Thanks to the niallo:waitpid fixes, the SIGCHLD is automatically managed Luca Milanesio 2015-02-25 16:16:40 +0000
  • 163a7ed6ca use pty.js that merges in niallo:waitpid fixes as in terryschen:wetty Luca Milanesio 2015-02-25 15:51:39 +0000