Skip to content

juise-0.5.10

Compare
Choose a tag to compare
@philshafer philshafer released this 30 Jan 04:24
· 331 commits to master since this release
  • 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
  • Merge pull request #11 from leventogut/develop
  • Multiline message for host key dynamic form
  • Plug in on device command completions
  • Prototypes of functions that mod_juise uses from elsewhere
  • Remove boxes in the output from commands run on device
  • Renaming flag_t to flag32_t to avoid conflicts with other libs
  • Topology command with emberjs
  • Use slaxBase64Decode from slax.h
  • configure.ac error message external link for libslax correction
  • since we reference slaxDecodeBase64, we need libslax includes and libs