index
:
fg21sim.git
gh-pages
master
ps
Simulate foreground for 21cm EoR signal detection
Git Repositories Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fg21sim
/
webui
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
webui: Fix a bug for "showModal()"; Cleanup ".onmessage()"
Aaron LI
2016-11-17
2
-16
/
+6
*
configs: Update logging message format
Aaron LI
2016-11-17
1
-2
/
+8
*
webui: console.js: Change to use AJAX instead of WebSocket messages
Aaron LI
2016-11-17
2
-42
/
+65
*
webui: console.py: Change to request/response instead of WebSocket
Aaron LI
2016-11-17
1
-198
/
+145
*
webui: WebSocketLogHandler: Support push to multiple websockets
Aaron LI
2016-11-17
1
-13
/
+15
*
webui: app.py: Add new attributes and an option for ConsoleAJAXHandler
Aaron LI
2016-11-17
2
-10
/
+24
*
webui: login.html: Auto focus the password input
Aaron LI
2016-11-17
1
-1
/
+1
*
webui: Support IE11; Fix a missing quotation.
Aaron LI
2016-11-17
2
-3
/
+8
*
webui: websocket.py: Remove on_message(); Only push messages to client
Aaron LI
2016-11-17
1
-77
/
+30
*
webui: Move "password" option definition to "login.py"
Aaron LI
2016-11-17
1
-1
/
+9
*
webui: login: Submit login form on "Enter" key
Aaron LI
2016-11-17
2
-1
/
+28
*
webui: configs.html: Add section toggling support
Aaron LI
2016-11-17
1
-447
/
+522
*
webui: console.html: Remove extra modal "#console-invalid-configs"
Aaron LI
2016-11-17
3
-44
/
+58
*
webui: configs.js: Rename "showConfigsModal" to "showModalConfigs()"
Aaron LI
2016-11-17
1
-11
/
+11
*
webui: Implement "showModal()" in "main.js" allowing use in others
Aaron LI
2016-11-17
2
-43
/
+57
*
webui: main.js: Refactor out the function "toggleBlock()"
Aaron LI
2016-11-17
1
-22
/
+20
*
webui: console.html: Re-organize structures to support section toggle
Aaron LI
2016-11-17
1
-39
/
+44
*
webui: Support toggle the body/contents of sections
Aaron LI
2016-11-17
2
-3
/
+38
*
webui: Add panel toggle and allow expand/collapse its body
Aaron LI
2016-11-17
3
-2
/
+37
*
webui: configs.js: Confirm before reset the configurations
Aaron LI
2016-11-17
1
-2
/
+20
*
webui: configs.js: Confirm before overwrite the configuration file
Aaron LI
2016-11-17
1
-18
/
+74
*
webui: configs.py: Add "exists" action support through GET
Aaron LI
2016-11-17
1
-0
/
+40
*
webui: configs.js: Re-implement using AJAX instead of WebSocket
Aaron LI
2016-11-16
2
-92
/
+221
*
webui: configs.py: Re-implement using AJAX instead of WebSocket
Aaron LI
2016-11-16
1
-103
/
+110
*
webui: websocket.py: Do not handle "configs" and "console" messages
Aaron LI
2016-11-16
1
-32
/
+6
*
webui: Add AJAX handlers "ConfigsAJAXHandler" & "ConsoleAJAXHandler"
Aaron LI
2016-11-16
2
-2
/
+10
*
webui: configs.html: Add XSRF token and a modal dialog container
Aaron LI
2016-11-16
1
-0
/
+3
*
webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functions
Aaron LI
2016-11-16
1
-0
/
+56
*
webui: Rename "scroll_target()" to "scrollTarget()" and export it
Aaron LI
2016-11-16
1
-17
/
+16
*
webui: WSHandler: Remove the "name" attribute
Aaron LI
2016-11-15
1
-24
/
+17
*
webui: Push current configs to client when opened WebSocket connection
Aaron LI
2016-11-15
1
-1
/
+20
*
webui: Some minor changes
Aaron LI
2016-11-15
3
-3
/
+5
*
webui: Rename "FG21simWSHandler" to "WSHandler"
Aaron LI
2016-11-15
3
-4
/
+4
*
webui: Save connected WebSocket clients and allow broadcast
Aaron LI
2016-11-15
2
-12
/
+38
*
webui: Split "handers/configs.py" from "handlers/websocket.py"
Aaron LI
2016-11-15
2
-246
/
+268
*
webui: Place handlers under the directory "hnadlers/"
Aaron LI
2016-11-15
4
-4
/
+5
*
webui: Implement login support (password authentication)
Aaron LI
2016-11-15
4
-0
/
+105
*
webui: Fix the issues due to the split of "header-{base,index}.html"
Aaron LI
2016-11-15
4
-27
/
+19
*
webui: Enhance the "base.html" and simplify the "index.html"
Aaron LI
2016-11-15
2
-16
/
+11
*
webui: Split "header.html" into "header-{base,index}.html"
Aaron LI
2016-11-15
2
-12
/
+32
*
webui: To support password authentication
Aaron LI
2016-11-15
2
-8
/
+31
*
webui/utils.py: Add function "gen_cookie_secret()"
Aaron LI
2016-11-15
1
-0
/
+13
*
bin/fg21sim-webui: Add options "host" to allow localhost access only
Aaron LI
2016-11-15
1
-3
/
+3
*
webui: Change log toggle icons opacity according to toggle status
Aaron LI
2016-11-15
2
-4
/
+10
*
webui: websocket.py: Accept "~" for the "userconfig"
Aaron LI
2016-11-15
1
-2
/
+2
*
webui: Fix the wrong value "galactic/freefree" to "galactic/snr"
Aaron LI
2016-11-15
2
-2
/
+3
*
webui: Replace "make_application()" with Application class
Aaron LI
2016-11-14
3
-21
/
+19
*
webui: Show a modal box indicating there are invalid configs
Aaron LI
2016-11-13
4
-6
/
+10
*
webui: Import "jQuery Modal" v0.8.0
Aaron LI
2016-11-13
2
-0
/
+317
*
webui: Store config validity; Check before start task
Aaron LI
2016-11-13
2
-9
/
+17
[prev]
[next]