Skip to content
  1. Jun 28, 2018
  2. Jun 27, 2018
  3. Jun 26, 2018
  4. Jun 25, 2018
  5. Jun 23, 2018
  6. Jun 22, 2018
  7. Jun 17, 2018
  8. Jun 16, 2018
  9. Jun 14, 2018
    • Florian Eckert's avatar
      luci-mod-admin-full: fix empty SSH-Keys issue · 0251603f
      Florian Eckert authored
      
      
      If you delete all ssh keys in the textarea then LuCI will rais an error.
      So if you added one ssh-key to the textarea and then you want to delete them
      again that is not possbile in LuCI.
      To fix this remove "rmempty" attribute and add a remove function which will
      called if the textarea is empty.
      
      Signed-off-by: default avatarFlorian Eckert <fe@dev.tdt.de>
      0251603f
  10. Jun 11, 2018
  11. Jun 10, 2018
  12. Jun 08, 2018
  13. Jun 06, 2018
  14. Jun 03, 2018
    • Jo-Philipp Wich's avatar
      luci-base: cbi: atomically reorder uci sections · 2d352a92
      Jo-Philipp Wich authored
      
      
      Since the switch to ubus uci operations we do not have a local application-
      side cursor cache anymore, instead uci operations happen synchronously in
      the rpcd backend server.
      
      This may cause cbi section reorder operations involving multiple elements
      to fail, because anonymous section hashes may change due to rehashing
      between consecutive ubus uci reorder calls.
      
      In order to avoid that problem, use the ubus uci batch reorder extension,
      which allows to pass a complete (or partial) list of section ids in the
      desired order in one call, bypassing the volatile section id problem.
      
      Fixes #1844.
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      2d352a92
  15. May 31, 2018