Skip to content
  1. Oct 12, 2015
  2. Oct 08, 2015
  3. Oct 07, 2015
  4. Oct 06, 2015
  5. Oct 05, 2015
  6. Oct 03, 2015
  7. Sep 29, 2015
  8. 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
  9. Sep 26, 2015
  10. Sep 22, 2015
  11. Sep 17, 2015
  12. Sep 02, 2015
  13. 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
  14. Aug 29, 2015
  15. Aug 28, 2015
  16. Aug 27, 2015
  17. 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
  18. Aug 23, 2015
  19. Aug 22, 2015
    • Srdjan Rosic's avatar
      Enable setting --script-security in client mode. · 82fecb77
      Srdjan Rosic authored
        This is useful in client mode as well, since it allows one to use --route-noexec and --up <cmd> or --route-up <cmd> to create routes manually instead of relying on whatever routes vpn server pushes down to the client.
        mode=server dependency in luci was introduced together with script_security by mmunz back in 2011.with no explanation in the commit why mode=server was there.
      82fecb77
  20. Aug 19, 2015
    • Hannu Nyman's avatar
      statistics: fix ping graph label regression · b7b6ed74
      Hannu Nyman authored
      
      
      Earlier update to collectd 5.4.1 changed the field from "ping" to "value",
      which was changed in the graph definition here, but the label definition
      was forgotten. Field's label now reads "ping_IPaddr_value".
      
      Correct the label definition to show only IPaddr like the other two graphs.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      b7b6ed74
  21. Aug 18, 2015
    • Hannu Nyman's avatar
      statistics: fix conntrack regression caused by collectd 5.5.0 · ff9da6cb
      Hannu Nyman authored
      
      
      Collectd 5.5.0 introduced new data to conntrack plugin:
      In addition to the number of tracked connections there is also
      the static max conntrack value and the calculated use percentage.
      
      Luci's conntrack plugin intrepretes "conntrack-max" as a new data instance
      and includes it in the graph in addition to the real "conntrack" number.
      
      Eliminate "max" from graph by specifying empty "" instance as data source.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      ff9da6cb
  22. Jul 22, 2015
  23. Jul 12, 2015
  24. Jul 03, 2015
  25. Jun 22, 2015
    • kdarbyshirebryant's avatar
      Delete luci-upnp · 387a06bb
      kdarbyshirebryant authored
      Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade.
      I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.
      387a06bb
  26. Jun 16, 2015