Commit Graph
1157 Commits
Author SHA1 Message Date
Hannu Nyman f4a67353a7 luci-app-adblock: conform to adblock 0.90
* Add support for disabling "force DNS queries to local resolver" option
* Remove deprecated logging options

Additionally remove unnecessary rmempty definitions.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-28 23:03:14 +02:00
Hannu Nyman 06cf8b1b6f i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-26 15:17:01 +02:00
Hannu Nyman 1f4f828503 luci-app-adblock: remove deprecated options
Remove support for options deprecated in adblock 0.80.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-22 22:23:05 +02:00
Hannu Nyman e270083cfe luci-app-adblock: conform to adblock 0.80
* Change "debug log" to "log"
* Add support for source descriptions
* Support new options for ping targets
* Simplify link to readme

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-21 17:39:19 +02:00
Hannu Nyman 6ee5c593b3 luci-app-adblock: Add support for optional config values
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-20 12:34:16 +02:00
Hannu Nyman 3749c45f80 luci-app-adblock: Beautify blocklist selection table and reorganise
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-19 12:13:44 +02:00
Hannu Nyman 21bf16ce04 luci-app-adblock: User interface for the 'adblock' package
Simple user interface for the 'adblock' package from packages feed.
Adds 'Adblock' item to the Services menu in LuCI.
Allows enabling/disabling the service and selecting blocklists.

Configuration of the blocklist URLs and selection of Shalla categories
needs to be done manually to the config file, if needed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-16 22:28:46 +02:00
Jo-Philipp Wich 5cfad4338f luci-app-firewall: rely on auto-serialization for combobox choices
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-02-10 19:38:44 +01:00
Jo-Philipp Wich f33695d456 luci-app-firewall: align custom cbi teplates with new code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-02-10 18:13:53 +01:00
Christian Schoenebeck 026ac8d033 luci-app-radicale: bump to version 1.1.0
- support Radicale > v1.1
- modified version detection
- adaption to new function version_compare() in ipkg.lua
- adaption to fixed Flag.parse() in cbi.lua
- adaption to new property map.tabbed in cbi.lua using map template with extensions
- change optional values to non optional
- add support new option "system.boot_delay"

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-07 09:30:29 +01:00
Christian Schoenebeck e4856c7631 luci-app-ddns: some fixes
- fixes for https://dev.openwrt.org/ticket/21787
- changed detection of BusyBox nslookup compiled with musl, thanks to Arjen de Korte

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-02-06 16:33:59 +01:00
Hannu Nyman 8ae57f6204 i18n: Sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-03 11:43:10 +02:00
Hannu Nyman 8f8957f90f luci-app-statistics: Remove usually empty std.dev. graph from ping page
Remove the usually empty standard deviation graph from the ping page.

The graph is empty for most users as collectd measures standard deviation
of individual pings inside the general interval of statistics collection.
Default setting for both ping interval and general collection interval
is 30s in Luci statistics, meaning just 1 ping per interval, which
leads to empty graph.

(To provide relveant data, the ping interval should be 1/4-1/5 of the
general collection interval. Even then the graph does not look very
informative due to different scaling than the latency graph.)

