Skip to content
  1. May 05, 2018
  2. May 03, 2018
  3. May 02, 2018
  4. May 01, 2018
  5. Apr 30, 2018
  6. Apr 28, 2018
  7. Apr 26, 2018
  8. Apr 25, 2018
  9. Apr 24, 2018
  10. Apr 23, 2018
  11. Apr 22, 2018
  12. Apr 21, 2018
    • Jo-Philipp Wich's avatar
      luci-base: ship rpcd uci access ACL · 62804877
      Jo-Philipp Wich authored
      
      
      Ship an ACL definition for granting full read/write access to uci
      configuration files via ubus rpc. This is a precondition for enabling
      uci session isolation later on.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      62804877
    • Jo-Philipp Wich's avatar
      77aa96c5
    • Admin Localnet's avatar
      luci-app-lxc: various changes · de0d16e4
      Admin Localnet authored
      
      
      1) Modify dependencies
      
      Add dependencies required for to be able use containers created from
      "images.linuxcontainers.org". Several of them require "lxc-attach" for set
      password so to be able login. None of them has SSH preinstalled so
      "lxc-console" is required to be able login and install SSH, for example.
      
      Remove dependency "xz", it seems incompatible with LXC_BUSYBOX_OPTIONS when
      both are enabled happens a build crash.
      
      2) Change container image repository
      
      The repository "virtualwrt.org/containers/" seems to not work, I have change
      it by the official LXC container image repository.
      
      3) Translate the arch
      
      Translate the local uname architecture to a valid "images.linuxcontainers.org"
      arch. Only tested with the platform "mvebu" (armv7l -> armhf).
      
      4) Other minor fixes
      
      Use same server to list images and download the image.
      Disable GPG check when listing images.
      
      Reported-by: default avatar"Admin Localnet <localnet@users.noreply.github.com&gt;">
      
      [Squashed commits, cleaned up whitespace, refactor arch mapping, escape url
       setting, use system wide ubus helper, use uci model library]
      
      Closes: #1422
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      de0d16e4
  13. Apr 20, 2018
  14. 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