summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-09-01i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-08-30luci-proto-ppp: align keepalive defaults with current OpenWrtJo-Philipp Wich
Disabling LCP echos by *not* setting "option keepalive" was broken in OpenWrt since https://dev.archive.openwrt.org/ticket/2373.html so setting "0" in LuCI had the effect of reverting back to "5, 1" while the help suggested otherwise. Support for "keepalive 0" was fixed with https://git.openwrt.org/555c59230 so align LuCI now to emit "option keepalive 0" instead of removing the option when entering "0" in the gui. Fixes #2112 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-29Merge pull request #2117 from cshoredaniel/pr-app-nutHannu Nyman
luci-app-nut: Add support for NUT configuration
2018-08-29luci-app-nut: Add support for NUT configurationDaniel Dickinson
Adds app to configure NUT (Network UPS Tools), including nut-server, nut-monitor, and nut-cgi. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-20Merge pull request #2103 from dibdot/force_fixHannu Nyman
luci-mod-admin-full: fix forced upgrade
2018-08-20luci-mod-admin-full: fix forced upgradeDirk Brenken
* fix logical glitch in forced upgrade logic Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-08-20Merge pull request #2095 from ameer1234567890/remove-colons-unboundDirk Brenken
luci-app-unbound: Colons removed from input headers
2018-08-19luci-app-unbound: Colons removed from input headersAmeer Dawood
Most OpenWrt applications do not have a colon in input headers. This has been explained in #1566 as well. This commit removes the said colons. Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2018-08-17Merge pull request #2075 from dibdot/force_updateDirk Brenken
luci-mod-admin-full: allow forced upgrade (revised)
2018-08-17luci-mod-admin-full: allow forced upgrade (revised)Dirk Brenken
* allow 'forced' firmware upgrades, even if the image format check fails. Useful where flashing back to the OEM versions or switching between ar71xx and ath79 builds * option is only visible after first/failed image check * added warning info (see screenshots below) Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-08-17luci-base: remove fake password field from tab orderJo-Philipp Wich
Set a negative tabindex on the dummy password field to not break the form tab order flow. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-16luci-base: mark password template dummy field as hiddenJo-Philipp Wich
Mark the dummy input field as aria-hidden, should fix #2063. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-15Merge pull request #2068 from ameer1234567890/patch-1Dirk Brenken
luci-app-minidlna: Colons removed
2018-08-15luci-app-minidlna: Colons removedAmeer Dawood
Colons have been removed as asked in #1566 Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
2018-08-15Merge pull request #2066 from hcwhan/masterHannu Nyman
the 'infinite' error in zh-cn
2018-08-15Update base.pohcwhan
2018-08-13Merge pull request #2040 from yangfl/masterJo-Philipp Wich
luci-app: update Chinese translation
2018-08-13Merge pull request #1989 from hanipouspilot/ncmJo-Philipp Wich
luci-proto-ncm: suggest both tty and wdm devices
2018-08-13Merge pull request #2060 from Ansuel/rebooJo-Philipp Wich
luci-mod-admin-full: applyreboot doesn't reload page
2018-08-13Merge pull request #2058 from EricLuehrsen/unbound_20180810Jo-Philipp Wich
luci-app-unbound: add zone-details combined tab
2018-08-13luci-mod-admin-full: applyreboot doesn't reload pageAnsuel Smith
The applyreboot page doesn't reload the page onload of the loding gif. This adds the right function. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-13luci-app-firewall: allow "open ports" when no wan zone existsJo-Philipp Wich
Arguably this makes little if no wan zone exists but prefer consistency over heuristics and always render the "open port" shortcut. Fixes #2056 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-13treewide: rework uci change displayJo-Philipp Wich
- Use native rpcd uci changes format instead of incompletely converting back and forth between the old and the new format - Rework uci changelog template to print the equivalent uci commands for the various changes - Rework theme headers to properly count the uncomitted changes - Rework theme CSS to properly style new changelog Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-08-12luci-app-unbound: add zone-details combined tabEric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-08-11luci-app: update Chinese translationyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-08-10Merge pull request #2053 from YuriPet/masterHannu Nyman
luci-base: corrected Ukrainian translation
2018-08-10Update base.po: corrected translation errorsYurii
Signed-off-by: Yurii yuripet@gmail.com
2018-08-08Merge pull request #2042 from Ansuel/apprebooyJo-Philipp Wich
luci-mod-admin-full: improve applyreboot page
2018-08-08luci-mod-admin-full: fix broken applyreboot pageAnsuel Smith
This improve applyreboot page and fix problem with luci-nginx that doesn't refresh the page when the router reboot. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-07Merge pull request #2043 from Ansuel/materialfixJo-Philipp Wich
luci-theme-material: fix theme for applyreboot page changes
2018-08-07luci-theme-material: fix theme for applyreboot page changesAnsuel Smith
This rename style.css to casade.css (like the other themes) and fix the css to display the header even in the applyreboot page Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-08-07Merge pull request #2041 from farmergreg/to-be-or-not-to-beJo-Philipp Wich
Correct grammar in apply_widget.htm
2018-08-07Correct grammar in apply_widget.htmGregory L. Dietsche
This patch corrects "to get" to "to be" in apply_widget.htm This shell command was used to find and make the change in all impacted files: find . -type f -exec sed -i 's/Waiting for configuration to get applied/Waiting for configuration to be applied/g' {} + Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2018-08-07luci-base: update Chinese translationyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-08-06Merge pull request #2038 from musashino205/l10n/samba4-upd-jaJo-Philipp Wich
luci-app-samba4: update Japanese translation
2018-08-06luci-app-samba4: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-08-05Merge pull request #2037 from Rixerx/masterHannu Nyman
luci-base: update Polish translation
2018-08-05luci-base: update Polish translationKrystian Kozak
Updated Polish translations. Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2018-08-04Merge pull request #2026 from alanswanson/masterJo-Philipp Wich
luci-mod-admin-full: Fix DSL Stats display of dB statistics
2018-08-04luci-mod-admin-full: Fix DSL Stats display of dB statisticsAlan Swanson
Line attenuation, signal attenuation, noise margin and aggregate transmit power really need to show decimal digits. Fixes commit 88713f6 from issue #2003 due to excess changes from %s to %d.
2018-08-02Merge pull request #2029 from yangfl/masterHannu Nyman
luci-app-ddns: fix huge typo in luasrc/tools/ddns.lua
2018-08-02luci-app-ddns: fix huge typo in luasrc/tools/ddns.luayangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-08-01Merge pull request #2017 from chris5560/master-ddnsHannu Nyman
luci-app-ddns: remove myself as PKG_MAINTAINER
2018-08-01Merge pull request #2015 from chris5560/masterHannu Nyman
luci-app-radicale: remove myself as PKG_MAINTAINER
2018-07-31luci-theme-bootstrap: fix CSS regression in kernel/system log pagesJo-Philipp Wich
An unrelated removed some crucial fixes due to improper rebasing. Fixes: 7ba4eb1a4 ("luci-theme-bootstrap: add styling for input-adjacent buttons") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-31Merge pull request #2021 from dibdot/travelmateDirk Brenken
luci-app-travelmate: "final" fixes
2018-07-31Merge pull request #2019 from dibdot/adblockDirk Brenken
luci-app-adblock: "final" fixes
2018-07-31luci-app-travelmate: "final" fixesDirk Brenken
during intense testing with different browsers (Chrome/Firefox/partly IE in a VM) I found & fixed some more minor things: * re-add accidently removed "apply_on_parse" attribute in overview cbi * fixed a corner case where the "Restart" button not works correctly * Removed leftovers from last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-31luci-app-adblock: "final" fixesDirk Brenken
during intense testing with different browsers (Chrome/Firefox/partly IE in a VM) I found & fixed some more minor things: * remove needless hook & include from overview page * fix possible JS error in Runtime Information * Align CSS color with "LuCI standard" Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-30Merge pull request #2001 from Rixerx/masterHannu Nyman
luci-base: update Polish translation