- Nov 09, 2019
-
-
bobcanthelpyou authored
-
- Jun 16, 2019
-
-
Martin Weinelt authored
-
Matthias Schiffer authored
We now keep the VPN enable state, bandwidth limit enable and actual limits in the core config to avoid having to recover "user intent" from different config files when the used VPN packages change. Fixes #1736
-
- Apr 11, 2019
-
-
Tata authored
in case of default disabled simple-tc for tunneldigger Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de>
-
- Jul 25, 2018
-
-
Felix Kaechele authored
Signed-off-by:
Felix Kaechele <felix@kaechele.ca>
-
- Jul 19, 2018
-
-
Adorfer authored
-
- Jul 17, 2018
-
-
Matthias Schiffer authored
-
- May 17, 2018
-
-
David Bauer authored
This commit adds the ability to show information about the platform on config-mode reboot.
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
-
- Mar 07, 2018
-
-
Matthias Schiffer authored
-
- Feb 25, 2018
-
-
Matthias Schiffer authored
exec() is moved to gluon.util.
-
- Feb 23, 2018
-
-
Matthias Schiffer authored
-
- Aug 11, 2017
-
-
Matthias Schiffer authored
Some files have received some additional refactoring.
-
- Jul 08, 2017
-
-
Matthias Schiffer authored
As PROVIDES can be used to replace real packages now, we don't need the virtual packages as workaround anymore. This also means that the providing packages don't need to be added to site.mk explicitly anymore when the default provider is used.
-
- Jul 06, 2017
-
-
Sunz3r authored
-
- Mar 10, 2017
-
-
Matthias Schiffer authored
Based-on-patch-by:
Cyrus Fox <cyrus@lambdacore.de>
-
- Feb 22, 2017
-
-
rubo77 authored
This was introduced in ffhh-packages at https://github.com/freifunkhamburg/ffhh-packages/tree/master/gluon-config-mode-reboot-ffhh
-
Matthias Schiffer authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
We also make use of the boolean support of simple-uci to make scripts clearer.
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- Aug 27, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Fixes #414
-
Matthias Schiffer authored
Allows weird release numbers, models and site names, and prepares support for pretty hostnames.
-
- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- Apr 27, 2016
-
-
kb-light authored
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
It doesn't seem like this mistake had any effect.
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace.
-
- Oct 15, 2015
-
-
Matthias Schiffer authored
The Gluon-specific functions of the gluon-simple-tc package are moved to gluon-mesh-vpn-fastd.
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
-
- Sep 17, 2015
-
-
srauscher authored
-
- Aug 30, 2015
-
-
Jan-Philipp Litza authored
When rebooting the node in config mode, currently the fastd key is forcefully displayed in a fixed format. This is confusing in communities where fastd accepts all keys and no key submission is needed. Furthermore, some communities might want to personalize the display of the key (see #387). This patch moves the displaying <div> from the package's lua file to the translation files of the sample site configuration and mentiones the change in the release notes.
-
- Apr 26, 2015
-
-
Matthias Schiffer authored
This will require site.mk to explicitly pull in the gluon-setup-mode and gluon-config-mode-core packages.
-
- Apr 10, 2015
-
-
bjoern authored
-
- Mar 25, 2015
-
-
Matthias Schiffer authored
-
- Mar 22, 2015
-
-
Matthias Schiffer authored
-
- Mar 19, 2015
-
-
Matthias Schiffer authored
-
- Aug 15, 2014
-
-
penguineer authored
Die Bezeichnung "Mesh-VPN" ist etwas irreführend. Man kann denken, dass hiermit das Meshing aktiviert wird, wobei es ja — im Gegenteil — um eine Nutzung des WAN geht.
-
- Aug 05, 2014
-
-
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.
-