Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: utils: Remove three unused functions | Aaron LI | 2016-11-23 | 1 | -97/+0 |
| | |||||
* | webui/utils.py: Add function "gen_cookie_secret()" | Aaron LI | 2016-11-15 | 1 | -0/+13 |
| | |||||
* | webui: utils.py: Improve the docstring of "ip_in_network()" | Aaron LI | 2016-11-09 | 1 | -1/+7 |
| | |||||
* | webui: Add support of controlling the allowed hosts | Aaron LI | 2016-11-08 | 1 | -6/+29 |
| | |||||
* | webui: small misc changes | Aaron LI | 2016-11-07 | 1 | -0/+6 |
| | | | | | | * milligram.css: Remove the "sourceMappingURL" * main.js: Add "use strict"; * utils.py: Add a TODO task | ||||
* | webui: Add "utils.py" to get the IP address | Aaron LI | 2016-11-03 | 1 | -0/+72 |
FIXME/TODO: How to determine the WebSocket origin is in the same subnet as the server? An additional network mask required to determine this. How does this additional mask passed? |