aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/index.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: Add "from_localhost" to IndexHandler and products templateAaron LI2016-11-231-1/+13
|
* webui: Redirect to login page if not authenticated on POST requestAaron LI2016-11-181-4/+1
| | | | | | * 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: To support password authenticationAaron LI2016-11-151-0/+19
Move the "IndexHandler" to separate module located at the "handlers/" directory.