summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
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>
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-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>