1. 26 Sep, 2015 6 commits
    • Franco Fichtner's avatar
      wizard: improve WAN/LAN setup · 3f62d28e
      Franco Fichtner authored
      Not sure why "Static" should be special.  Skipping over LAN setup
      is ok, skipping over admin password change is NOT.
      
      (cherry picked from commit 1370b96d)
      3f62d28e
    • Franco Fichtner's avatar
      wizard: improve IP validation · 5d5293c1
      Franco Fichtner authored
      JS regex validation should die, but so should this wizard so
      just touch up on the subject of IP validation, improving:
      
      o Allow leading zeros
      o Fail on x.x.x.0
      
      (cherry picked from commit 904029d1)
      5d5293c1
    • Franco Fichtner's avatar
      wizard: some sanity improvements · 5cd3650c
      Franco Fichtner authored
      o We could potentially pass files using xml=../../xxx, so just
        hardcode the wizards we know for now.  I don't expect them to
        grow, otherwise we may be able to do a directory expand.
      
      o Move xml files out of the /usr/local/www/wizards into /usr/local/wizard.
      
      o Move the include file to the normal include path /usr/local/etc/inc.
      
      o Allow the menu to always expand to the setup wizard, even though
        we many be triggering the OpenVPN wizard.  This gives a consistent
        feel of navigation, especially since POST requests hide the invoked
        wizard later on anyway.
      
      (cherry picked from commit f5eb5ea8)
      5cd3650c
    • Jos Schellevis's avatar
      (systemhealth) First commit WIP · 836cbca4
      Jos Schellevis authored
      836cbca4
    • Franco Fichtner's avatar
      firmware: improve package info API output · b93c6cbf
      Franco Fichtner authored
      o Convert pkg-info to pkg-query.
      o Thin out unused fields.
      o Add flatsize to GUI.
      o Way faster.  :D
      b93c6cbf
    • Franco Fichtner's avatar
      f9118d63
  2. 24 Sep, 2015 20 commits
  3. 21 Sep, 2015 14 commits