Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Aug 11, 2021
  3. Aug 10, 2021
  4. Jul 23, 2021
  5. Jul 17, 2021
  6. Jul 15, 2021
  7. Jul 13, 2021
  8. Jul 12, 2021
  9. Jul 11, 2021
    • Matthias Schiffer's avatar
      gluon.mk: fix indentation · 3386221e
      Matthias Schiffer authored
      A leading tab character usually marks recipe lines in Makefiles;
      non-recipe lines must be indented using spaces.
      
      The incorrect tab character doesn't seen to have caused any issues in
      this case, but it should be fixed nonetheless, if only for consistency.
      Unverified
      3386221e
  10. Jul 01, 2021
  11. Jun 29, 2021
  12. Jun 26, 2021
  13. Jun 21, 2021
  14. Jun 16, 2021
  15. Jun 15, 2021
  16. Jun 14, 2021
  17. Jun 12, 2021
  18. Jun 07, 2021
  19. Jun 05, 2021
  20. Jun 04, 2021
  21. May 22, 2021
    • David Bauer's avatar
      mesh-vpn: fully abstract VPN methods · 98a1c196
      David Bauer authored
      
      This fully abstracts VPN methods, making gluon-mesh-vpn-fastd and
      gluon-mesh-vpn-tunneldigger completely self-contained.
      
      Provide a LUA interface for generic interacting with VPN methods in
      gluon-mesh-vpn-core and web packages.
      
      This also adds the ability to install tunneldigger and fastd to the same
      image, selecting the VPN method based on the selected domain.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      98a1c196
  22. May 18, 2021
  23. May 14, 2021
    • Matthias Schiffer's avatar
      gluon-config-mode-core: unconditionally run gluon-reconfigure · 42335a07
      Matthias Schiffer authored
      Simplify the individual form providers by always running reconfigure. This
      also commits all UCI packages, so we can remove all tracking of UCI
      sections from the wizard code.
      
      Instead of returning a list of packages to commit, the providers just
      save their settings directly. Explicit runs of upgrade scripts are
      removed, as they are now run by reconfigure.
      Unverified
      42335a07
Loading