- 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
-
- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
-
- Mar 07, 2018
-
-
Matthias Schiffer authored
-
- Feb 23, 2018
-
-
Matthias Schiffer authored
-
- Jan 19, 2018
-
-
Matthias Schiffer authored
In addition to significant internal differences in check_site_lib.lua (in particular unifying error handling to a single place for the upcoming multi-domain support), this changes the way fields are addressed in site check scripts: rather than providing a string like 'next_node.ip6', the path is passed as an array {'next_node', 'ip6'}. Other changes in site check scripts: * need_array and need_table now pass the full path to the sub fields to the subcheck instead of the key and value * Any check referring to a field inside a table implies that all higher levels must be tables if they exist: a check for {'next_node', 'ip6'} adds an implicit (optional) check for {'next_node'}, which allows to remove many explicit checks for such tables
-
lemoer authored
[Matthias schiffer: rebase, add a few more restrictions]
-
- Aug 08, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
simple-uci will now delete an option when nil is passed.
-
- 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.
-
- 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.
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- 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.
-
- Oct 08, 2015
-
-
Matthias Schiffer authored
-
- Sep 17, 2015
-
-
srauscher authored
-
- Jul 08, 2015
-
-
Nils Schneider authored
-
- 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 25, 2015
-
-
Matthias Schiffer authored
-
- Mar 25, 2015
-
-
Matthias Schiffer authored
-
- Mar 23, 2015
-
-
Martin Weinelt 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.
-