Commit Graph

333 Commits (1a2067e38aabcd859596cfe7ef510a3c449f556d)

Author SHA1 Message Date
Sheng 1a2067e38a Support passing user defined title by url 2019-05-18 13:41:20 +08:00
Sheng 23adce57d8 Support passing arguments by url 2019-05-18 13:20:02 +08:00
Sheng 3d98e5d947 Support changing terminal background color 2019-05-17 21:55:05 +08:00
Sheng b58be46918 Moved out function resize_terminal 2019-05-17 21:27:25 +08:00
Sheng 99ed01ca84 Updated minor version 2019-05-09 22:09:49 +08:00
Sheng 1cd86c0aa7 Updated xterm.js to v3.12.2 2019-05-09 22:00:16 +08:00
Sheng d69d8cfa7a Fixed a bug caused by url containing hashes 2019-04-27 00:01:56 +08:00
Sheng 7ddce5a105 Updated version 2019-04-18 19:59:17 +08:00
Sheng 0344531960 Updated README 2019-04-18 19:54:20 +08:00
Sheng 46d1e5b091 Added docker support 2019-04-18 19:39:14 +08:00
Sheng f400367eac Updated requirements.txt 2019-04-18 19:20:57 +08:00
Shengdun Hua 9945d907a9
Merge pull request #58 from MarcoDuiker/patch-1
Update main.js
2019-04-18 19:12:26 +08:00
Marco Duiker 8e3ae038f8
Update main.js
in this way we can use query string parameters on index.html without websocket errors
2019-04-18 12:02:05 +02:00
Sheng af0cbfbf6c Updated minor verison 2019-03-12 23:53:03 +08:00
Sheng b630116f33 Use try block to bypass the error 2019-03-12 23:47:06 +08:00
Sheng 544461a617 Updated minor version 2019-03-12 21:56:38 +08:00
Sheng f9b640c745 Made it compatible with tornado 6 2019-03-12 21:52:17 +08:00
Sheng 3f1e53eaad Use cpu_count from tornado.process 2019-02-21 23:41:45 +08:00
Sheng e7bacb7d39 Updated minor version 2019-02-21 18:18:18 +08:00
Sheng d0533848f6 Pass max_workers to ThreadPoolExecutor 2019-02-21 18:11:18 +08:00
Sheng d22b0cdfd8 Use ThreadPoolExecutor instead of Thread 2019-02-21 17:45:38 +08:00
Sheng 9fbd5d325f Made tests compatible with tornado 4.5.3 2019-02-21 17:32:55 +08:00
Sheng b25fbd7b57 Changed exception error message 2019-02-21 16:12:48 +08:00
Sheng 4b27da5f38 Refactored handler.py 2019-02-21 16:03:23 +08:00
Sheng a82565bf2d Updated version to 1.0 2019-02-14 13:29:02 +08:00
Sheng 5a52b20feb Updated static files 2019-02-14 13:25:51 +08:00
Sheng d74c097471 Updated main.js 2019-02-14 13:00:43 +08:00
Sheng 824e6b9113 Refactored tests 2019-02-13 20:51:12 +08:00
Sheng 8922813142 Refactored tests 2019-02-13 11:40:44 +08:00
Sheng d389e32b85 Enhanced tests 2019-02-13 09:30:06 +08:00
Sheng a1c9378048 Support CORS 2019-01-23 21:48:03 +08:00
Sheng a6663c408e Updated version 2019-01-19 19:47:14 +08:00
Sheng 713ae1e8f1 Support cross origin connect 2019-01-19 19:19:45 +08:00
Sheng b4ca604518 Changed "|" to "or" 2019-01-19 16:57:03 +08:00
Sheng c35f801235 Support custom origin configuration 2019-01-19 16:46:25 +08:00
Sheng 8a8d741230 Refactored method is_forbidden 2019-01-16 22:58:49 +08:00
Sheng 9f6d900b23 Updated .travis.yml 2019-01-15 23:27:48 +08:00
Sheng 682ddbf65f Removed function for detecting whether the http(s) server is open to public 2019-01-15 23:02:14 +08:00
Sheng 2e0f06e650 Fixed is_same_primary_domain 2019-01-11 15:02:30 +08:00
Sheng 28f45bd9a6 Changed formatting 2019-01-10 22:54:11 +08:00
Sheng 918ec0ef91 pin pytest-cov==2.6.0 2019-01-10 22:38:29 +08:00
Sheng 5c8bd84b95 Added an option for configuring cross-origin websocket level 2019-01-10 22:09:32 +08:00
Sheng b51e823973 Updated version 2018-12-29 16:25:16 +08:00
Sheng 2653a3e35a Added function for limiting connections for every client(ip) 2018-12-29 16:16:06 +08:00
Sheng c126856daa Updated README 2018-12-15 21:40:16 +08:00
Sheng 47fb789a7e Updated version 2018-11-16 11:47:09 +08:00
Sheng 699b37d7a1 Updated test_app.py 2018-11-16 11:42:25 +08:00
Sheng d6d5f74f2a Added check_request method to MixinHandler 2018-11-15 21:40:59 +08:00
Sheng 32f303474e Updated test_app.py 2018-11-15 20:23:42 +08:00
Sheng 646621279b Updated test_policy.py 2018-11-15 19:49:45 +08:00