Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Add "from_localhost" to IndexHandler and products template | Aaron LI | 2016-11-23 | 1 | -1/+13 |
| | |||||
* | webui: Redirect to login page if not authenticated on POST request | Aaron LI | 2016-11-18 | 1 | -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 authentication | Aaron LI | 2016-11-15 | 1 | -0/+19 |
Move the "IndexHandler" to separate module located at the "handlers/" directory. |