Commit Graph

4516 Commits

Author SHA1 Message Date
Maciej Krüger
0867f38ca2 core: lax bssid check to allow format strings 2022-08-11 11:13:44 +02:00
Maciej Krüger
5cd7ea70cd Revert "gluon-web-wifi-config: drop IBSS enable setting"
This reverts commit 2fdb3080ce.
2022-08-11 11:13:44 +02:00
Maciej Krüger
f06c05e3a4 Revert "gluon-core: drop IBSS support"
This reverts commit 066158a27b.
2022-08-11 11:13:44 +02:00
Maciej Krüger
7854d9b2dd static-ip: use correct mesh vpn id 2022-08-11 11:13:44 +02:00
Maciej Krüger
c5ec42b5e8 static-ip: more resilent mac setting 2022-08-11 11:13:44 +02:00
Maciej Krüger
d6afc66859 manman-sync: run reconfigure aswell 2022-08-11 11:13:44 +02:00
Maciej Krüger
bf43cb50ff manman-sync: fix setting cron 2022-08-11 11:13:44 +02:00
Maciej Krüger
f3673173b1 manman-sync: use error codes correctly 2022-08-11 11:13:44 +02:00
Maciej Krüger
4411acd89d manman-sync: handle non-200 gracefully 2022-08-11 11:13:44 +02:00
Maciej Krüger
c8e86123b4 static-ip: make macs more random this time 2022-08-11 11:13:44 +02:00
Maciej Krüger
8b6abdbe6f [downstream] lax dns check to allow v4 2022-08-11 11:13:44 +02:00
Maciej Krüger
28db34d0b1 manman-sync: fix dependencies 2022-08-11 11:13:44 +02:00
Maciej Krüger
e0ecf226d7 mesh-vpn-openvpn: fix 2022-08-11 11:13:44 +02:00
Maciej Krüger
5874659918 mesh-vpn-openvpn: enable for real 2022-08-11 11:13:44 +02:00
Maciej Krüger
e70ea5322f upgrade luci 2022-08-11 11:13:44 +02:00
Maciej Krüger
a1f9015fbd manman-sync finiush 2022-08-11 11:13:44 +02:00
Maciej Krüger
46f58256e9 manman-sync node_id -> location_id 2022-08-11 11:13:44 +02:00
Maciej Krüger
c5ccdf15f8 manman-sync fix statuspage 2022-08-11 11:13:44 +02:00
Maciej Krüger
436f3eaff5 manman-sync fix storing data 2022-08-11 11:13:43 +02:00
Maciej Krüger
503893fdf7 manman-sync fix datatype 2022-08-11 11:13:43 +02:00
Maciej Krüger
406276a23e manman-sync fix 2022-08-11 11:13:43 +02:00
Maciej Krüger
a76ffcbf5e static-ip fix storing values 2022-08-11 11:13:43 +02:00
Maciej Krüger
6424501645 static-ip make it work 2022-08-11 11:13:43 +02:00
Maciej Krüger
0810a08519 manman tweaks 2022-08-11 11:13:43 +02:00
Maciej Krüger
4dcf3e0212 mamman-sync: more wip 2022-08-11 11:13:43 +02:00
Maciej Krüger
751589417b static-ip: init 2022-08-11 11:13:43 +02:00
Maciej Krüger
e63dc9b644 mesh-vpn: set correct device 2022-08-11 11:13:43 +02:00
Maciej Krüger
703a51b3b9 manman-sync init 2022-08-11 11:13:43 +02:00
Maciej Krüger
74b1044e4d add luci 2022-08-11 11:13:43 +02:00
Maciej Krüger
45ee680cd0 fix adhoc hack 2022-08-11 11:13:43 +02:00
Maciej Krüger
807a810049 mesh-openvpn: traffic shaping fixe 2022-08-11 11:13:43 +02:00
Maciej Krüger
6348376e3a core: hacks for wifi no adhoc 2022-08-11 11:13:43 +02:00
Maciej Krüger
d259b0c8d4 fix mesh vpn 2022-08-11 11:13:43 +02:00
Maciej Krüger
48f247f946 fix mesh vpn config missing 2022-08-11 11:13:43 +02:00
Maciej Krüger
68f22154c2 gluon-mesh-vpn-openvpn: initial 2022-08-11 11:13:43 +02:00
Maciej Krüger
435eb64dc6 gluon-config-mode-theme-funkfeuer: theme things 2022-08-11 11:13:43 +02:00
Maciej Krüger
3eabe5eb52 refactor static-ip to match babel settings 2022-08-11 11:13:43 +02:00
Maciej Krüger
b8fb5f1766 fixup build 2022-08-11 11:13:43 +02:00
Maciej Krüger
dec697a996 olsr stuffs 2022-08-11 11:13:43 +02:00
lemoer
b3eb380e6f gluon-web-network: make mesh and client role exclusive 2022-08-11 11:13:43 +02:00
lemoer
cbe49cb9a4 gluon-core: allow subindexing sysconfig references for interface roles
This allows to specify something like "/lan[1]" as interface role:

	root@platzhalter-525400123457:/# cat /lib/gluon/core/sysconfig/lan_ifname
	eth0 eth2

	root@platzhalter-525400123457:/# cat /etc/config/gluon
	...
	config interface 'iface_lan_1'
		option name '/lan[1]'    # this references eth2
		list role 'client'
	...
2022-08-11 11:13:43 +02:00
lemoer
c982e7e0ff gluon-web-network: make roles "uplink" and "client" exclusive 2022-08-11 11:13:43 +02:00
lemoer
fee8384415 gluon-web-model: allow exclusive options in MultiListValue 2022-08-11 11:13:43 +02:00
lemoer
92feadfa23 gluon-web-network: add actions, list interfaces based on /etc/config/gluon 2022-08-11 11:13:43 +02:00
lemoer
bb669eefd5 gluon-web-network: initial draft of role configuration 2022-08-11 11:13:43 +02:00
lemoer
29167d9ea9 gluon-web-model: add MultiListValue class 2022-08-11 11:13:43 +02:00
Maciej Krüger
c22ae0449f fixup! webmodel title 2022-08-11 11:13:43 +02:00
Maciej Krüger
857da4d402 fixup! privatewifi warning 2022-08-11 11:13:43 +02:00
Maciej Krüger
0bc06f8de0 fixup! webmodel element kv 2022-08-11 11:13:43 +02:00
Maciej Krüger
f1274a7242 fixup! webmodel warning support for title/description 2022-08-11 11:13:43 +02:00