Commit graph

74 commits

Author SHA1 Message Date
Jo-Philipp Wich
1bb4822dca Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00
Steven Barth
6c45ccec6a Remove stale IPv6 menu entry 2014-01-18 19:55:51 +00:00
Jo-Philipp Wich
a654b40366 modules/admin-full: use ubus call network reload after enabling, disabling or deleting wifi networks 2013-12-08 16:46:55 +00:00
Jo-Philipp Wich
a4f3f52d1c New IPv6 integration 2013-01-22 10:44:16 +00:00
Jo-Philipp Wich
69ac1031b7 applications/luci-commands, applications/luci-upnp, modules/admin-core, modules/admin-full, modules/freifunk: clean up argument handling of leaf nodes 2012-11-21 19:29:47 +00:00
Manuel Munz
69dbc27ce0 admin-full/diagnostics: Allow to use ping6 and traceroute6 when available, #487 2012-11-11 12:20:56 +00:00
Jo-Philipp Wich
57e51eba60 modules/admin-full, modules/admin-core, themes/base: add port status indicators to switch config page 2012-09-11 14:18:28 +00:00
Jo-Philipp Wich
dce04bbcb2 modules/admin-core, modules/admin-full: implement display support for dnsmasq dhcpv6 leases 2012-08-17 15:06:46 +00:00
Jo-Philipp Wich
254ad2dfd1 modules/admin-full: when deleting wifi-ifaces, remove all empty leftover networks, not only the first one 2012-06-26 21:49:27 +00:00
Jo-Philipp Wich
c07e6a6976 modules/admin-full: filter IPv6 linklocal IPs in iface overview 2012-02-15 22:49:56 +00:00
Jo-Philipp Wich
1e0e458ff3 modules/admin-full: fix wireless interface removal if not network was assigned to the iface, thanks Viktar Palstsiuk <viktar.palstsiuk@promwad.com> 2012-01-06 16:28:54 +00:00
Jo-Philipp Wich
9fa385a7ec modules/admin-full: fix removal of wireless networks if radio is disabled 2011-12-05 19:34:47 +00:00
Jo-Philipp Wich
6907d1f2cd modules/admin-full: do not hide toplevel network menu items, yet 2011-11-07 10:44:20 +00:00
Jo-Philipp Wich
905e682bb7 modules/admin-full: speed up network controller by using inreq flag 2011-11-07 10:38:41 +00:00
Jo-Philipp Wich
eea1f8b679 modules/admin-full: when toggling a wifi-iface, first bring the radio down, then change the config, then bring it up again - prevents state vars from going out of sync 2011-11-02 18:59:18 +00:00
Jo-Philipp Wich
da527d2c44 modules/admin-full: remove associated network for the wifi-iface as well if it would be empty afterwards 2011-10-26 22:52:18 +00:00
Jo-Philipp Wich
f3973132f2 modules/admin-full: commit uci and restart corresponding radio when removing wifi networks 2011-10-26 22:29:57 +00:00
Jo-Philipp Wich
7e882e8bd6 modules/admin-full: use firstchild() instead of fixed alias 2011-10-26 00:48:33 +00:00
Jo-Philipp Wich
9c97cdb7b6 modules/admin-full: better handle interfaces with unsupported protocols 2011-10-18 13:20:43 +00:00
Jo-Philipp Wich
2829139f35 modules/admin-full: register missing wireless actions 2011-09-25 23:29:21 +00:00
Jo-Philipp Wich
730b2b0d07 modules/admin-full: ... and another issue, also remove wifi up workaround, its done by "ifup" now 2011-09-25 23:08:47 +00:00
Jo-Philipp Wich
8eb9335413 modules/admin-full: fix two issues observed on a virgin install 2011-09-25 22:58:17 +00:00
Jo-Philipp Wich
2dae492a36 modules/admin-full: rewrite interface state json backend to only utilize network model 2011-09-24 00:58:58 +00:00
Jo-Philipp Wich
01d99250ae modules/admin-full: clear radio wide disable flag when toggling wifinet 2011-09-22 02:49:03 +00:00
Jo-Philipp Wich
659a8bdf01 modules/admin-full: implement per-wifi-iface disable option 2011-09-22 02:43:38 +00:00
Jo-Philipp Wich
1d76d8a215 applications, modules: remove i18n handling from controller modules as it moved to the themes now 2011-08-12 13:16:27 +00:00
Jo-Philipp Wich
0ecee984af modules/admin-full: merge services/dnsmasq and network/dhcpleases into network/dhcp 2011-05-03 22:06:29 +00:00
Jo-Philipp Wich
c1ca9106b8 modules/admin-full: properly display interface stats for networks with underscores 2011-03-18 16:50:18 +00:00
Jo-Philipp Wich
637e3cd0e3 modules/admin-full: do not use private wifinet properties in network controller 2011-03-13 17:29:06 +00:00
Jo-Philipp Wich
c7cf8ef8c1 modules/admin-full: use luci.tools.status for remaining wifi status displays 2011-03-13 17:25:54 +00:00
Jo-Philipp Wich
18677e216b modules/admin-full: use luci.tools.status in network controller 2011-03-13 14:00:45 +00:00
Jo-Philipp Wich
02a67572f8 modules/admin-full: restart radvd if needed 2011-02-21 12:46:03 +00:00
Jo-Philipp Wich
b8c1487f6d modules/admin-full: add menupoints for wifi networks 2011-01-20 23:25:40 +00:00
Jo-Philipp Wich
a493e28e91 modules/admin-full: utilize luci.model.network, add uptime in iface_status action 2010-12-01 21:16:49 +00:00
Jo-Philipp Wich
23da14d303 modules/admin-full: add diagnostics page with ping / traceroute / nslookup 2010-11-24 20:09:37 +00:00
Jo-Philipp Wich
f3d0ba58e5 modules/admin-full: disable hosts page if dnsmasq is not installed 2010-11-23 22:38:01 +00:00
Jo-Philipp Wich
3386d649ea modules/admin-full: readd atm bridge config 2010-11-15 23:00:53 +00:00
Jo-Philipp Wich
b6ee173c59 modules/admin-full: new network actions 2010-11-15 22:04:56 +00:00
Jo-Philipp Wich
97e27a0bcf modules/admin-full: properly handle disabled radios in live overview 2010-11-08 22:40:04 +00:00
Jo-Philipp Wich
b9c9b7ffeb modules/admin-full: add assoclist to wifi status JSON response 2010-11-08 21:52:09 +00:00
Jo-Philipp Wich
614f878fb4 modules/admin-full: add requested network id in wifi status JSON response 2010-11-08 18:48:05 +00:00
Jo-Philipp Wich
cb3caa6e30 modules/admin-full: live status, validation for dhcp leases 2010-11-07 23:31:19 +00:00
Jo-Philipp Wich
9663c7cf2e modules/admin-full: switch to luci.http.write_json() 2010-11-07 19:28:07 +00:00
Jo-Philipp Wich
87fd9de5b6 modules/admin-full: fix usage of network model in network controller 2010-10-30 02:31:43 +00:00
Jo-Philipp Wich
a3e66af2a3 modules/admin-full: convert controller to new network model 2010-10-30 00:46:41 +00:00
Jo-Philipp Wich
f6b77ef7f0 modules/admin-full: add realtime iface status to config page 2010-10-25 22:26:08 +00:00
Jo-Philipp Wich
7ae988f342 modules/admin-full: rework wifi configuration 2010-10-19 04:08:15 +00:00
Jo-Philipp Wich
72e3b2c7e5 modules/admin-full: don't display vlan config if there is no switch on the device 2010-03-07 16:33:29 +00:00
Jo-Philipp Wich
4804facec2 modules/admin-full: (re-)implement adding of wireless networks 2009-12-25 00:41:55 +00:00
Jo-Philipp Wich
dcc617fc48 modules/admin-full: cope with missing wireless or dnsmasq config, hide menu points if config is not present 2009-12-21 02:50:30 +00:00