You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --create-db command line option to mixer to create the database
Add script to build/package juise for cygwin
Add wrapper script to start/stop lighttpd
Added a new config boolean option require_auth
Added a wrapper function in juise.c that will rewrite the url to fix
Added return HTTP status codes at few failure cases
Added two options to Juise, rpc-on-box a flag that tells that we are
Convert \n into line breaks when rendering
If auth header is found, it will parse username and password from auth hash and send it to juise through stdin in the first two lines
Juise reads first two lines from stdin as username and password, set
Juise.c is modified to read Content-Type header and if application/xml
Modified juise.c to read Accept header in standard MIME and execute
Show username and hostname when prompting for password
require_auth, when set to 1, will make mod_juise expect HTTP Basic auth header in the request and returns 401 if auth header is missing
-Show location using emberjs
Add MapView
Add onCompletion hook to runCommand
Adding Pseudo view to application template and enabling device connect option for preferences
Aligning input fields for dynamic forms
Bring back debug container
Close and collapse/expand buttons for command outputs using IconView and action functions
Close muxer connection on clicking cancel from password prompt
Do not close muxer on dialog destroy but only when close is clicked
Do not display debug container when not enabled
Do not replace action functions, instead append our function to existing action functions hash
Fancy box with emberjs
Fix URL for libcurl
Fix compiler warnings
Generic IconView to use icon buttons
Handle close on device prompt dialogues
Hide debug container when disabled
Junos RPC with corresponding Junos output format
Let runCommand be used with DOm elements without views using pseudo views