Note that this commit does not change collectd itself, which continues
to collect and calculate also the std.dev. data, which can be fetched
with 'rrdtool' if needed.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-02-02 14:34:10 +02:00
Christian Schöenebeck 7f57a70110 luci-app-ddns: bump to version 2.4.0-1
- fixes for #611 and #620
- adaptions for ddns-scripts 2.6.0
-- add hint for problems with BusyBox nslookup compiled with musl and offer installing hostip package
-- add hint for not installed certificates inside /etc/ssl/certs and offer installing ca-certificates package https://github.com/openwrt/packages/pull/2243
-- check if malfunctional BusyBox nslookup installed, so disable using option dns_server if not Bind host or hostip installed
- optimizations
- cleanup: remove .po files without any translations

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-01-30 19:32:55 +01:00
Jo-Philipp Wich 2e92c0718a luci-app-firewall: drop_invalid is default on in OpenWrt now
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-29 18:50:24 +01:00
Jo-Philipp Wich 8eaac4b637 Use numeric prefixes for uci-defaults scripts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-27 16:50:19 +01:00
Jo-Philipp Wich a5e43323e7 Merge pull request #593 from Umeaboy/patch-12
luci-app-splash: Edited Swedish translation
2016-01-15 19:23:53 +01:00
Kristoffer Grundström 0007533e7f Updated Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2016-01-15 19:21:57 +01:00
Jo-Philipp Wich ad064f0b03 Merge pull request #563 from cshore/pull-request-app-uhttpd
Pull request app uhttpd
2016-01-15 15:20:41 +01:00
Christian Schoenebeck 2dd9ccef69 luci-app-ddns: removing unneeded assert
- remove unneeded assert() in tools/ddns.lua
- correct PKG_VERSION to the correct value from controller/ddns.lua

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-12-31 12:14:13 +01:00
Jan Čermák 2935c5bcf2 luci-app-radicale: use relative path to luci.mk
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-12-21 14:08:58 +01:00
Jan Čermák bb3637b75c luci-app-privoxy: use relative path to luci.mk
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-12-21 14:08:53 +01:00
Jan Čermák 6abd84269d luci-app-ddns: use relative path to luci.mk
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-12-21 14:08:47 +01:00
Hannu Nyman edf352efa2 i18n: sync translations
Sync translations.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-12-20 11:47:08 +02:00
Hannu Nyman 68e54eb0f2 Merge pull request #590 from Umeaboy/patch-9
luci-app-radicale: Added and edited Swedish translation
2015-12-18 11:22:16 +02:00
Hannu Nyman e4c2c3376c Merge pull request #587 from Umeaboy/patch-7
luci-app-privoxy: Added and edited Swedish translation
2015-12-18 11:21:58 +02:00
Hannu Nyman 4a9dc1b327 Merge pull request #594 from Umeaboy/patch-13
luci-app-statistics: Edited Swedish translation
2015-12-18 11:14:39 +02:00
Hannu Nyman 4b056181af Merge pull request #604 from Umeaboy/patch-23
luci-app-shadowsocks-libev: Edited Swedish translation
2015-12-18 11:12:12 +02:00
Hannu Nyman d4dac9124f Merge pull request #600 from Umeaboy/patch-19
luci-app-vnstat: Edited Swedish translation
2015-12-18 11:11:38 +02:00
Hannu Nyman 82455ad016 Merge pull request #601 from Umeaboy/patch-20
luci-app-voice-diag: Edited Swedish translation
2015-12-18 11:11:28 +02:00
Hannu Nyman 19cd14d337 Merge pull request #602 from Umeaboy/patch-21
luci-app-watchcat: Edited Swedish translation
2015-12-18 11:11:15 +02:00
Hannu Nyman 1222bc7efd Merge pull request #603 from Umeaboy/patch-22
luci-app-wol: Edited Swedish translation
2015-12-18 11:11:05 +02:00
Hannu Nyman 6919b9f503 Merge pull request #605 from Umeaboy/patch-24
luci-app-p910nd: Edited Swedish translation
2015-12-18 11:10:20 +02:00
Hannu Nyman 6c98160387 Merge pull request #597 from Umeaboy/patch-16
luci-app-transmission: Edited Swedish translation
2015-12-18 11:09:38 +02:00
Hannu Nyman b15217e6c3 Merge pull request #596 from Umeaboy/patch-15
luci-app-tinyproxy: Edited Swedish translation
2015-12-18 11:09:22 +02:00
Hannu Nyman d9d2083f6a Merge pull request #598 from Umeaboy/patch-17
luci-app-upnp: Edited Swedish translation
2015-12-18 11:08:57 +02:00
Hannu Nyman 0c470d7e22 Merge pull request #599 from Umeaboy/patch-18
luci-app-ushare: Edited Swedish translation
2015-12-18 11:08:40 +02:00
Hannu Nyman 5cd80c8f45 Merge pull request #592 from Umeaboy/patch-11
luci-app-samba: Edited Swedish translation
2015-12-18 11:06:22 +02:00
Hannu Nyman aae99ea7f9 Merge pull request #591 from Umeaboy/patch-10
luci-app-radvd: Edited Swedish translation
2015-12-18 11:06:10 +02:00
Hannu Nyman 7f5a44da7e Merge pull request #588 from Umeaboy/patch-5
luci-app-pbx-voicemail: Edited Swedish translation
2015-12-18 11:05:33 +02:00
Hannu Nyman 3155dae3df Merge pull request #589 from Umeaboy/patch-8
luci-app-qos: Edited Swedish translation
2015-12-18 11:05:23 +02:00
Hannu Nyman a562417d46 Merge pull request #586 from Umeaboy/patch-6
luci-app-polipo: Edited Swedish translation
2015-12-18 11:04:39 +02:00
Hannu Nyman 7ee5445876 Merge pull request #585 from Umeaboy/patch-4
luci-app-p2pblock: Edited Swedish translation
2015-12-18 11:04:10 +02:00
Hannu Nyman 1900a8f776 Merge pull request #584 from Umeaboy/patch-3
luci-app-olsr: Edited Swedish translation
2015-12-18 11:03:59 +02:00
Hannu Nyman f1d9ee58f5 Merge pull request #583 from Umeaboy/patch-2
luci-app-ntpc: Edited Swedish translation
2015-12-18 11:03:34 +02:00
Kristoffer Grundström 211e64ba0c luci-app-p910nd: Edited Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2015-12-18 06:55:31 +01:00
Kristoffer Grundström 5642947777 luci-app-shadowsocks-libev: Edited Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2015-12-18 06:37:38 +01:00
Kristoffer Grundström 3c2a018010 luci-app-wol: Edited Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2015-12-18 06:30:05 +01:00
Kristoffer Grundström 2c975e1346 luci-app-watchcat: Edited Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2015-12-18 05:53:34 +01:00
Kristoffer Grundström ce86d31205 luci-app-voice-diag: Edited Swedish translation
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
2015-12-18 05:44:50 +01:00