summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2012-11-21applications/luci-p910nd: expose bind parameterJo-Philipp Wich
2012-11-21applications/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-21applications/luci-commands: improve dashboard html, remove inline styles, ↵Jo-Philipp Wich
fix layout for both openwrt and bootstrap themes, use command basename when naming output download
2012-11-21applications/luci-commands: remove bogus default value from arguments fieldJo-Philipp Wich
2012-11-21applications: add new application luci-app-commands which allows configuring ↵Jo-Philipp Wich
custom shell commands for invocation through the gui
2012-11-10Add some more datatype checks, patch by Eugene C., #499Manuel Munz
2012-10-29applications/luci-ushare: fix XML markup error in mapJo-Philipp Wich
2012-10-29merge branch changes into trunkJo-Philipp Wich
2012-09-19applications/freifunk-widgets: remove order variable, fix html in rss view, ↵Manuel Munz
fix search view
2012-09-17applications/freifunk-widgets: Add missing MakefileManuel Munz
2012-09-17applications: add freifunk widgets app to customize the index pageManuel Munz
2012-09-14luci-meshwizard: set correct path for ucitrackDaniel Golle
/etc/init.d/wizard doesn't exist anymore apparently, calling /usr/bin/meshwizard/wizard.sh makes more sense instead. Signed-off-by: Daniel Golle <dgolle@allnet.de>
2012-09-11applications/luci-firewall: offer zone selection in redirect quickadd (#483)Jo-Philipp Wich
2012-09-07applications/luci-statistics: add missing return in _expand()Jo-Philipp Wich
2012-09-06applications/luci-statistics: cope with uci list values, thanks Bluse for ↵Jo-Philipp Wich
reporting this
2012-09-02applications/splash: Fix error when replacing markers, delete file which ↵Manuel Munz
contains the custom text if it is empty, #477
2012-08-20applications/meshwizard: Add ipv6 config optionsManuel Munz
2012-08-15applications/luci-diag-devinfo: fix lost description in ↵Jo-Philipp Wich
netdiscover_devinfo.lua, patch by "BasicXP" <basicxp@ubuntu.com>
2012-08-09applications/luci-firewall: javascript & validation fixes in quickaction formsJo-Philipp Wich
2012-08-09applications/luci-firewall: allow negations in all applicable fields (#468)Jo-Philipp Wich
2012-08-09applications/luci-wol: use net.mac_hints() instead of net.arptable() and ↵Jo-Philipp Wich
other sources
2012-08-08applications/luci-meshwizard: use wifi.getiwinfo() to find available channelsJo-Philipp Wich
2012-08-08applications/luci-firewall: fix rule table formatting, add mac & ip hints to ↵Jo-Philipp Wich
various ip related fields
2012-07-24applications/luci-ushare: add description (#458)Jo-Philipp Wich
2012-07-09applications/luci-openvpn: Change enable to enabled, #352Manuel Munz
2012-07-09applications/luci-tinyproxy: Change enable option to enabled, #404Manuel Munz
2012-07-01contrib/freifunk-policyrouting: Fix deletion of rules; add fallback option ↵Manuel Munz
to use the mesh gateway if the own gateway is not available
2012-06-18applications/luci-splash: when more than two clients where leased and ↵Manuel Munz
another one got a lease luci-splash dropped the others, see #431. Thanks to andrenarchy for the patch
2012-05-28applications/olsr: Device was not properly shown for ipv6 adresses which ↵Manuel Munz
used the short form, this should take care of that issue
2012-05-03applications/luci-minidlna: fix status parsingJo-Philipp Wich
2012-04-18applications/transmission: Fix nil value with trport, #397Manuel Munz
2012-04-16New application for watchcatJo-Philipp Wich
Hi, This patch add a new luci-application for the watchcat package (in feeds/packages/utils). Chris
2012-04-15applications/transmission: Add support for transmission. Patch by Gabor ↵Manuel Munz
Varga. #392
2012-04-15applications/luci-radvd: allow the special value "infinity" for preferred ↵Jo-Philipp Wich
lifetime options, resync translation
2012-04-09applications/luci-upnp: load language file in status templateJo-Philipp Wich
2012-04-09applications/luci-minidlna: load language file in status templateJo-Philipp Wich
2012-04-09applications/luci-minidlna: fix possible nil indexing if album art option is ↵Jo-Philipp Wich
unset, only show one filename in placeholder
2012-04-09pplications/luci-minidlna: rework cbi model to use iface widget for ↵Jo-Philipp Wich
interfaces and dynamic list for album art, introduce general and advanced tabs, sync translations
2012-04-07applications/luci-minidlna: remove redundant percent sign, sync translationsJo-Philipp Wich
2012-04-07applications/luci-minidlna: fix whitespace in controller, add status display ↵Jo-Philipp Wich
to cbi map
2012-04-07applications/luci-minidlna: add status outputJo-Philipp Wich
2012-04-06applications: add an application for miniDLNAJo-Philipp Wich
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-02applications/luci-ahcp: allow to translate AHCP service status stringJo-Philipp Wich
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-03-07applications/luci-multiwan: use new uci disable option instead of disabling ↵Jo-Philipp Wich
the init script
2012-02-19applications/luci-firewall: explicitely convert all translation values to ↵Jo-Philipp Wich
strings, otherwhise table.concat() might choke on userdata (#372)
2012-02-19applications/luci-statistics: avoid global vars, avoid nil indexing, get rid ↵Jo-Philipp Wich
of counter variable
2012-02-19applications/luci-statistics: make host selectable if collectd-mod-network ↵Patrick Grimm
server is on
2012-02-14applications: add luci-ltqtapi, provides port status monitoring and VoIP ↵Jo-Philipp Wich
control for Lantiq boards
2012-02-14applications: drop luci-lqtapifossJo-Philipp Wich
2012-02-08luci-olsr: fix html olsr status pagePatrick Grimm