Skip to content
  1. Apr 26, 2018
  2. Apr 25, 2018
  3. Apr 24, 2018
  4. Apr 22, 2018
  5. Apr 21, 2018
  6. Apr 19, 2018
    • Jo-Philipp Wich's avatar
      luci-base: properly handle repeated POST parameters · 172155eb
      Jo-Philipp Wich authored
      Restore the old luci.http behaviour of converting repeated POST params into
      single tables holding all values instead of letting each repeated parameter
      overwrite the value of the preceeding one.
      
      Fixes, among other things, the handling of CBI dynamic list values.
      
      Fixes #1752
      Fixes 59dea023
      
       ("luci-base: switch to lucihttp based POST data processing")
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      172155eb
    • Jo-Philipp Wich's avatar
      luci-base: implement session handling in luci.model.uci · 9b22c9c1
      Jo-Philipp Wich authored
      
      
      Introduce luci.model.uci.set_session_id() and luci.model.uci.get_session_id()
      to set and get the effective session ID respectively.
      
      When a session ID is set, it is sent as `ubus_rpc_session` attribute to rpcd,
      causing it to use per-session change directories, isolating LuCI changes from
      the global system uci state.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      9b22c9c1
  7. Apr 18, 2018
  8. Apr 10, 2018
  9. Apr 09, 2018
  10. Apr 08, 2018
  11. Apr 07, 2018
  12. Apr 06, 2018
  13. Apr 05, 2018
  14. Apr 04, 2018