Commit graph

522 commits

Author SHA1 Message Date
Jo-Philipp Wich
b666015dc2 modules/admin-full: rework interface add dialog, now handles floating protocols like PPP correctly 2011-10-09 19:28:30 +00:00
Jo-Philipp Wich
4e538d09e1 modules/admin-full: hide system software tab if opkg is not present 2011-10-08 21:43:50 +00:00
Jo-Philipp Wich
523f70c927 modules/admin-full: allow mac filter only for ap mode interfaces 2011-10-04 18:05:59 +00:00
Jo-Philipp Wich
f3690b2e03 modules/admin-full: fix various issues in iface cbi model 2011-10-03 10:30:17 +00:00
Jo-Philipp Wich
0a7165c833 modules/admin-full: increase button size on overview pages to accomodate for longer words in other langauges 2011-10-02 11:37:44 +00:00
Jo-Philipp Wich
c45f6b670d modules/admin-full: align wifi settings with recent hostapd.sh in OpenWrt (#261) 2011-10-02 10:25:32 +00:00
Jo-Philipp Wich
7981c2382d modules/admin-full: fix file uploads on wifi page 2011-10-01 09:33:36 +00:00
Jo-Philipp Wich
e415f27419 modules/admin-full: switch live stats to XHR.poll(), lower update frequency to 3 seconds 2011-09-26 00:48:02 +00:00
Jo-Philipp Wich
d46b42901a modules/admin-full: add missing svg template 2011-09-26 00:46:31 +00:00
Jo-Philipp Wich
fd052a6e64 modules/admin-full: rework status javascript code to use XHR.poll() 2011-09-26 00:24:34 +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
1f1377fdc4 modules/admin-full: fix remaining status template 2011-09-25 20:59:51 +00:00
Jo-Philipp Wich
630d559c26 modules/admin-full: more javascript fixes 2011-09-25 20:58:19 +00:00
Jo-Philipp Wich
e3435a49e9 modules/admin-full: various javascript fixes in templates 2011-09-25 20:51:03 +00:00
Jo-Philipp Wich
575b32de81 modules/admin-full: fix small style glitch in uci revert template 2011-09-24 03:34:02 +00:00
Jo-Philipp Wich
3311da13e7 modules/admin-full: remove more dead code 2011-09-24 03:21:02 +00:00
Jo-Philipp Wich
1d40f7fbea modules/admin-full: remove redundant code 2011-09-24 03:14:48 +00:00
Jo-Philipp Wich
6047aea3c4 modules/admin-full: rework interface overview 2011-09-24 01:03:06 +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
Manuel Munz
63a8252dd0 modules/admin-full: Fix typo, #304 2011-09-23 20:03:49 +00:00
Manuel Munz
9ed39e1431 modules/admin/full: Add parenthesis around luci.version, #302 2011-09-23 16:11:24 +00:00
Jo-Philipp Wich
7d959a6024 modules/admin-full: add missing class attributes 2011-09-22 18:22:04 +00:00
Jo-Philipp Wich
8f25290a38 modules/admin-full: fix some small style quirks 2011-09-22 17:48:58 +00:00
Jo-Philipp Wich
b360dbc6dc modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes 2011-09-22 13:25:48 +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
59e95ddcad modules/admin-full, libs/web: various interface handling fixes in network settings 2011-09-22 01:40:26 +00:00
Jo-Philipp Wich
bc8eaf6875 modules/admin-full: finally sort out dhcp setup issues in interface settings 2011-09-17 23:43:55 +00:00
Jo-Philipp Wich
a4ea7904b8 modules/admin-full: fix initial state of network_ifacelist widget 2011-09-14 09:28:28 +00:00
Jo-Philipp Wich
69406a2ac4 modules/admin-full: remove accidentally committed compat code 2011-09-13 08:25:59 +00:00
Jo-Philipp Wich
2bc02e44b4 modules/admin-full: add wireless live stats 2011-09-13 07:27:34 +00:00
Jo-Philipp Wich
5d10db24ef modules/admin-full: luci-bwc: attempt to dlopen() libiwinfo, use it to gather radio rate, signal and noise data if successful 2011-09-11 12:55:26 +00:00
Jo-Philipp Wich
7ea8865444 modules/admin-full: remove luci-bwc postinstall 2011-09-11 12:50:05 +00:00
Manuel Munz
0907848282 admin/status: Replace 'Active IP Connections' with 'Active Connections' as requested by #265. Also this saves a little space, because the string 'Active Connections' is in base.po already and can be reused. 2011-09-08 13:55:54 +00:00
Jo-Philipp Wich
de9048ff8c modules/admin-full: simplify and fix progname change 2011-09-01 23:21:22 +00:00
Jo-Philipp Wich
8bbf59dcc6 modules/admin-full: rework realtime stats to start luci-bwc on demand, kill daemon after ten seconds of inactivity 2011-09-01 22:54:29 +00:00
Manuel Munz
3b9fbb12b8 modules/admin_system: Add note to step2 of firmware flashing telling the user if configuration is kept or not, thanks hnyman (#298) 2011-08-28 16:18:21 +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
563598a976 modules/admin-full: fix "undefined" netmask display on main status page 2011-07-31 12:37:22 +00:00
Jo-Philipp Wich
7b316be27b modules/admin-full: properly set device option for newly created vlan sections 2011-07-22 13:56:02 +00:00
Jo-Philipp Wich
9fdb4acec0 modules/admin-full: fix 4k vlan option 2011-07-17 08:28:56 +00:00
Jo-Philipp Wich
76e5b68bb9 modules/admin-full: don't expose "reset" and "enable" options for switches, do not set any default state for "enable_vlan" 2011-07-17 05:46:54 +00:00
Jo-Philipp Wich
19f94464c6 modules/admin-full: fix off-by-one in conloglevel option (#263) 2011-07-02 15:47:27 +00:00
Jo-Philipp Wich
6d65042743 modules/admin-full: fix "No information available" in admin status assoclist 2011-07-01 01:48:57 +00:00
Jo-Philipp Wich
d3db8d1d25 modules/admin-full: fix dhcp section creation logic on interfaces page 2011-07-01 01:23:02 +00:00
Jo-Philipp Wich
c5f0100abf modules/admin-full: add "auto" option to interface settings (#235) 2011-06-25 23:24:23 +00:00
Jo-Philipp Wich
e7b9b7798d modules/admin-full: fix reversed allow/deny macfilter logic (#105) 2011-06-25 22:34:46 +00:00
Jo-Philipp Wich
2d28a55a53 modules/admin-full: relocate mac80211 mac filter settings to wifi-iface (#247) 2011-06-25 22:14:00 +00:00