Skip to content
Snippets Groups Projects
  1. May 21, 2015
  2. May 03, 2015
  3. Apr 26, 2015
  4. Oct 02, 2014
  5. Aug 28, 2014
  6. Aug 06, 2014
  7. Aug 05, 2014
    • Nils Schneider's avatar
      gluon-config-mode: modularize wizard · 3aecc920
      Nils Schneider authored
      This commit splits gluon-config-mode into several, mostly independent
      packages.
      
      * gluon-config-mode-core: basic functionality (required)
      * gluon-config-mode-hostname: hostname field
      * gluon-config-mode-autoupdater: show when autoupdater is enabled
      * gluon-config-mode-mesh-vpn: fastd vpn configuration, bw limit
      * gluon-config-mode-geo-location: geo coordinates
      * gluon-config-mode-contact-info: contact info field
      
      The package gluon-config-mode has been removed. You need to replace
      it with these packages (or any subset of them) in site.mk:
      
      * gluon-config-mode-hostname
      * gluon-config-mode-autoupdater
      * gluon-config-mode-mesh-vpn
      * gluon-config-mode-geo-location
      * gluon-config-mode-contact-info
      
      Note: It is not possible to deactivate the autoupdater in config mode
      anymore (expert mode will still allow it). Instead, a message is shown
      in case the autoupdater is enabled.
      3aecc920
  8. Jul 27, 2014
    • Nils Schneider's avatar
      config-mode, mesh-vpn: refactor key generation · 2f5705b5
      Nils Schneider authored
      Previously, the config-mode was responsible for generating the fastd
      secret. This patch sets the default secret to "generate" causing a
      secret to be generated on its first use (e.g. show_key or start).
      
      This also changes the info page (in Expert Mode) to show "n/a" when the
      public key is not yet available.
      2f5705b5
  9. Jul 20, 2014
  10. Jul 14, 2014
  11. Jul 08, 2014
  12. Jul 05, 2014
  13. Jul 02, 2014
  14. Feb 19, 2014
  15. Feb 18, 2014
  16. Feb 09, 2014
    • Nils Schneider's avatar
      gluon-luci-core: replacing luci-mod-admin-core · a365d626
      Nils Schneider authored
      This commit adds gluon-luci-core, a package both gluon-config-mode and
      gluon-luci-admin will depend on. gluon-luci-core itself will depends on
      gluon-luci-theme, gluon-core and most importantly luci-lib-web. It also
      copies a few files from luci-mod-admin-core but leaves out everyting we
      do not use.
      
      At a later point I plan to move functionality from luci-lib-web into
      this package, too. luci-lib-web contains most parts of luci including
      hardcoded templates for CBI, which I intend to replace.
      a365d626
    • Nils Schneider's avatar
      gluon-luci-admin: remove translation support · 6e4596fe
      Nils Schneider authored
      We'll have to revisit translations at a later point after configmode and
      expertmode have matured. Texts in this package were pretty inconsistent
      anyway so there is no point in keeping translations for random text
      fragments.
      6e4596fe
  17. Jan 22, 2014
  18. Nov 28, 2013
Loading