summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-12-04luci-app-ddns: update to support ddns-scripts 2.7.6Christian Schoenebeck
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>
2016-12-01Merge pull request #787 from rogerpueyo/luci-proto-ipipChristian Schoenebeck
luci-proto-ipip: Add package
2016-12-01Merge pull request #863 from danrl/luci-proto-wireguardChristian Schoenebeck
luci-proto-wireguard: Fix misleading description
2016-12-01luci-proto-wireguard: Fix misleading descriptiondanrl
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>
2016-11-25Merge pull request #847 from newkit/feature_luci-app-wifischeduleHannu Nyman
Added luci-app-wifischeduler
2016-11-25luci-app-wifischedule: added packageNils Koenig
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>
2016-11-21luci-proto-ipip: Add packageRoger Pueyo Centelles
This package adds LuCI support for IPIP tunnels (IPv4-in-IPv4 RFC2003) Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2016-11-19luci-app-statistics: add support for thermal statsHannu Nyman
Add support for temperature data from collect-mod-thermal Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-11-19Merge pull request #857 from danrl/luci-proto-wireguard-dependencyHannu Nyman
luci-proto-wireguard: do not depend on meta-package
2016-11-19luci-proto-wireguard: do not depend on meta-packagedanrl
Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-17Merge pull request #852 from danrl/luci-proto-wireguardJo-Philipp Wich
luci-proto-wireguard: WireGuard VPN Protocol (New)
2016-11-15luci-proto-wireguard: input validation optimizationdanrl
2016-11-15Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into ↵danrl
luci-proto-wireguard
2016-11-15luci-proto-wireguard: added maintainerDan Lüdtke
Signed-off-by: Dan Lüdtke <mail@danrl.com>
2016-11-15luci-proto-wireguard: WireGuard VPN Protocol (New)danrl
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
2016-11-15luci-app-statistics: adjust cpufreq graph for single/dual-core CPUsHannu Nyman
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>
2016-11-15Merge branch 'luci-proto-wireguard' of github.com:danrl/openwrt-luci into ↵danrl
luci-proto-wireguard
2016-11-15luci-proto-wireguard: WireGuard VPN Protocol (New)danrl
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
2016-11-15luci-proto-wireguard: added maintainerDan Lüdtke
Signed-off-by: Dan Lüdtke <mail@danrl.com>
2016-11-15luci-proto-wireguard: WireGuard VPN Protocol (New)danrl
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
2016-11-10luci-app-statistics: adjust cpufreq graph for single/dual-core CPUsHannu Nyman
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>
2016-11-08luci-app-statistics: tweak 'cpufreq' number formattingHannu Nyman
Adjust number formatting to display >1GHz values better. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-11-08luci-app-statistics: add support for CPU frequency scaling statsHannu Nyman
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>
2016-11-08time zone data: Update to 2016iHannu Nyman
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>
2016-11-01luci.mk: add simple cache busterJo-Philipp Wich
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>
2016-10-30documentation: Update i18n adviceHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-30i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-30luci-app-travelmate: user interface for Travelmate packageHannu Nyman
Create user interface for Travelmate, a new package that helps in creating travel router functionality. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-28Merge pull request #793 from remakeelectric/rme-master-tweaksJo-Philipp Wich
wifi_add minor usability tweaks
2016-10-24Merge pull request #776 from cshore/pull-request-statistics-nutJo-Philipp Wich
luci-app-statistics: nut: Add additional stats some UPSes report
2016-10-23i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-10-23Merge pull request #831 from danrl/patch-1Hannu Nyman
Typo
2016-10-21TypoDan Lüdtke
2016-10-14Merge pull request #682 from cshore/pull-request-pppoe-serverHannu Nyman
luci-app-pppoe-server: Add PPPoE server configuration
2016-10-10Merge pull request #822 from NeoRaider/staging-dir-hostHannu Nyman
luci-base: use default install paths for host utils (again)
2016-10-09luci-base: use default install paths for host utilsMatthias Schiffer
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>
2016-10-06luci-base: remove default diag host from /etc/config/luciJo-Philipp Wich
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>
2016-10-06luci-mod-admin-full: figure out diagnostics host in postinstallJo-Philipp Wich
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>
2016-10-05Revert "luci-base: use default install paths for host utils"Jo-Philipp Wich
This reverts commit 87a7570690f7aeffb1aff01f320973c9acb668d3. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-05Revert "luci-base: fix luci-base host tool install on OpenWrt"Jo-Philipp Wich
This reverts commit f7639bcd6a2caf7cc0f03e85744906c577eefeab. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-10-04Merge pull request #813 from NeoRaider/staging-dir-hostHannu Nyman
luci-base: fix luci-base host tool install on OpenWrt
2016-10-04luci-base: fix luci-base host tool install on OpenWrtMatthias Schiffer
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>
2016-10-03Merge pull request #807 from hnyman/ssl-opensslHannu Nyman
luci-ssl-openssl: Provide OpenSSL-based LuCI collection
2016-10-03luci-ssl-openssl: Provide OpenSSL-based LuCI collectionHannu Nyman
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>
2016-10-03luci-base: use default install paths for host utilsMatthias Schiffer
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>
2016-09-30i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-09-29Merge pull request #770 from arturdm/patch-1Hannu Nyman
luci-app-statistics: Fix missing title in df graphs
2016-09-27Merge pull request #805 from chris5560/masterChristian Schoenebeck
luci-app-ddns: no longer check for name lookup progs to support force ip version
2016-09-25luci-app-ddns: correct required ddns-script versionChristian Schoenebeck
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-25luci-app-ddns: ignore if name lookup progs not supporting force ip versionChristian Schoenebeck
- 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>