- Jun 30, 2021
-
- Jun 02, 2021
-
-
Kasalehlia authored
-
- Jun 16, 2019
-
-
bobcanthelpyou authored
-
- Jun 24, 2018
-
-
Ralf Jung authored
-
- Jun 04, 2018
-
-
Matthias Schiffer authored
optional = true does not make sense without a datatype. When no datatype is set, the empty string will be a valid value, so data is never unset in the write function. Restore the minlength(1) datatype so the contact setting is deleted as intended when no value is provided.
-
- May 19, 2018
-
-
Christof Schulze authored
gluon-config-mode-contact-info: provide enhancements for german, english and french translation to comply with DSGVO (#1394) * do not allow to obligatorily require contact information * add remark that the data is provided voluntarily * mention how to delete the data * be very clear about the fact that the data being entered is public and can be downloaded and processed by anyone.
-
- Mar 17, 2018
-
-
Matthias Schiffer authored
Also add documentation about config mode settings.
-
- Feb 23, 2018
-
-
Matthias Schiffer authored
-
- Aug 08, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
- Feb 22, 2017
-
-
Matthias Schiffer authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
We also make use of the boolean support of simple-uci to make scripts clearer.
-
- Sep 07, 2016
-
-
Ruben Barkow authored
-
- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- Mar 19, 2015
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- 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.
-