Skip to content
  1. Mar 29, 2016
  2. Mar 28, 2016
  3. Mar 26, 2016
  4. Mar 25, 2016
  5. Mar 23, 2016
  6. Mar 21, 2016
  7. Mar 20, 2016
    • Hannu Nyman's avatar
      luci-base: fix bug in util.lua in 'shellsqescape' · e2e26964
      Hannu Nyman authored
      
      
      Fix a bug introduced by #561
      
      Function 'shellsqescape' calls 'gsub' with the empty result string 'res'
      instead of the actual parameter 'value'. This leads into error:
      .../util.lua:160: bad argument #1 to 'gsub' (string expected, got nil)
      
      Fix error by passing the correct parameter to the function.
      
      After the fix, the unmount button introduced by #561 finally works.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      e2e26964
  8. Mar 19, 2016
  9. Mar 17, 2016
  10. Mar 16, 2016
    • Hannu Nyman's avatar
      Add support for showing ipv6 NAT table in Luci · a77ff300
      Hannu Nyman authored
      
      
      When kmod-nf-nat6 and kmod-ipt-nat6 are installed, the firewall has also
      the 'nat' table for ipv6, and packages like 'adblock' utilize that table.
      
      Currently that table is not shown on the Luci firewall status page,
      although it is visible by 'ip6tables -L -v -t nat' from console.
      
      Detect 'nat' table's presence from /proc/net/ip6_tables_names
      
      Show 'nat' table in Status->Firewall->IPv6 if that table is present.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      a77ff300
  11. Mar 12, 2016
  12. Mar 11, 2016
    • Hannu Nyman's avatar
      luci-base: Include Openwrt build revision in displayed version string · 50451c4a
      Hannu Nyman authored
      
      
      The version string displayed in the footer and the overview page contains
      both LuCI and Openwrt versions. But due to differences in the contents
      of /etc/openwrt_release the exact Openwrt revision r..... may be missing:
      * In trunk that revision is included in the DISTRIB_DESCRIPTION field that
        is displayed in Luci as the Openwrt version.
      * In release branches, that field contains the release number like 15.05.
      
      Revision number is always present in DISTRIB_REVISION field, so add the
      revision from that field in case the revision is not already present
      in the string.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      50451c4a
    • Jo-Philipp Wich's avatar
      Merge pull request #669 from hnyman/git-branch · ecb9ee8e
      Jo-Philipp Wich authored
      LuCI: Display the proper LuCI git branch in GUI
      ecb9ee8e
  13. Mar 10, 2016
    • Hannu Nyman's avatar
      LuCI: Display the proper LuCI git branch in GUI · 7553654b
      Hannu Nyman authored
      
      
      Adjust luci.mk and luci-base to find out correctly if Luci is built
      from master or from a branch. Display that value in the footer and
      the overview page.
      
      * Evaluate the git branch in luci.mk and pass that to LuCI submodules
        as a make variable. Use branch name, ignore tags.
      * Deprecate svn detection in luci-base's mkversion.sh that generates
        version.lua. Simply use the value passed by make.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      7553654b
  14. Mar 08, 2016
  15. Mar 07, 2016
  16. Mar 01, 2016
  17. Feb 29, 2016
  18. Feb 28, 2016
  19. Feb 26, 2016
  20. Feb 25, 2016
  21. Feb 24, 2016
  22. Feb 23, 2016
  23. Feb 22, 2016
  24. Feb 21, 2016