summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna/luasrc
AgeCommit message (Collapse)Author
2020-03-01luci-app-minidlna: convert to client side renderingJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-01luci-app-minidlna: fix service checkJo-Philipp Wich
The service process was renamed from `minidlna` to `minidlnad`. Fixes: #3700 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-20luci-app-*: use default poll intervalFlorian Eckert
Replace all XHR poll time number with -1 so they will use the default poll interval time value from "/etc/config/luci". If this is not set then 5 seconds as default is used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-08-15luci-app-minidlna: Colons removedAmeer Dawood
Colons have been removed as asked in #1566 Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2017-10-25luci-app-minidlna: Fix UI textINAGAKI Hiroshi
Add missing colon ":" to the UI text for widelink option. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-10-21Merge pull request #1380 from jcadduono/minidlnaHannu Nyman
luci-app-minidlna: add allow wide links option
2017-10-20luci-app-minidlna: Don't specify media_dir=Mike Lothian
This is added automatically. Entering it twice stops minidlna from starting as the config ends up with media_dir=media_dir=A,/dir/name Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
2017-09-24luci-app-minidlna: add allow wide links optionJames Christopher Adduono
This option was added to minidlna in version 1.2.0 and is set to no by default. Signed-off-by: James Christopher Adduono <jc@adduono.com>
2015-10-07Globally replace luci.dispatcher.build_url(...) with url(...) invocationsJo-Philipp Wich
Also concat multiple string arguments into one while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16Globally reduce copyright headersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
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>