summaryrefslogtreecommitdiffhomepage
path: root/modules
AgeCommit message (Collapse)Author
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-10-03modules/admin-full: decouple enable/disable button state from assoc stateJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-03modules/base: provide disable state in luci.tools.status.wifi_network()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-03modules/admin-full: fix assoc state check for sta mode in wifi overviewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-24modules/freifunk: fix map.html when using https, thanks cholinManuel Munz
2014-09-18http: ensure .content() works by defaultJo-Philipp Wich
filehandler was always set, so the default handler was never being called. This led to calls to http.content() always returning nil. Signed-off-by: Karl Palsson <karlp@remake.is>
2014-09-04modules/admin-full: dynamically order lines in connection live statusJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-04libs/web: add support for string templates to luci.template moduleJo-Philipp Wich
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-09-04libs/web: add support for string templates to the template parserJo-Philipp Wich
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-09-04libs/web: remove strange 'static' on variable declarationJo-Philipp Wich
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-09-04libs/web: rename template_parser field "mmap" to the more generic "data"Jo-Philipp Wich
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2014-08-12add missing cbi-button class to nsection.htmJo-Philipp Wich
Hello, I opened an issue in trac but it doesn't let me attach the patch (it complains about cookies not enabled, which isn't true), and I cannot see it to try again since it's awaiting moderation (moderated submission #34250) so here's the patch (against 0.11, but I see that trunk has the same problem). Bye -- Luca
2014-08-12added readonly property to TextValue (tvalue.htm) templateJo-Philipp Wich
A textarea has a readonly property which is currently not supported by the TextValue template ( tvalue.htm ) Here the patch to add it to tvalue.htm Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-08-10modules/freifunk: fix wifi overview on public status pageManuel Munz
2014-08-05luci/po: spelling and grammar fixes by Alex HenrieManuel Munz
2014-08-03freifunk fix profile expert fs write function.Patrick Grimm
2014-07-13modules/base: restore /lib/uci/upload directoryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-30modules/admin-full: rework luci-bwc/libiwinfo integrationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-13modules/base: remove accidentally duplicated root directoryJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-06-12modules/base: readd missing /etc/config/luciJo-Philipp Wich
2014-06-11Fix wrong directory in luci-baseJo-Philipp Wich
2014-06-11build: introduce luci-baseJo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2014-06-11Remove unmaintained components: lucid, fastindex, niuJo-Philipp Wich
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-04-23modules/freifunk: don't drop priveleges for OLSR status page, we need root ↵Jo-Philipp Wich
to talk to ubus
2014-04-23Revert "modules/freifunk: don't drop priveleges for OLSR status page, we ↵Jo-Philipp Wich
need root to talk to ubus" This reverts commit 57481b0e94b1d4be944c623ffa8334cbd4d53cbb, it contains some accidentally commited changes.
2014-04-23modules/freifunk: don't drop priveleges for OLSR status page, we need root ↵Jo-Philipp Wich
to talk to ubus
2014-02-13trunk: Merge fix from luci-0.11Jo-Philipp Wich
2014-01-18Remove stale IPv6 menu entrySteven Barth
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-12-08modules/admin-full: use ubus call network reload after enabling, disabling ↵Jo-Philipp Wich
or deleting wifi networks
2013-10-09modules/admin-full: add DSL status to index page (#620)Jo-Philipp Wich
2013-09-03core/sysauth: Redirect to https on login page if possible, #317Manuel Munz
2013-09-01system/applyreboot: Use the correct protocol, #603Manuel Munz
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-23modules/freifunk: Allow to enable/disable VAP in community profilesManuel Munz
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)