aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/console.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: Minor update the docstring.Aaron LI2016-11-191-1/+1
|
* webui: console.py: Fix the wrong import path for "Foregrounds"Aaron LI2016-11-181-1/+1
|
* webui: Redirect to login page if not authenticated on POST requestAaron LI2016-11-181-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 reportsAaron LI2016-11-181-2/+16
|
* webui: console.py: Change to request/response instead of WebSocketAaron LI2016-11-171-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 LI2016-11-151-0/+275