| Commit message (Expand) | Author | Age | Files | Lines |
* | webui: products.py: Add new "ProductsDownloadHandler" | Aaron LI | 2016-11-24 | 2 | -2/+75 |
* | webui: ProductsAJAXHandler: implement the "open" GET action | Aaron LI | 2016-11-23 | 1 | -3/+59 |
* | webui: products: Implement GET action "which" | Aaron LI | 2016-11-23 | 1 | -0/+17 |
* | webui: Add "from_localhost" to IndexHandler and products template | Aaron LI | 2016-11-23 | 1 | -1/+13 |
* | webui: WSHandler: remove "check_origin()" and "hosts_allowed" option | Aaron LI | 2016-11-23 | 1 | -43/+0 |
* | webui: products: Implement HPX conversion function | Aaron LI | 2016-11-22 | 1 | -2/+26 |
* | webui: Add "ProductsAJAXHandler" to manipulate the products manifest | Aaron LI | 2016-11-22 | 2 | -0/+174 |
* | webui: Add "/debug" handler when in debug mode. | Aaron LI | 2016-11-22 | 1 | -0/+7 |
* | webui: configs: Some minor fixes | Aaron LI | 2016-11-22 | 1 | -3/+11 |
* | webui: websocket.py: Also push current task status when connected | Aaron LI | 2016-11-21 | 1 | -0/+16 |
* | Update the "process time" to "CPU process time" | Aaron LI | 2016-11-21 | 1 | -2/+2 |
* | webui: Minor update the docstring. | Aaron LI | 2016-11-19 | 2 | -2/+6 |
* | webui: console.py: Fix the wrong import path for "Foregrounds" | Aaron LI | 2016-11-18 | 1 | -1/+1 |
* | webui: Redirect to login page if not authenticated on POST request | Aaron LI | 2016-11-18 | 3 | -7/+1 |
* | webui: console.py: Add timing reports | Aaron LI | 2016-11-18 | 1 | -2/+16 |
* | webui: console.py: Change to request/response instead of WebSocket | Aaron LI | 2016-11-17 | 1 | -198/+145 |
* | webui: WebSocketLogHandler: Support push to multiple websockets | Aaron LI | 2016-11-17 | 1 | -13/+15 |
* | webui: app.py: Add new attributes and an option for ConsoleAJAXHandler | Aaron LI | 2016-11-17 | 1 | -2/+2 |
* | webui: websocket.py: Remove on_message(); Only push messages to client | Aaron LI | 2016-11-17 | 1 | -77/+30 |
* | webui: Move "password" option definition to "login.py" | Aaron LI | 2016-11-17 | 1 | -1/+9 |
* | webui: configs.py: Add "exists" action support through GET | Aaron LI | 2016-11-17 | 1 | -0/+40 |
* | webui: configs.py: Re-implement using AJAX instead of WebSocket | Aaron LI | 2016-11-16 | 1 | -103/+110 |
* | webui: websocket.py: Do not handle "configs" and "console" messages | Aaron LI | 2016-11-16 | 1 | -32/+6 |
* | webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler" | Aaron LI | 2016-11-16 | 1 | -0/+2 |
* | 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: Rename "FG21simWSHandler" to "WSHandler" | Aaron LI | 2016-11-15 | 2 | -2/+2 |
* | webui: Save connected WebSocket clients and allow broadcast | Aaron LI | 2016-11-15 | 1 | -11/+19 |
* | 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 | -0/+773 |
* | webui: Implement login support (password authentication) | Aaron LI | 2016-11-15 | 3 | -0/+75 |
* | webui: To support password authentication | Aaron LI | 2016-11-15 | 1 | -0/+19 |