Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+0 |
| | | | | | | * Remove the authentication requirement on GET operation * "main.js": Redirect to the login page if POST response 403 forbidden * "main.js": Use global AJAX events handling instead of `$.ajaxSetup()` | ||||
* | 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 |
| | | | | | | | | * Rename to "ConsoleAJAXHandler" * Change to use the request/response model, which accepts the AJAX request and then response. * Update logging handler to push messages to all connected clients * Many simplifications and rewrites. | ||||
* | webui: Place handlers under the directory "hnadlers/" | Aaron LI | 2016-11-15 | 1 | -0/+275 |