Age | Commit message (Collapse) | Author |
|
luci-app-transmission: Edited Swedish translation
|
|
luci-app-tinyproxy: Edited Swedish translation
|
|
luci-app-upnp: Edited Swedish translation
|
|
luci-app-ushare: Edited Swedish translation
|
|
luci-app-samba: Edited Swedish translation
|
|
luci-app-radvd: Edited Swedish translation
|
|
luci-app-pbx-voicemail: Edited Swedish translation
|
|
luci-app-qos: Edited Swedish translation
|
|
luci-app-polipo: Edited Swedish translation
|
|
luci-app-p2pblock: Edited Swedish translation
|
|
luci-app-olsr: Edited Swedish translation
|
|
luci-app-ntpc: Edited Swedish translation
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
introduce tls_version_min and tls_version_max, add key_direction and …
|
|
Pull request validator rework
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Signed-off-by: Kristoffer Grundström <kristoffer.grundstrom1983@gmail.com>
|
|
Some applications only support ipv4 so add ipv4only option
to host and hostport datatypes so that for thos applications
that when an IP address is specified only and ipv4 ip address
gets accepted.
|
|
UCI config for the firewall has the option of specifying time and date
limitations; add these options the UI.
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Sync translations.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
luci-app-openvpn: Add udp6 and tcp6 to proto
|
|
Signed-off-by: Yifeng Zhang <arnie97@gmail.com>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
- support for new options "lookup_host", "param_enc" and "param_opt"
- rewritten ddns provider handling to only show/check needed options "domain", "username", etc.
- modified version check/handling incl. using new ipkg.compare_versions function
- modified map.title and map.description generation
- changed XHR.poll interval to 15 seconds on system status page
- using new value_parse function for testing and later implementation into cbi.lua
- some optimizations
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
|
luci-app-qos: Add custom QOS classes to luci dropdown list
|
|
remove map.title hack; no longer needed
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
|
remove map.title hack; no longer needed
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
|
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
Mark luci-app-voice-core and luci-app-voice-diag @BROKEN as their only functionality
is to create menu structure to be filled by items from luci-app-diag-devinfo,
which is currently broken due to missing dependencies.
References:
Initial commit creating all three packages:
https://github.com/openwrt/luci/commit/820f11932f548182ebb32704e1df83b78e69b19e
Explanation why luci-app-diag-devinfo is currently broken:
https://github.com/openwrt/luci/commit/ec6ccf1cd3225b51b958b38c7439f1dea8c28457
If luci-app-diag-devinfo gets its dependencies fixed, these two voice packages
might be re-activated. Combining the three packages would increase clarity.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Change the maximum length of a firewall zone name from 14 to 11 characters.
Longer names break iptables rule generation (max. 29 chars are allowed).
XT_EXTENSION_MAXNAMELEN = 29
29 - sizeof("postrouting_") - sizeof("_rule") - sizeof("\0") = 11
References to:
https://github.com/openwrt/luci/issues/507
https://dev.openwrt.org/ticket/20380
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
|
|
Mark luci-app-diag-devinfo @BROKEN as it has several failing dependencies:
Four dependencies from "oldpackages":
httping, mac-to-devinfo, smap-to-devinfo, netdiscover-to-devinfo
One dependency from "abandoned":
smap
(netdiscover is currently ok in trunk, but not in 15.05.)
Reference to Luci issue #523.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Ping statistics plugin allows the user to define multiple ping targets.
The graphs have so far shown multiple hosts in a stacked way.
Adjust graphs to show the target hosts separately (overlay=true).
Clarify the plugin definition with some additional line spacing.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Improve scaling of the associated stations graph on the wireless page.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|