summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/model/cbi
AgeCommit message (Collapse)Author
2015-01-08Rework LuCI build systemJo-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-10-26modules/admin-full: rework hwmode/htmode/channel selectionJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-10modules/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-10modules/admin-full: add support for configuring mirror portJo-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-10wifi.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-10modules/admin-full: fix wifi channel selection on multiple STA networksStephan 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-04luci: initial 802.11ac supportJo-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-08-05luci/po: spelling and grammar fixes by Alex HenrieManuel Munz
2014-06-03Allow toggling local IPv6 addressmanagementSteven Barth
2014-05-24modules/admin-full: further simplify wifi configJo-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-19modules/admin-full: fix wifi config compatibility with current trunkJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-01-17Adapt IPv6 interface to new architectureSteven Barth
2013-12-08modules/admin-full: replace another instance of legacy wifi calls with ↵Jo-Philipp Wich
network reloads
2013-07-09modules/admin-full: fix extroot and fsck availability check ↵Jo-Philipp Wich
(https://dev.openwrt.org/ticket/13837)
2013-05-24Fix a typo in IPv6 configuration pageSteven Barth
2013-05-23Add support for stateful DHCPv6Steven Barth
2013-05-23Update and simplify IPv6 RA & DHCPv6 configurationSteven Barth
2013-04-11modules/admin-full: also increase number of ports if cpu port is 8Jo-Philipp Wich
2013-04-11modules/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-09Add LuCI support for newly introduced IPv6 optionsJo-Philipp Wich
2013-03-22modules/admin-full: notify crond after writing crontab (#559)Jo-Philipp Wich
2013-03-20modules/admin-full: allow special value "ignore" for static lease ip address ↵Jo-Philipp Wich
(#558)
2013-02-26correct spelling on luci startup pageDaniel Golle
https://dev.openwrt.org/ticket/13083
2013-01-26Add support for changing ULA prefixJo-Philipp Wich
2013-01-22modules/admin-full: add some additional option depends to the ra/dhcpv6 ↵Jo-Philipp Wich
configuration page
2013-01-22New IPv6 integrationJo-Philipp Wich
2013-01-02modules/admin-full: make mac addresses optional in static lease configurationJo-Philipp Wich
2012-11-10Add some more datatype checks, patch by Eugene C., #499Manuel Munz
2012-11-10admin-full/network/hosts: Fix problem when arptable is empty, #482Manuel Munz
2012-11-01modules/admin-core, modules/admin-full: fix switch port status for devices ↵Jo-Philipp Wich
with multiple switches
2012-10-31wifi: add controls for noscan flagDaniel Golle
OpenWrt contains a patch for hostapd which allows to override the channel-bandwidth decission to always use 40MHz regardless of overlapping networks. Though it does not conform with IEEE 802.11n-2009, this became the de-facto standard behaviour of most off-the-shelf wifi routers. Adding this option to LuCI makes it more accessible to users, which probably not everybody will agree with to be a good idea. However, I didn't yet come across a single commercial product which actually complies with 802.11n-2009 in that regard. Signed-off-by: Daniel Golle <dgolle@allnet.de>
2012-09-28modules/admin-full: disambiguate NTP client/server settingsJo-Philipp Wich
2012-09-26modules/admin-full: cope with undefined frequency listsJo-Philipp Wich
2012-09-11modules/admin-full, modules/admin-core, themes/base: add port status ↵Jo-Philipp Wich
indicators to switch config page
2012-08-17modules/admin-full: also require luci.tools.proto from parent cbi modelJo-Philipp Wich
2012-08-15support extant Antenna configurationDaniel Golle
2012-08-14modules/admin-full: fix typo in dhcp cbi model, patch by "BasicXP" ↵Jo-Philipp Wich
<basicxp@ubuntu.com>
2012-08-09modules/admin-full: rework help text for network_netlist widgetJo-Philipp Wich
2012-08-08modules/admin-full: remove usage of wifi.channels()Jo-Philipp Wich
2012-08-08modules/admin-full: remove an ancient cbi model that hasn't been used in yearsJo-Philipp Wich
2012-08-08modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist configJo-Philipp Wich
2012-07-24modules/admin-full: copy bssid when joining a network as client (#455)Jo-Philipp Wich
2012-07-23modules/admin-full: expose wmm option for mac80211 interfacesJo-Philipp Wich
2012-07-01Cosmetic 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-26modules/admin-full: remove support for configuring alias interfaces, they're ↵Jo-Philipp Wich
useless now that ifaces can be part of multiple networks
2012-06-26modules/admin-full: remove notice about iface exclusiveness when adding new ↵Jo-Philipp Wich
networks
2012-06-26modules/admin-full: extend wifi model to allow assigning multiple networksJo-Philipp Wich
2012-06-18Only show the TX-power selector if the hardware supports more than one option.Daniel Golle
Some mac80211 drivers (rt2x00) probably won't support limiting TX-power to a user-defined value in the near future under certain conditions, so it makes sense to not expose that option in order not to confuse the user. See http://patchwork.openwrt.org/patch/2187/ to understand the situation. Signed-off-by: Daniel Golle <dgolle@allnet.de>
2012-06-05modules/admin-full: allow to specify the DHCP pool start as IPv4 address (#420)Jo-Philipp Wich
2012-05-23modules/admin-full: check /etc/ethers and /var/dhcp.leases for existence ↵Jo-Philipp Wich
before trying to read them