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-10 | modules/admin-full: fix support for broadcom-wl modes | Álvaro Fernández Rojas | |
This adds N modes support for proprietary Broadcom WiFi driver and adds a/b/g modes detection. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | |||
2014-10-10 | modules/admin-full: add support for configuring mirror port | Jo-Philipp Wich | |
This adds the LuCI support for setting a mirror port on AR8327 switches. Patch provided by Colin Leitner <colin.leitner@gmail.com> Ref: https://dev.openwrt.org/attachment/ticket/10202 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-10 | wifi.lua: Add support for toggling WPS button. | Hannu Nyman | |
The patch checks the existence of the needed files for the WPS support and if they are present, shows the option to toggle WPS pushbutton settings. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2014-10-10 | modules/admin-full: fix wifi channel selection on multiple STA networks | Stephan Günther | |
Besides several AP networks, I have configured two STA networks on my openwrt box - both on the same radio and thus on the same channel. This was done via LuCI. However after both STA networks were set up, I am unable to edit the channel on neither network. When editing the one STA network, LuCI tells me that the channel is locked by the other STA network. Same for the other STA network. Looks like a bug to me, so I made a patch. Signed-off-by: Stephan Günther <steph.guenther@googlemail.com> | |||
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 | |
2014-06-03 | Allow toggling local IPv6 addressmanagement | Steven Barth | |
2014-05-24 | modules/admin-full: further simplify wifi config | Jo-Philipp Wich | |
Drop 11b support since its not properly supported by mac80211 anyway. Rename 'hwmode' option to 'Band' and remove dependencies from 'htmode' field. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-05-19 | modules/admin-full: fix wifi config compatibility with current trunk | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-01-18 | Remove stale IPv6 menu entry | Steven Barth | |
2014-01-17 | Adapt IPv6 interface to new architecture | Steven Barth | |
2013-12-08 | modules/admin-full: replace another instance of legacy wifi calls with ↵ | Jo-Philipp Wich | |
network reloads | |||
2013-12-08 | modules/admin-full: use ubus call network reload after enabling, disabling ↵ | Jo-Philipp Wich | |
or deleting wifi networks | |||
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-07-09 | modules/admin-full: fix extroot and fsck availability check ↵ | Jo-Philipp Wich | |
(https://dev.openwrt.org/ticket/13837) | |||
2013-05-24 | Fix a typo in IPv6 configuration page | Steven Barth | |
2013-05-23 | Add support for stateful DHCPv6 | Steven Barth | |
2013-05-23 | Update and simplify IPv6 RA & DHCPv6 configuration | Steven Barth | |
2013-04-11 | modules/admin-full: also increase number of ports if cpu port is 8 | Jo-Philipp Wich | |
2013-04-11 | modules/admin-full: attempt to determine switch cpu port from ↵ | Jo-Philipp Wich | |
/proc/switch/eth0/cpuport in order to properly support newer broadcom models | |||
2013-04-09 | Add LuCI support for newly introduced IPv6 options | Jo-Philipp Wich | |
2013-03-22 | modules/admin-full: notify crond after writing crontab (#559) | Jo-Philipp Wich | |
2013-03-20 | modules/admin-full: allow special value "ignore" for static lease ip address ↵ | Jo-Philipp Wich | |
(#558) | |||
2013-03-07 | modules/admin-full: use firewall reload action | Jo-Philipp Wich | |
2013-02-26 | correct spelling on luci startup page | Daniel Golle | |
https://dev.openwrt.org/ticket/13083 | |||
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-26 | Add support for changing ULA prefix | Jo-Philipp Wich | |
2013-01-22 | modules/admin-full: add some additional option depends to the ra/dhcpv6 ↵ | Jo-Philipp Wich | |
configuration page | |||
2013-01-22 | New IPv6 integration | Jo-Philipp Wich | |
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 | |
2013-01-02 | modules/admin-full: make mac addresses optional in static lease configuration | Jo-Philipp Wich | |
2012-12-20 | don't use symlink to /lib/functions.sh | Jo-Philipp Wich | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||
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 | applications/luci-commands, applications/luci-upnp, modules/admin-core, ↵ | Jo-Philipp Wich | |
modules/admin-full, modules/freifunk: clean up argument handling of leaf nodes | |||
2012-11-21 | modules/admin-full: fix word wrapping in wifi overview page when using ↵ | Jo-Philipp Wich | |
bootstrap theme |