Skip to content
  1. Oct 28, 2015
  2. Oct 27, 2015
  3. Oct 25, 2015
  4. Oct 21, 2015
  5. Oct 20, 2015
  6. Oct 13, 2015
  7. Oct 12, 2015
  8. Oct 08, 2015
  9. Oct 07, 2015
  10. Oct 06, 2015
  11. Oct 05, 2015
  12. Oct 03, 2015
  13. Sep 29, 2015
  14. Sep 27, 2015
    • Hannu Nyman's avatar
      luci-app-statistics: reorganise menu items · da5b2518
      Hannu Nyman authored
      
      
      Reorganise the menu items of the Luci statistics module:
      
      * Re-label "Collectd" to "Setup" and place it after the "Graphs" items.
        - "Graphs" is used much more frequently so it should be first.
        - Change "Collectd" menu item to "Setup" to clarify things.
      
      * Re-label "System plugins" to "General plugins" to change sorting.
        "Network / Output / System" changes to "General / Network / Output"
        that is more logical order for the items.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      da5b2518
  15. Sep 26, 2015
  16. Sep 22, 2015
  17. Sep 17, 2015
  18. Sep 02, 2015
  19. Aug 30, 2015
    • Hannu Nyman's avatar
      statistics: remove references to Lucid from scripts · 0d5070c5
      Hannu Nyman authored
      Both init.d and uci-defaults scripts included in luci-app-statistics
      still contained stuff related to lucid, which package was removed by
      https://github.com/openwrt/luci/commit/91b97bc9
      
      
      
      Changes to scripts:
      * init.d: lucid reference removed,
                /var/etc creation moved earlier (before first possible use)
      * uci-defaults: lucid parameters & restart removed
        (but busybox httpd stuff was left intact, although it might be unnecessary)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      0d5070c5
  20. Aug 29, 2015
  21. Aug 28, 2015
  22. Aug 27, 2015
  23. Aug 26, 2015
    • Hannu Nyman's avatar
      firewall: validate max length of zone name · 34e875b3
      Hannu Nyman authored
      
      
      fw3 sets the maximum length of the zone name to 14 and
      ignores zone definitions with too long names.
      http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.h;hb=HEAD#l25
      http://nbd.name/gitweb.cgi?p=firewall3.git;a=blob;f=zones.c;hb=HEAD#l195
      
      Add a simple validation to ensure that the new zone name is short enough.
      This should fix issue #345
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      34e875b3