Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | Rework LuCI build system | Jo-Philipp Wich | |
* 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> | |||
2014-11-11 | modules/admin-full: make wifi enabling/disabling more reliable | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-31 | modules/admin-full: add CDATA comments to wireless_modefreq.htm script tag | Jo-Philipp Wich | |
This should fix non-wellformed page errors with XHTML themes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-26 | modules/admin-full: rework hwmode/htmode/channel selection | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-04 | luci: initial 802.11ac support | Jo-Philipp Wich | |
While working with 802.11ac (ath10k) I've noticed the web interface configuration missing basic support for 11ac devices - unable to set VHT (htmode) and 11ac (hwmode). This patch adds initial support for luci admin-full page and 802.11ac MAC80211 devices. v2: * replace obsolete 11nac mode with 11a + vhtmode (jow in ticket: #17323) Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> [jow: fix typo in get_i18n()] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-03 | modules/admin-full: decouple enable/disable button state from assoc state | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-03 | modules/admin-full: fix assoc state check for sta mode in wifi overview | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-09-04 | modules/admin-full: dynamically order lines in connection live status | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-08-05 | luci/po: spelling and grammar fixes by Alex Henrie | Manuel Munz | |
2013-10-09 | modules/admin-full: add DSL status to index page (#620) | Jo-Philipp Wich | |
2013-09-01 | system/applyreboot: Use the correct protocol, #603 | Manuel Munz | |
2013-02-26 | modules/admin-full: generalize field descriptions in system status page | Daniel Golle | |
LuCI is not only used on routers. When running on a NAS or you-name-it non-router hardware, refering to "Router Name" and "Router Model" in the system information page was confusing to some users. | |||
2013-01-30 | modules/admin-full: Add swap info to admin_status page if swap is available, ↵ | Manuel Munz | |
#533 | |||
2013-01-13 | diagnostics: Replace 2 more | Manuel Munz | |
2013-01-09 | admin-full: Fix javascript error when no proto select box is shown, add hint ↵ | Manuel Munz | |
to install iputils-traceroute6 for ipv6 traceroutes | |||
2013-01-04 | modules/admin-full: slightly change html of diagnostics page | Jo-Philipp Wich | |
2013-01-04 | modules/admin-full: display iwinfo hardware name in wifi overview | Jo-Philipp Wich | |
2012-12-19 | modules/admin-full: fix "unsupported protocol" vs. "no interface assigned" ↵ | Jo-Philipp Wich | |
errors for protocols without ifname property, e.g. 6in4 | |||
2012-12-02 | modules/admin-full: several white-space fixes for Bootstrap | Jo-Philipp Wich | |
2012-11-27 | modules/admin-full: filter localhost<->localhost connections live connection ↵ | Jo-Philipp Wich | |
graph | |||
2012-11-21 | modules/admin-full: remove leftover setTimeout() call in load graph | Jo-Philipp Wich | |
2012-11-21 | modules/admin-full: fix word wrapping in wifi overview page when using ↵ | Jo-Philipp Wich | |
bootstrap theme | |||
2012-11-15 | modules/admin-full: use luci.model.ipkg.find() to support searching packages ↵ | Jo-Philipp Wich | |
by description | |||
2012-11-15 | modules/admin-full: fix broken XHTML on diagnostics page | Jo-Philipp Wich | |
2012-11-12 | modules/admin-full: fix wrong load number in realtime graph (#502) | Jo-Philipp Wich | |
2012-11-11 | admin-full/diagnostics: Allow to use ping6 and traceroute6 when available, #487 | Manuel Munz | |
2012-11-01 | modules/admin-core, modules/admin-full: fix switch port status for devices ↵ | Jo-Philipp Wich | |
with multiple switches | |||
2012-09-26 | modules/admin-full: cope with undefined scan list in wifi_join | Jo-Philipp Wich | |
2012-09-11 | modules/admin-full: small style fix in switch status | Jo-Philipp Wich | |
2012-09-11 | modules/admin-full, modules/admin-core, themes/base: add port status ↵ | Jo-Philipp Wich | |
indicators to switch config page | |||
2012-08-17 | modules/admin-core, modules/admin-full: implement display support for ↵ | Jo-Philipp Wich | |
dnsmasq dhcpv6 leases | |||
2012-08-14 | modules: make most remaining hardcoded strings translatable, patch by ↵ | Jo-Philipp Wich | |
"BasicXP" <basicxp@ubuntu.com> | |||
2012-08-14 | modules/admin-full: use format_wifi_encryption() in wifi_join.htm to make ↵ | Jo-Philipp Wich | |
encryption translatable | |||
2012-07-06 | modules/admin-full: fix frequency display on index status page | Jo-Philipp Wich | |
2012-07-01 | Cosmetic changes to the terminology in the UI: | Daniel Golle | |
Replace references to the device running LuCI as being a "router", as that is not necessarily the case. | |||
2012-06-27 | modules/admin-full: sort networks by zone and name in overview | Jo-Philipp Wich | |
2012-06-26 | modules/admin-full: use get_wannet() and get_wan6net() to find wan networks ↵ | Jo-Philipp Wich | |
on status page | |||
2012-04-22 | modules/admin-full: do not show protocol warning for empty interfaces, link ↵ | Jo-Philipp Wich | |
to physical settings instead | |||
2012-04-02 | admin-full: allow to use translations for 'Not connected' state | Jo-Philipp Wich | |
This allows to use translated version of the 'Net connected' string in the Status/Overview/Network section. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-03-04 | modules/admin-full: add DNS resolution to connections status page, order ↵ | Jo-Philipp Wich | |
connections descending by traffic | |||
2012-03-04 | modules/admin-full: scan three times to catch more networks in wifi join setup | Jo-Philipp Wich | |
2012-03-04 | modules/admin-full: revert r8324 | Jo-Philipp Wich | |
2012-03-04 | modules/admin-full: reverse time labels in realtime stats (#386) | Jo-Philipp Wich | |
2012-03-03 | modules/admin-full: remove per connection transfer stats, not exposed ↵ | Jo-Philipp Wich | |
anymore in recent kernels | |||
2012-02-23 | modules/admin-full: display wifi rates in assoclist tables | Jo-Philipp Wich | |
2012-02-15 | modules/admin-full: remove inline style for inface boxes | Jo-Philipp Wich | |
2012-02-15 | modules/admin-full: use new button classes in iface overview template | Jo-Philipp Wich | |
2011-12-06 | modules/admin-full, po: s/libiwinfo/libiwinfo-lua/ | Jo-Philipp Wich | |
2011-11-12 | modules/admin-full: prepare uci changelog template for revised libuci-lua ↵ | Jo-Philipp Wich | |
changelog format to properly expose add_list operations | |||
2011-11-08 | modules/admin-full: fix another html escape issue on interface overview page | Jo-Philipp Wich | |