Skip to content
  1. Mar 20, 2024
  2. Mar 19, 2024
  3. Mar 18, 2024
  4. Mar 17, 2024
    • Daniel Nilsson's avatar
      luci-app-dockerman: check for existing IPAM config · a5d7ce06
      Daniel Nilsson authored
      
      
      This was added in upstream with https://github.com/lisaac/luci-app-dockerman/commit/7292955a1b415bb60fa2e403bb3a437b4b7f7846 so should be fine for us to add it.
      
      Signed-off-by: default avatarDaniel Nilsson <daniel.nilsson94@outlook.com>
      a5d7ce06
    • Hannu Nyman's avatar
      Revert "luci-base: force menu to regenerate after uci change" · f2a49104
      Hannu Nyman authored
      This reverts commit 97ebdcbd.
      
      The commit seems to cause errors already before the login screen.
      Discussion in https://github.com/openwrt/luci/commit/97ebdcbd
      
      #commitcomment-139871175
      
      Errors like:
      
       In error(), file [C]
       called from function [anonymous function] (/usr/lib/lua/luci/ucodebridge.lua:23)
       called from function ((tail call))
       In [anonymous function](), file /usr/share/ucode/luci/runtime.uc, line 148, byte 45:
         called from function build_pagetree (/usr/share/ucode/luci/dispatcher.uc:382:73)
         called from function menu_json (/usr/share/ucode/luci/dispatcher.uc:439:26)
         called from function [anonymous function] (/usr/share/ucode/luci/dispatcher.uc:898:24)
         called from anonymous function (/www/cgi-bin/luci:39:13)
      
        `        return lcall.call(modname, method, ...args);`
         Near here ----------------------------------------^
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      f2a49104