Commit graph

9 commits

Author SHA1 Message Date
Florian Eckert
121e7fea66 luci-app-*: use default poll interval
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-12-20 10:20:23 +01:00
Ameer Dawood
808153fd9d
luci-app-minidlna: Colons removed
Colons have been removed as asked in #1566
Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2018-08-15 22:13:59 +05:00
INAGAKI Hiroshi
721ef27cdc luci-app-minidlna: Fix UI text
Add missing colon ":" to the UI text for widelink option.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-10-25 22:16:14 +09:00
Hannu Nyman
59a4e4065d Merge pull request #1380 from jcadduono/minidlna
luci-app-minidlna: add allow wide links option
2017-10-21 09:50:01 +03:00
Mike Lothian
50937bcb20 luci-app-minidlna: Don't specify media_dir=
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-10-20 01:36:01 +01:00
James Christopher Adduono
27a5075290 luci-app-minidlna: add allow wide links option
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>
2017-09-24 14:21:10 -04:00
Jo-Philipp Wich
281d2f6178 Globally replace luci.dispatcher.build_url(...) with url(...) invocations
Also concat multiple string arguments into one while we're at it.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-10-07 19:07:36 +02:00
Jo-Philipp Wich
7a3493b1f7 Globally reduce copyright headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:38:38 +01:00
Jo-Philipp Wich
1bb4822dca Rework LuCI build system
* 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>
2015-01-08 16:26:20 +01:00