| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functions | Aaron LI | 2016-11-16 | 1 | -0/+56 |
* | configs/manager.py: Also dump the "userconfig" value | Aaron LI | 2016-11-16 | 1 | -1/+4 |
* | webui: Rename "scroll_target()" to "scrollTarget()" and export it | Aaron LI | 2016-11-16 | 1 | -17/+16 |
* | webui: WSHandler: Remove the "name" attribute | Aaron LI | 2016-11-15 | 1 | -24/+17 |
* | webui: Push current configs to client when opened WebSocket connection | Aaron LI | 2016-11-15 | 1 | -1/+20 |
* | webui: Some minor changes | Aaron LI | 2016-11-15 | 3 | -3/+5 |
* | webui: Rename "FG21simWSHandler" to "WSHandler" | Aaron LI | 2016-11-15 | 3 | -4/+4 |
* | webui: Save connected WebSocket clients and allow broadcast | Aaron LI | 2016-11-15 | 2 | -12/+38 |
* | configs/manager.py: Keep configuration file comments | Aaron LI | 2016-11-15 | 1 | -6/+12 |
* | webui: Split "handers/configs.py" from "handlers/websocket.py" | Aaron LI | 2016-11-15 | 2 | -246/+268 |
* | webui: Place handlers under the directory "hnadlers/" | Aaron LI | 2016-11-15 | 4 | -4/+5 |
* | webui: Implement login support (password authentication) | Aaron LI | 2016-11-15 | 4 | -0/+105 |
* | webui: Fix the issues due to the split of "header-{base,index}.html" | Aaron LI | 2016-11-15 | 4 | -27/+19 |
* | webui: Enhance the "base.html" and simplify the "index.html" | Aaron LI | 2016-11-15 | 2 | -16/+11 |
* | webui: Split "header.html" into "header-{base,index}.html" | Aaron LI | 2016-11-15 | 2 | -12/+32 |
* | webui: To support password authentication | Aaron LI | 2016-11-15 | 3 | -8/+34 |
* | webui/utils.py: Add function "gen_cookie_secret()" | Aaron LI | 2016-11-15 | 1 | -0/+13 |
* | bin/fg21sim-webui: Add options "host" to allow localhost access only | Aaron LI | 2016-11-15 | 2 | -8/+19 |
* | webui: Change log toggle icons opacity according to toggle status | Aaron LI | 2016-11-15 | 2 | -4/+10 |
* | webui: websocket.py: Accept "~" for the "userconfig" | Aaron LI | 2016-11-15 | 1 | -2/+2 |
* | configs/manager.py: Expand "~" when read userconfig | Aaron LI | 2016-11-15 | 1 | -0/+3 |
* | webui: Fix the wrong value "galactic/freefree" to "galactic/snr" | Aaron LI | 2016-11-15 | 2 | -2/+3 |
* | webui: Replace "make_application()" with Application class | Aaron LI | 2016-11-14 | 4 | -23/+21 |
* | webui: Show a modal box indicating there are invalid configs | Aaron LI | 2016-11-13 | 4 | -6/+10 |
* | webui: Import "jQuery Modal" v0.8.0 | Aaron LI | 2016-11-13 | 2 | -0/+317 |
* | webui: Store config validity; Check before start task | Aaron LI | 2016-11-13 | 2 | -9/+17 |
* | webui: Fix various bugs with get/set configurations | Aaron LI | 2016-11-11 | 2 | -9/+76 |
* | webui: configs.html: Set single checkbox with "data-type" of "boolean" | Aaron LI | 2016-11-11 | 1 | -10/+10 |
* | webui: websocket.py: Ignore "configfile"; Allow set "userconfig" | Aaron LI | 2016-11-11 | 1 | -5/+10 |
* | configs/checkers.py: Check missing before validating the values | Aaron LI | 2016-11-11 | 1 | -4/+12 |
* | webui: bin/fg21sim-webui: implement argument "--no-browser" | Aaron LI | 2016-11-10 | 1 | -2/+8 |
* | Bump version to 0.2.0v0.2.0 | Aaron LI | 2016-11-09 | 1 | -1/+1 |
* | webui: Add the foreground simulation task to ConsoleHandler | Aaron LI | 2016-11-09 | 2 | -2/+89 |
* | webui: Some minor updates | Aaron LI | 2016-11-09 | 3 | -3/+12 |
* | utils/healpix.py: Fix the import issue | Aaron LI | 2016-11-09 | 1 | -1/+1 |
* | webui: Allow to toggle and delete the logging messages | Aaron LI | 2016-11-09 | 2 | -0/+64 |
* | webui: Append server-pushed logging messages to the logging box | Aaron LI | 2016-11-09 | 3 | -4/+62 |
* | webui: consolehandler.py: Fix a minor bug | Aaron LI | 2016-11-09 | 1 | -5/+5 |
* | webui: Implement status updating function | Aaron LI | 2016-11-09 | 3 | -3/+128 |
* | webui: Add "ConsoleHandler" to handle the "console" type message | Aaron LI | 2016-11-09 | 2 | -12/+219 |
* | webui: Add "WebSocketLogHandler" to push log to client through WebSocket | Aaron LI | 2016-11-09 | 1 | -0/+61 |
* | webui: various small updates | Aaron LI | 2016-11-09 | 6 | -15/+34 |
* | webui: utils.py: Improve the docstring of "ip_in_network()" | Aaron LI | 2016-11-09 | 1 | -1/+7 |
* | webui: Add support of controlling the allowed hosts | Aaron LI | 2016-11-08 | 2 | -13/+47 |
* | bin/fg21sim-webui: Use "tornado.options" instead of "argparse" | Aaron LI | 2016-11-08 | 1 | -12/+34 |
* | webui: Add "Source Sans Pro" and "Source Code Pro" web fonts | Aaron LI | 2016-11-08 | 5 | -0/+0 |
* | webui: websocket.js: Fix the bug for sending data to the server | Aaron LI | 2016-11-08 | 1 | -1/+2 |
* | configs/manager.py: Implement the "save()" method | Aaron LI | 2016-11-08 | 1 | -6/+19 |
* | webui: Add validation errors support | Aaron LI | 2016-11-08 | 2 | -31/+76 |
* | webui: main.css: Update invalid input styles | Aaron LI | 2016-11-08 | 1 | -0/+8 |