Skip to content
  1. Dec 28, 2017
  2. Dec 27, 2017
  3. Dec 26, 2017
  4. Dec 17, 2017
  5. Dec 15, 2017
  6. Dec 13, 2017
  7. Dec 09, 2017
  8. Dec 08, 2017
  9. Dec 07, 2017
  10. Dec 06, 2017
  11. Dec 05, 2017
  12. Dec 04, 2017
    • Dirk Brenken's avatar
      luci-app-adblock: fix minor visual issue · dce8ae85
      Dirk Brenken authored
      
      
      * fix visual issue in runtime section (originally provided by @ansuel)
      
      Signed-off-by: default avatarDirk Brenken <dev@brenken.org>
      dce8ae85
    • Jo-Philipp Wich's avatar
      Merge pull request #1459 from brianjmurrell/patch-1 · d2bbfa50
      Jo-Philipp Wich authored
      Fix bad argument #1 to 'tonumber'
      d2bbfa50
    • Brian J. Murrell's avatar
      Fix bad argument #1 to 'tonumber' · 2c2e7f5c
      Brian J. Murrell authored
      Fixes [FS#1118](https://bugs.lede-project.org/index.php?do=details&task_id=1118)
      
      Luci chokes on devices that do not have _iptables_ installed with:
      
      /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute function dispatcher target for entry '/'.
      The called action terminated with an exception:
      /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute firstchild dispatcher target for entry '/admin'.
      The called action terminated with an exception:
      /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute function dispatcher target for entry '/admin/status'.
      The called action terminated with an exception:
      /usr/lib/lua/luci/dispatcher.lua:460: Failed to execute template dispatcher target for entry '/admin/status/overview'.
      The called action terminated with an exception:
      /usr/lib/lua/luci/template.lua:97: Failed to execute template 'admin_status/index'.
      A runtime error occured: [string "/usr/lib/lua/luci/view/admin_status/index.h..."]:34: bad argument #1 to 'tonumber' (string expected, got nil)
      stack traceback:
      	[C]: in function 'assert'
      	/usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch'
      	/usr/lib/lua/luci/dispatcher.lua:141: in function </usr/lib/lua/luci/dispatcher.lua:140>
      
      The code should be more defensive.
      2c2e7f5c
  13. Nov 29, 2017
  14. Nov 24, 2017
    • Paul Spooren's avatar
      luci-app-attendedsysupgrade: use rpc-sys pkglist · 802d5b6b
      Paul Spooren authored
      
      
      The bash package rpcd-mod-packagelist is no longer required as it has
      been ported to rpc-sys by @dangowrt. The luci app now uses that feature.
      
      The packagelist.acls is no longer required and has been removed.
      
      luci-app-attendedsysupgrade: follow new server api
      
      a new api uses more status codes and headers instead of genric 400 code
      with json payload.
      
      show error message when ubus call fail
      
      fix typo
      
      more info here
      https://github.com/aparcar/attendedsysupgrade-server#response-status-codes
      
      luci-app-attendedsysupgrade: refactoring
      
      luci-app-attendedsysupgrade: use checksum
      
      now compares cgi-io md5 checksum with md5 of server
      as well checks if enough free memory is available to store image
      
      Added needed ACL to let Luci request "system info"
      
      rename "image" to "firmware" in output strings. This was requested as
      "unification"
      
      rpcd-mod-packelist used to return a variable called "packagelist", the
      new "rpc-sys packagelist" returns a variable called "packages". This has
      been adapted.
      
      Signed-off-by: default avatarPaul Spooren <paul@spooren.de>
      802d5b6b
  15. Nov 21, 2017
  16. Nov 19, 2017
  17. Nov 17, 2017
  18. Nov 12, 2017
    • Paul Spooren's avatar
      luci-app-attendedsysupgrade: use common · 4891deaf
      Paul Spooren authored
      
      
      use attendedsysupgrade-common package and rpc-sys instead of
      rpcd-mod-attendedsysupgrade
      
      luci-app-attendedsysupgrade: editable server url
      
      the server url can now be changed. The solution is kept as simple as
      possible to not introduce any lua code.
      
      Small cleanup, but needs a refactoring.
      
      Add acl rights to edit the attendedsysupgrade file
      
      Add cgi-io as a dependencie to upload image to router
      
      Signed-off-by: default avatarPaul Spooren <paul@spooren.de>
      4891deaf
  19. Nov 11, 2017
  20. Nov 10, 2017