Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Bind "ProductsDownloadHandler" to URI "/products/download/" | Aaron LI | 2016-11-24 | 1 | -0/+2 |
| | |||||
* | webui: Add "ProductsAJAXHandler" to manipulate the products manifest | Aaron LI | 2016-11-22 | 1 | -0/+6 |
| | | | | TODO: some actions currently not implemented yet | ||||
* | webui: Add "/debug" handler when in debug mode. | Aaron LI | 2016-11-22 | 1 | -0/+3 |
| | |||||
* | webui: app.py: Add new attributes and an option for ConsoleAJAXHandler | Aaron LI | 2016-11-17 | 1 | -8/+22 |
| | | | | | | | * Add new attributes "executor" and "task_status" for "console.py" * Define an option for the "executor" * Rename attribute "ws_clients" to "websockets" * Update docstring and comments | ||||
* | webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler" | Aaron LI | 2016-11-16 | 1 | -2/+8 |
| | | | | | NOTE: These two AJAX handlers are currently not finished! | ||||
* | webui: Rename "FG21simWSHandler" to "WSHandler" | Aaron LI | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | webui: Save connected WebSocket clients and allow broadcast | Aaron LI | 2016-11-15 | 1 | -1/+19 |
| | |||||
* | webui: To support password authentication | Aaron LI | 2016-11-15 | 1 | -8/+12 |
| | | | | | Move the "IndexHandler" to separate module located at the "handlers/" directory. | ||||
* | webui: Replace "make_application()" with Application class | Aaron LI | 2016-11-14 | 1 | -18/+17 |
| | |||||
* | webui: various small updates | Aaron LI | 2016-11-09 | 1 | -0/+3 |
| | |||||
* | webui: Rewrite "websocket.py" with "FG21simWSHandler" | Aaron LI | 2016-11-02 | 1 | -4/+9 |
| | | | | | | NOTE: This "FG21simWSHandler" is still very preliminary, and there are a lot of necessary functions need to be implemented. | ||||
* | webui: Build the Web UI using Tornado with WebSocket | Aaron LI | 2016-10-30 | 1 | -0/+37 |
Tornado: http://www.tornadoweb.org/ |