summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/model
AgeCommit message (Collapse)Author
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
2012-05-06modules/admin-full: add mac address suggestions to mac filter settingsJo-Philipp Wich
2012-05-06modules/admin-full: filter init scripts without START in startup modelJo-Philipp Wich
2012-03-19modules/admin-full: since switch port numbers depend on model and current ↵Jo-Philipp Wich
solar cycle, give up on making the human readable but just give the raw index
2012-01-24modules/admin-full: add client_cert option in wifi configurationJo-Philipp Wich
2012-01-12modules/admin-full: redirect init script output in startup model actionsJo-Philipp Wich
2012-01-06modules/admin-full: set password of logged in user instead of ↵Jo-Philipp Wich
unconditionally using root, thanks Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
2012-01-01modules/admin-full: allow space separated lists of macs in static lease form ↵Jo-Philipp Wich
(#319)
2011-12-21modules/admin-full: fix crypto depends for ad-hoc and static wds modes (#271)Jo-Philipp Wich
2011-12-13modules/admin-full: probe for EAP support in wpad/hostapd/wpa_supplicant and ↵Jo-Philipp Wich
offer wpa/wpa2 only if it is present
2011-12-08modules/admin-full: fix System -> Administration menu if dropbear is not ↵Jo-Philipp Wich
installed
2011-12-05modules/admin-full: use new iwinfo capabilities to display shifted tx power ↵Jo-Philipp Wich
values
2011-11-15modules/admin-full: allow bssid for sta wds as wellJo-Philipp Wich
2011-11-15modules/admin-full: bssid is valid in mac80211 sta mode tooJo-Philipp Wich
2011-11-13modules/admin-full: don't make cipher mandatoryJo-Philipp Wich
2011-11-10admin-full: When creating the ntp timeserver section also add the default ↵Manuel Munz
ntp servers
2011-11-10admin-full: Better fix for the last change (timeserver setup), add button to ↵Manuel Munz
add the missing section
2011-11-10admin-full: Add timeserver section if it doesn't already exist in ↵Manuel Munz
/etc/config/system (#329)
2011-11-10admin-full: Expose bogusnxdomain setting in DHCP / DNS configuration (#339)Manuel Munz
2011-11-07modules/admin-full: add option to override the WPA cipher (#303)Jo-Philipp Wich
2011-10-27modules/admin-full: don't bother with 4k vlan / no 4k vlan nuisances, simply ↵Jo-Philipp Wich
enable it when available
2011-10-26modules/admin-full: unify style of headings accross system menus, remove ↵Jo-Philipp Wich
orphaned template
2011-10-26modules/admin-full: lock channel section in ap wifi config if there is a ↵Jo-Philipp Wich
station on the same radio
2011-10-26modules/admin-full: fix wifi join when "wwan" (or other iface) already ↵Jo-Philipp Wich
exists but only contains the network we intend to replace anyway, also save firewall settings after wifi join
2011-10-26modules/admin-full:Jo-Philipp Wich
- move crontab to system menu - delete now empty services dispatcher - move service menu declaration into index
2011-10-24modules/admin-full: rework system menu areaJo-Philipp Wich
2011-10-13modules/admin-full: update iface status after saving uci changesJo-Philipp Wich