aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
Commit message (Expand)AuthorAgeFilesLines
* webui: websocket.py: Ignore "configfile"; Allow set "userconfig"Aaron LI2016-11-111-5/+10
* configs/checkers.py: Check missing before validating the valuesAaron LI2016-11-111-4/+12
* Bump version to 0.2.0v0.2.0Aaron LI2016-11-091-1/+1
* webui: Add the foreground simulation task to ConsoleHandlerAaron LI2016-11-092-2/+89
* webui: Some minor updatesAaron LI2016-11-092-1/+12
* utils/healpix.py: Fix the import issueAaron LI2016-11-091-1/+1
* webui: Allow to toggle and delete the logging messagesAaron LI2016-11-092-0/+64
* webui: Append server-pushed logging messages to the logging boxAaron LI2016-11-093-4/+62
* webui: consolehandler.py: Fix a minor bugAaron LI2016-11-091-5/+5
* webui: Implement status updating functionAaron LI2016-11-093-3/+128
* webui: Add "ConsoleHandler" to handle the "console" type messageAaron LI2016-11-092-12/+219
* webui: Add "WebSocketLogHandler" to push log to client through WebSocketAaron LI2016-11-091-0/+61
* webui: various small updatesAaron LI2016-11-096-15/+34
* webui: utils.py: Improve the docstring of "ip_in_network()"Aaron LI2016-11-091-1/+7
* webui: Add support of controlling the allowed hostsAaron LI2016-11-082-13/+47
* webui: Add "Source Sans Pro" and "Source Code Pro" web fontsAaron LI2016-11-085-0/+0
* webui: websocket.js: Fix the bug for sending data to the serverAaron LI2016-11-081-1/+2
* configs/manager.py: Implement the "save()" methodAaron LI2016-11-081-6/+19
* webui: Add validation errors supportAaron LI2016-11-082-31/+76
* webui: main.css: Update invalid input stylesAaron LI2016-11-081-0/+8
* webui: configs.js: Split out functions "{g,s}etFormConfigSingle()"Aaron LI2016-11-071-73/+90
* webui: Add "required" attribute for configuration form fieldsAaron LI2016-11-071-22/+22
* webui: Fix input[type=number] validation; Add input validation stylesAaron LI2016-11-072-12/+20
* configs/checkers.py: Add "check_common()"Aaron LI2016-11-071-0/+25
* webui: Use code (monospace font) style for some text inputsAaron LI2016-11-072-26/+26
* webui: small misc changesAaron LI2016-11-073-2/+8
* webui: Implement reset form and load configuration files functionsAaron LI2016-11-074-60/+238
* configs: Add parameters "min" and "max" to float-type optionsAaron LI2016-11-073-10/+10
* configs: Change "logging/filemode" to boolean "logging/appendmode"Aaron LI2016-11-072-4/+4
* configs/manager.py: Replace a filter with list comprehensionAaron LI2016-11-071-4/+1
* webui: websocket.py: Use flattened configs; Change "data" to "keys"Aaron LI2016-11-061-3/+3
* configs/manager.py: Support flattening dumped configs (nested dict)Aaron LI2016-11-061-6/+98
* webui: Add "configs.js" with basic support with interact with serverAaron LI2016-11-051-0/+127
* webui: websocket.py: Support "reset", "load", "save" actions.Aaron LI2016-11-051-18/+105
* webui: websocket.py: Make the response message more consistentAaron LI2016-11-041-11/+24
* webui: websocket.py: Implement "set" action for "_handle_configs()"Aaron LI2016-11-042-16/+39
* webui: websocket.py: Implement the "get" part of "_handle_configs()"Aaron LI2016-11-041-5/+118
* webui: websocket.py: Fix wrong exception handlingAaron LI2016-11-041-19/+17
* webui: Update server & client sides WebSocket handlersAaron LI2016-11-042-24/+104
* configs/manager.py: Add method "check_all()" using "check_configs()"Aaron LI2016-11-041-0/+31
* Update to use renamed "check_configs()" instead of "validate_configs()"Aaron LI2016-11-041-1/+1
* configs: Rename "validate.py" and update "validate_configs()"Aaron LI2016-11-041-24/+36
* configs/manager.py: Implement "setn()" to set an option valueAaron LI2016-11-041-6/+86
* configs/manager.py: getn(): remove par. "sep"; handle exceptionAaron LI2016-11-031-12/+16
* configs/manager.py: Reset before loading user config file againAaron LI2016-11-031-12/+10
* webui: Add a manual reconnection button to the header bannerAaron LI2016-11-033-6/+60
* webui: Add "utils.py" to get the IP addressAaron LI2016-11-032-11/+85
* configs/manager.py: Add method "reset()" and attribute "userconfig"Aaron LI2016-11-031-1/+16
* webui: Rewrite "websocket.py" with "FG21simWSHandler"Aaron LI2016-11-022-12/+88
* configs/manager.py: Keep a copy of default configs; Add "dump()"Aaron LI2016-11-021-5/+42