- Dec 16, 2020
-
- Sep 24, 2019
-
-
Tata authored
also properly delete location data when a user disables the location option after re-entering config-mode.
-
- Jun 16, 2019
-
-
bobcanthelpyou authored
-
- Jan 03, 2019
-
-
Matthias Schiffer authored
The text was changed in the i18n files, but the corresponding change in the Lua sources seemingly got lost during a rebase. Closes #1611
-
- Nov 27, 2018
-
-
Andreas Ziegler authored
This reverts commit 104d7455. in its current form it requires you to enter coordinates, which we don't want to enforce by default.
-
- Nov 24, 2018
-
-
Jan-Tarek Butt authored
-
- Sep 01, 2018
-
-
Matthias Schiffer authored
gluon-config-mode-geo-location-osm extends the gluon-config-mode-geo-location with a location picker based on OpenStreetMaps. Based-on-patch-by:
Jan-Tarek Butt <tarek@ring0.de>
-
- Aug 23, 2018
-
-
Matthias Schiffer authored
-
- Aug 19, 2018
-
-
Matthias Schiffer authored
As already done with other config mode texts, the altitude field now has default texts that are used when they are not set in the site i18n files. The altitude-help text has been removed from site i18n; instead, the geo-location-help text now overrides the whole section description including the part that mentions the altitude.
-
Matthias Schiffer authored
Do not show by default, delete old altitude value when a form without altitude shown is saved. Fixes #1493
-
- Jun 29, 2018
-
-
Andreas Ziegler authored
-
- 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.
-
- Nov 30, 2016
-
-
Ruben Barkow authored
-
- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- Apr 27, 2016
-
-
kb-light authored
-
- Feb 28, 2016
-
-
Matthias Schiffer authored
Make bandwidth limits unsigned; trim numbers, the validator accepts trailing whitespace.
-
- Mar 23, 2015
-
-
Martin Weinelt authored
-
- Mar 19, 2015
-
-
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.
-