Stan Grishin [Sat, 18 Mar 2017 23:24:36 +0000 (16:24 -0700)]
luci-app-simple-adblock: pt translation
Signed-off-by: Stan Grishin <stangri@melmac.net>
Stan Grishin [Thu, 26 Jan 2017 22:47:53 +0000 (14:47 -0800)]
luci-app-simple-adblock: initial commit of companion package to simple-adblock
luci-app-simple-adblock: bumped version number to match main package
Signed-off-by: Stan Grishin <stangri@melmac.net>
Hannu Nyman [Fri, 9 Dec 2016 16:10:44 +0000 (18:10 +0200)]
time zone data: Update to 2016j
Changes:
Saratov, Russia switches from +03 to +04 on 2016-12-04 at 02:00.
This hives off a new zone Europe/Saratov from Europe/Volgograd.
The new zone Asia/Atyrau for Atyraū Region, Kazakhstan, is like
Asia/Aqtau except it switched from +04/+05 to +05/+06 in spring
1999, not fall 1994.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Fri, 9 Dec 2016 15:51:50 +0000 (17:51 +0200)]
meshwizard: remove local variable definitions outside functions
Adapted from PR #819 by FreifunkUFO
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Fri, 9 Dec 2016 12:07:42 +0000 (13:07 +0100)]
luci-mod-admin-full: handle infinite lease times in output
When a lease objects expires property is set to "false", its expiry time is
unlimited, so adjust the templates to properly display that state.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Fri, 9 Dec 2016 12:05:44 +0000 (13:05 +0100)]
luci-base: luci.tools.status: properly parse infinite odhcpd leases
The expiry time in an odhcpd lease file line may be -1 to denote an infinite
lease time, so adjust the code to properly support that.
The expiry attribute of the lease object will be set to "false" in case of an
infinite lease.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Tue, 6 Dec 2016 09:38:56 +0000 (11:38 +0200)]
Merge pull request #866 from arjendekorte/patch-4
theme-bootstrap: fix invalid use of 'linear-gradient'
arjendekorte [Mon, 5 Dec 2016 15:31:32 +0000 (16:31 +0100)]
Update cascade.css
The linear-gradient function syntax uses 'to bottom' instead of 'top' for a gradient from top to bottom.
Hannu Nyman [Mon, 5 Dec 2016 11:31:00 +0000 (13:31 +0200)]
Merge pull request #864 from EricLuehrsen/unbound_uci
Unbound: Basic LuCI to go with recent Unbound UCI enhancements
Christian Schoenebeck [Sun, 4 Dec 2016 21:26:10 +0000 (22:26 +0100)]
Merge pull request #865 from chris5560/master
luci-app-ddns: update to support ddns-scripts 2.7.6
Christian Schoenebeck [Sun, 4 Dec 2016 20:37:17 +0000 (21:37 +0100)]
luci-app-ddns: update to support ddns-scripts 2.7.6
needed changes to support ddns-scripts 2.7.6
- new command line options of dynamic_ddns_lucihelper.sh
- renamed global config options
- new location of services files
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Eric Luehrsen [Sun, 4 Dec 2016 02:16:04 +0000 (21:16 -0500)]
Unbound: Basic LuCI to go with recent Unbound UCI (Oct2016)
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Christian Schoenebeck [Thu, 1 Dec 2016 19:33:44 +0000 (20:33 +0100)]
Merge pull request #787 from rogerpueyo/luci-proto-ipip
luci-proto-ipip: Add package
Christian Schoenebeck [Thu, 1 Dec 2016 09:31:08 +0000 (10:31 +0100)]
Merge pull request #863 from danrl/luci-proto-wireguard
luci-proto-wireguard: Fix misleading description
danrl [Thu, 1 Dec 2016 08:01:35 +0000 (09:01 +0100)]
luci-proto-wireguard: Fix misleading description
Description was misleading, as the routes are not created automatically. We have
a flag to create routes. Added a hint what to fill into the AlledIPs field as
users repeatedly have struggled to use it correctly. Thanks to Stefan Agner for
providing feedback on this.
Signed-off-by: Dan Luedtke <mail@danrl.com>
Hannu Nyman [Fri, 25 Nov 2016 15:30:44 +0000 (17:30 +0200)]
Merge pull request #847 from newkit/feature_luci-app-wifischedule
Added luci-app-wifischeduler
Nils Koenig [Sat, 12 Nov 2016 16:22:18 +0000 (17:22 +0100)]
luci-app-wifischedule: added package
Turns WiFi on and off according to a schedule
Splitted frontend and backend in different packages.
This feature has now a dependency to the package
wifischedule
in openwrt/packages/net which needs to be merged as well.
Signed-off-by: Nils Koenig <openwrt@newk.it>
Roger Pueyo Centelles [Mon, 21 Nov 2016 10:27:23 +0000 (11:27 +0100)]
luci-proto-ipip: Add package
This package adds LuCI support for IPIP tunnels (IPv4-in-IPv4 RFC2003)
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Hannu Nyman [Sat, 19 Nov 2016 14:06:05 +0000 (16:06 +0200)]
luci-app-statistics: add support for thermal stats
Add support for temperature data from collect-mod-thermal
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sat, 19 Nov 2016 14:03:15 +0000 (16:03 +0200)]
Merge pull request #857 from danrl/luci-proto-wireguard-dependency
luci-proto-wireguard: do not depend on meta-package
danrl [Sat, 19 Nov 2016 14:00:01 +0000 (15:00 +0100)]
luci-proto-wireguard: do not depend on meta-package
Signed-off-by: Dan Luedtke <mail@danrl.com>
Jo-Philipp Wich [Thu, 17 Nov 2016 19:37:16 +0000 (20:37 +0100)]
Merge pull request #852 from danrl/luci-proto-wireguard
luci-proto-wireguard: WireGuard VPN Protocol (New)
danrl [Tue, 15 Nov 2016 22:57:23 +0000 (23:57 +0100)]
luci-proto-wireguard: input validation optimization
danrl [Tue, 15 Nov 2016 20:43:37 +0000 (21:43 +0100)]
Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into luci-proto-wireguard
Dan Lüdtke [Tue, 15 Nov 2016 19:22:18 +0000 (20:22 +0100)]
luci-proto-wireguard: added maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
danrl [Tue, 15 Nov 2016 15:55:47 +0000 (16:55 +0100)]
luci-proto-wireguard: WireGuard VPN Protocol (New)
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
more useful than IPSec, while avoiding the massive headache. It intends to
be considerably more performant than OpenVPN. WireGuard is designed as a
general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances.
It runs over UDP.
Signed-off-by: Dan Lüdtke mail@danrl.com
Hannu Nyman [Thu, 10 Nov 2016 18:34:08 +0000 (20:34 +0200)]
luci-app-statistics: adjust cpufreq graph for single/dual-core CPUs
The original data model definition assumed data from a quad-core CPU,
which caused errors with single- and dual-core processors.
Adjust the data model to work with also them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
danrl [Tue, 15 Nov 2016 20:41:14 +0000 (21:41 +0100)]
Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into luci-proto-wireguard
danrl [Tue, 15 Nov 2016 15:55:47 +0000 (16:55 +0100)]
luci-proto-wireguard: WireGuard VPN Protocol (New)
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
more useful than IPSec, while avoiding the massive headache. It intends to
be considerably more performant than OpenVPN. WireGuard is designed as a
general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances.
It runs over UDP.
Signed-off-by: Dan Lüdtke mail@danrl.com
Dan Lüdtke [Tue, 15 Nov 2016 19:22:18 +0000 (20:22 +0100)]
luci-proto-wireguard: added maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
danrl [Tue, 15 Nov 2016 15:55:47 +0000 (16:55 +0100)]
luci-proto-wireguard: WireGuard VPN Protocol (New)
WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes
state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
more useful than IPSec, while avoiding the massive headache. It intends to
be considerably more performant than OpenVPN. WireGuard is designed as a
general purpose VPN for running on embedded interfaces and super computers
alike, fit for many different circumstances.
It runs over UDP.
Signed-off-by: Dan Lüdtke mail@danrl.com
Hannu Nyman [Thu, 10 Nov 2016 18:34:08 +0000 (20:34 +0200)]
luci-app-statistics: adjust cpufreq graph for single/dual-core CPUs
The original data model definition assumed data from a quad-core CPU,
which caused errors with single- and dual-core processors.
Adjust the data model to work with also them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 8 Nov 2016 20:54:44 +0000 (22:54 +0200)]
luci-app-statistics: tweak 'cpufreq' number formatting
Adjust number formatting to display >1GHz values better.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 8 Nov 2016 20:24:56 +0000 (22:24 +0200)]
luci-app-statistics: add support for CPU frequency scaling stats
Add support for 'cpufreq' plugin in collectd, which monitors
the CPU cores' frequencies. Some platforms enable dynamic
frequency scaling according to CPU load.
'cpufreq' plugin can currently be built for x86 and mvebu.
(and it should likely be enabled also for ipq806x)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 8 Nov 2016 10:40:53 +0000 (12:40 +0200)]
time zone data: Update to 2016i
Note that several of the time zones now use a numeric name
that is quoted with < > (e.g. "<+03>-3")
musl 1.1.15 and earlier have a bug with < > quoted time zone names.
Fix for the bug
* has already been patched in musl upstream with
http://git.musl-libc.org/cgit/musl/commit/?id=
8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6
* has been committed in LEDE with
https://github.com/lede-project/source/commit/
671cb35880308404a17c430c4b3b13dd506a5671
* has been submitted to Openwrt as pull request
https://github.com/openwrt/openwrt/pull/163
Key changes in 2016d-2016i:
---------------------------
2016d:
America/Caracas switches from -0430 to -04 on 2016-05-01.
Asia/Magadan switches from +10 to +11 on 2016-04-24.
New zone Asia/Tomsk, split off from Asia/Novosibirsk.
2016f:
Asia/Novosibirsk switches from +06 to +07 on 2016-07-24.
Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
abbreviations instead of invented ones.
2016g:
Turkey switched from EET/EEST (+02/+03) to permanent +03,
effective 2016-09-07. Use "+03" rather than an invented
abbreviation for the new time.
Several zones in Antarctica and the former Soviet Union, along
with zones intended for ships at sea that cannot use POSIX TZ
strings, now use numeric time zone abbreviations instead of
invented or obsolete alphanumeric abbreviations.
2016h:
Asia/Gaza and Asia/Hebron end DST on 2016-10-29, not
2016-10-21. Predict that future fall transitions will
be on the last Saturday of October.
Asia/Colombo now uses numeric time zone abbreviations like "+0530"
instead of alphabetic ones like "IST" and "LKT".
2016i:
Pacific/Tongatapu begins DST on 2016-11-06, ending on
2017-01-15. Assume future observances in Tonga will be
from the first Sunday in November through the third Sunday in
January, like Fiji. Switch to numeric time zone abbreviations
for this zone.
Northern Cyprus is now +03 year round, causing a split in Cyprus
time zones starting 2016-10-30 at 04:00. This creates a zone
Asia/Famagusta.
Antarctica/Casey switched from +08 to +11 on 2016-10-22.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Tue, 1 Nov 2016 15:47:31 +0000 (16:47 +0100)]
luci.mk: add simple cache buster
Append a ?v=version string to any media or resource URL that has a .js or .css
extension.
Also substitute placeholders in the form <%# xxxPKG_VERSION %> where
xxx is replaced verbatim and PKG_VERSION with the actual version, e.g.
<%# ?x=PKG_VERSION %> will result in "?x=git-16.237.30043-
f885853".
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Sun, 30 Oct 2016 10:22:58 +0000 (12:22 +0200)]
documentation: Update i18n advice
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 30 Oct 2016 08:21:12 +0000 (10:21 +0200)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 30 Oct 2016 08:10:46 +0000 (10:10 +0200)]
luci-app-travelmate: user interface for Travelmate package
Create user interface for Travelmate, a new package that
helps in creating travel router functionality.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Fri, 28 Oct 2016 14:17:05 +0000 (16:17 +0200)]
Merge pull request #793 from remakeelectric/rme-master-tweaks
wifi_add minor usability tweaks
Jo-Philipp Wich [Mon, 24 Oct 2016 09:30:50 +0000 (11:30 +0200)]
Merge pull request #776 from cshore/pull-request-statistics-nut
luci-app-statistics: nut: Add additional stats some UPSes report
Hannu Nyman [Sun, 23 Oct 2016 18:36:36 +0000 (21:36 +0300)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 23 Oct 2016 17:21:44 +0000 (20:21 +0300)]
Merge pull request #831 from danrl/patch-1
Typo
Dan Lüdtke [Fri, 21 Oct 2016 18:24:57 +0000 (20:24 +0200)]
Typo
Hannu Nyman [Fri, 14 Oct 2016 10:15:35 +0000 (13:15 +0300)]
Merge pull request #682 from cshore/pull-request-pppoe-server
luci-app-pppoe-server: Add PPPoE server configuration
Hannu Nyman [Mon, 10 Oct 2016 16:06:33 +0000 (19:06 +0300)]
Merge pull request #822 from NeoRaider/staging-dir-host
luci-base: use default install paths for host utils (again)
Matthias Schiffer [Sun, 9 Oct 2016 20:43:57 +0000 (22:43 +0200)]
luci-base: use default install paths for host utils
This reverts commit
d4c33720208346ee7983213fe764df3102b8a771.
PATH inconsistencies and Host/Install arguments have been fixed in both
LEDE and OpenWrt, so we can revert the revert.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Jo-Philipp Wich [Thu, 6 Oct 2016 15:14:46 +0000 (17:14 +0200)]
luci-base: remove default diag host from /etc/config/luci
Now that luci-mod-admin-full figures out the proper diagnostics host
during postinstall we can remove the UCI section from the default
configuration file.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 6 Oct 2016 15:13:23 +0000 (17:13 +0200)]
luci-mod-admin-full: figure out diagnostics host in postinstall
Attempt to infer the default diagnostics host for nslookup / ping / traceroute
from the various URLs in /etc/os-release. Fall back to "openwrt.org" if no
host is found to preserve backwards compatibility.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Tue, 4 Oct 2016 23:42:51 +0000 (01:42 +0200)]
Revert "luci-base: use default install paths for host utils"
This reverts commit
87a7570690f7aeffb1aff01f320973c9acb668d3.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Tue, 4 Oct 2016 23:42:48 +0000 (01:42 +0200)]
Revert "luci-base: fix luci-base host tool install on OpenWrt"
This reverts commit
f7639bcd6a2caf7cc0f03e85744906c577eefeab.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Tue, 4 Oct 2016 08:27:31 +0000 (11:27 +0300)]
Merge pull request #813 from NeoRaider/staging-dir-host
luci-base: fix luci-base host tool install on OpenWrt
Matthias Schiffer [Mon, 3 Oct 2016 22:34:30 +0000 (00:34 +0200)]
luci-base: fix luci-base host tool install on OpenWrt
OpenWrt doesn't provide an argument to Host/Install like LEDE does; use
HOST_BUILD_PREFIX instead, which is available on both.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Hannu Nyman [Mon, 3 Oct 2016 18:11:23 +0000 (21:11 +0300)]
Merge pull request #807 from hnyman/ssl-openssl
luci-ssl-openssl: Provide OpenSSL-based LuCI collection
Hannu Nyman [Mon, 3 Oct 2016 18:09:08 +0000 (21:09 +0300)]
luci-ssl-openssl: Provide OpenSSL-based LuCI collection
Add a new OpenSSL-based collection that uses libustream-openssl
instead of the default libustream-polarssl.
(Note: px5g still needs libpolarssl, so both libs will be included)
Mention PolarSSL in the title of luci-ssl.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Matthias Schiffer [Mon, 3 Oct 2016 11:06:54 +0000 (13:06 +0200)]
luci-base: use default install paths for host utils
Also, don't make any assumptions about the staging dir lua and LuaSrcDiet
were installed to.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Hannu Nyman [Fri, 30 Sep 2016 06:48:56 +0000 (09:48 +0300)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 29 Sep 2016 08:59:13 +0000 (11:59 +0300)]
Merge pull request #770 from arturdm/patch-1
luci-app-statistics: Fix missing title in df graphs
Christian Schoenebeck [Tue, 27 Sep 2016 09:14:34 +0000 (11:14 +0200)]
Merge pull request #805 from chris5560/master
luci-app-ddns: no longer check for name lookup progs to support force ip version
Christian Schoenebeck [Sun, 25 Sep 2016 08:57:29 +0000 (10:57 +0200)]
luci-app-ddns: correct required ddns-script version
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Christian Schoenebeck [Sun, 25 Sep 2016 08:53:13 +0000 (10:53 +0200)]
luci-app-ddns: ignore if name lookup progs not supporting force ip version
- no longer verify installed name lookup programs to set has_forceip flag inside tools/ddns.lua
- adapt messages inside hints.lua
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Karl Palsson [Wed, 7 Sep 2016 16:41:04 +0000 (16:41 +0000)]
wifi_add: allow multi SSID by default if supported.
Instead of defaulting to replace, even on hardware that supports multi
SSID, make the default to add. This reduces the chance of locking
oneself out when adding a second network. If you intended to replace,
ending up with two networks then deleting one is easier than recovering
when the old network configuration is gone.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Fri, 23 Sep 2016 17:02:41 +0000 (17:02 +0000)]
wifi_add: help text should match reality
An additonal network is created if the box _is_ checked.
Karl Palsson [Wed, 7 Sep 2016 16:37:13 +0000 (16:37 +0000)]
wifi_add: show the SSID of the network being joined.
After clicking the "join" button on the scan list, the SSID is no longer
visible, though it's kept in the form to pass to the server.
Show the chosen SSID on the top of the page, to help people confirm that
they're joining the right network.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Hannu Nyman [Thu, 22 Sep 2016 18:30:25 +0000 (21:30 +0300)]
freifunk-p2pblock / luci-app-p2pblock: mark BROKEN
Mark freifunk-p2pblock and luci-app-p2pblock BROKEN
as p2pblock needs layer7 support in iptables, which
was removed in early 2015 from iptables-mod-filter:
https://dev.openwrt.org/changeset/45423
https://dev.openwrt.org/changeset/45424
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 20 Sep 2016 06:47:29 +0000 (09:47 +0300)]
Merge pull request #800 from kuoruan/aria2
luci-app-aria2: fix template name
Hsing-Wang Liao [Tue, 20 Sep 2016 03:44:03 +0000 (11:44 +0800)]
luci-app-aria2: fix template name
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Mon, 19 Sep 2016 10:31:25 +0000 (13:31 +0300)]
Merge pull request #799 from kuoruan/aria2
luci-app-aria2: fix and update
Hsing-Wang Liao [Mon, 19 Sep 2016 02:20:36 +0000 (10:20 +0800)]
luci-app-aria2: fix bugs and add log option
* Fix unable save authentication method;
* Use luci.dispatcher.build_url(...) to support Chaos Calmer;
* Add log file and log level options;
* Rename files.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hsing-Wang Liao [Mon, 19 Sep 2016 02:17:11 +0000 (10:17 +0800)]
luci-app-aria2: add maintainer info
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Jo-Philipp Wich [Wed, 7 Sep 2016 17:11:46 +0000 (19:11 +0200)]
Merge pull request #794 from remakeelectric/wiki-links
docs: link to the developer wiki documentation
Karl Palsson [Wed, 7 Sep 2016 17:10:05 +0000 (17:10 +0000)]
docs: link to the developer wiki documentation
Signed-off-by: Karl Palsson <karlp@etactica.com>
Hannu Nyman [Sun, 4 Sep 2016 10:18:59 +0000 (13:18 +0300)]
luci-app-statistics: Add cpu and memory plugins to the default set
Add cpu and memory statistics plugins to the default set included
in Luci statistics and enable them in the default config. They are
useful small collectd plugins for resource usage monitoring.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 24 Aug 2016 21:45:41 +0000 (00:45 +0300)]
Merge pull request #782 from Ansuel/master
Fix some capital and add some translation
Hannu Nyman [Wed, 24 Aug 2016 15:58:00 +0000 (18:58 +0300)]
luci-app-pbx(-voicemail): mark BROKEN
Mark the luci-app-pbx(-voicemail) packages BROKEN as trying
to install them now produces dependency errors.
The pbx packages depend on asterisk 1.8 that is EOL upstream
and has been moved from the telephony feed to the abandoned feed.
If LuCI pbx packages are still needed, they should be refreshed
to depend on a current asterisk version from the telephony feed.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
BuildTools [Wed, 24 Aug 2016 10:27:01 +0000 (12:27 +0200)]
Fix some capital and add some translation
Hope this time I have done a good work
Hannu Nyman [Wed, 24 Aug 2016 08:49:13 +0000 (11:49 +0300)]
i18n: sync translations
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 24 Aug 2016 08:46:20 +0000 (11:46 +0300)]
luci-mod-admin-full: tweak checksum item presentation
Simplify the sysupgrade image checksum strings in order to
avoid translating "Checksum xxx" items both for MD5 and SHA256.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Wed, 24 Aug 2016 08:20:36 +0000 (10:20 +0200)]
Revert "Fix and update italian translation"
This reverts commit
66d5023891ee948480042e7e0af81b5fc3e3b53e since the
original change was apparently untested.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Tue, 23 Aug 2016 21:12:38 +0000 (23:12 +0200)]
Merge pull request #781 from Ansuel/patch-1
Fix and update italian translation
Ansuel [Tue, 23 Aug 2016 21:10:45 +0000 (23:10 +0200)]
Fix and update italian translation
I have fixed some capital letter and add some translation
Hannu Nyman [Fri, 19 Aug 2016 07:59:52 +0000 (10:59 +0300)]
luci-mod-admin-full: show also sha256 checksum for sysupgrade images
Show also the sha256 checksum in addition to MD5 checksum to enable
image verification also for builds with only sha256 checksums.
If the 'sha256sum' command is not present in the system, the value
remains empty.
Note: The easiest way to get the 'sha256sum' command is to compile it
into busybox.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jo-Philipp Wich [Thu, 18 Aug 2016 08:02:51 +0000 (10:02 +0200)]
luci-mod-admin-full: properly skip over unused switch ports
Fix incomplete port status display on vlan setup page when ports in the middle
are not used, e.g. some Lantiq boards use ports 0, 1, 2 and 4 for LAN ports so
JS code should not attempt to reference an undefined status element for port 3.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 18 Aug 2016 07:23:28 +0000 (09:23 +0200)]
luci-mod-admin-full: fallback to generic switch topology
Use a generic default topology if we cannot infer switch information from
board.json and display an error message in this case. Should fix #779 and
similar issues.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 18 Aug 2016 07:19:54 +0000 (09:19 +0200)]
luci-base: properly style login alert message
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 18 Aug 2016 07:18:56 +0000 (09:18 +0200)]
luci-theme-bootstrap: add missing CSS class
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Hannu Nyman [Tue, 16 Aug 2016 09:40:04 +0000 (12:40 +0300)]
i18n: privoxy/zh-cn: correct linefeeds, sync translation
Incorrect linefeeds caused the i18n-sync script to misbehave.
* Line feeds corrected (from CRLF to LF)
* Synced ok after the linefeed change.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 16 Aug 2016 07:07:49 +0000 (10:07 +0300)]
i18n: sync translations, fix sv for adblock
Sync translations.
Fix the newly added sv translation for adblock.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Tue, 16 Aug 2016 06:34:02 +0000 (09:34 +0300)]
Merge pull request #778 from Umeaboy/patch-26
Created sv.po
Kristoffer Grundström [Tue, 16 Aug 2016 00:07:50 +0000 (02:07 +0200)]
Created sv.po
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
Jo-Philipp Wich [Mon, 15 Aug 2016 15:57:01 +0000 (17:57 +0200)]
luci-mod-admin-full: use switch toplogy information for vlan setup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Mon, 15 Aug 2016 15:52:28 +0000 (17:52 +0200)]
luci-base: support reading switch topology from /etc/board.json
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Daniel Dickinson [Sun, 14 Aug 2016 00:38:56 +0000 (20:38 -0400)]
luci-app-statistics: nut: Add additional stats some UPSes report
Different UPSes report differents stats; here we add graphing
of some additional statistics supports by some models.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Daniel Dickinson [Sun, 14 Aug 2016 00:36:18 +0000 (20:36 -0400)]
luci-app-pppoe-server: Add PPPoE server configuration
Adds support for rp-pppoe-server configuration once pending
pull request for packages feed gets applied.
Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
Artur Stepniewski [Wed, 10 Aug 2016 20:09:32 +0000 (22:09 +0200)]
Fix missing title in df graphs
It used data source instance name instead of plugin instance name.
Signed-off-by: Artur Stepniewski <artur.stepniewski+openwrt@gmail.com>
Jo-Philipp Wich [Thu, 4 Aug 2016 09:45:04 +0000 (11:45 +0200)]
luci-base: cbi.js: handle undefined arguments in formatting
Fix the JavaScript String.format() to not trigger an exception if the argument
for an escaped format like %h or %q is undefined.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 4 Aug 2016 09:42:40 +0000 (11:42 +0200)]
luci-mod-admin-full: status page formatting fix
Display a question mark for undefined SSID and BSSID strings.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 4 Aug 2016 09:40:34 +0000 (11:40 +0200)]
luci-base: fix handling of monitor ifaces
Wireless monitor interfaces usually have no SSID set in their config and
various network model utility functions did not handle this case properly,
mainly while trying to incorperate the SSID string into various description
labels.
Fall back to the internal network id (radioX.networkY) in cases where neither
the SSID nor the BSSID are available.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Thu, 4 Aug 2016 09:37:13 +0000 (11:37 +0200)]
luci-base: improve string format error reporting
In mod metamethod, execute string format under pcall() and rethrow error in
caller context to report caller of function in errors and not the meta
method itself.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich [Sun, 31 Jul 2016 13:59:58 +0000 (15:59 +0200)]
luci-mod-admin-full: fix net diagnostics with missing config
Gracefully handle a missing diag section in /etc/config/luci when rendering
the network diagnostics tool page.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>