summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2018-07-30luci-app-ddns: remove myself as PKG_MAINTAINERChristian Schoenebeck
remove myself as PKG_MAINTAINER Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-07-30luci-app-radicale: remove myself as PKG_MAINTAINERChristian Schoenebeck
remove myself as PKG_MAINTAINER Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-07-30Merge pull request #2012 from jempatel/masterJo-Philipp Wich
fix compilation failure when luasrcdiet is being copied to non existing directory
2018-07-30fix compilation failure when luasrcdiet is being copied to non existing ↵Jaymin Patel
directory Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
2018-07-30Merge pull request #2010 from EricLuehrsen/unbound_20180721Jo-Philipp Wich
luci-app-unbound: add LuCI for forward stub and auth zone clauses
2018-07-29luci-app-unbound: add LuCI for forward stub and auth zone clausesEric Luehrsen
With growing interest, DNS over TLS can be setup in Unbounds foward-zone: clause. New section 'zone' is available for forward-, stub-, and auth- zone cluses. This LuCI application will show the 'zone' section and permit changing 'enabled' and 'fallback' options. Detailed changes to 'zone' secitons will need to use the Edit:UCI tab (text editor). Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-07-29Merge pull request #2009 from dibdot/travelmateDirk Brenken
luci-app-travelmate: remove needless backup file
2018-07-29luci-app-travelmate: remove needless backup fileDirk Brenken
* remove needless development file from last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-29Merge pull request #2007 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with travelmate 1.2.1
2018-07-29luci-theme-openwrt: style tweaks for DSL status displayJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-29luci-theme-bootstrap: style tweak for DSL status displayJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-29luci-mod-admin-full: rework DSL Status displayJo-Philipp Wich
Fixes #2003. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-29luci-proto-ncm: suggest both tty and wdm devicesDmitry Tunin
Some modems are controlled only through a tty. Autodetection of control device is broken in ncm.sh Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
2018-07-28luci-app-travelmate: sync with travelmate 1.2.1Dirk Brenken
* Runtime Information, Logview and Station Overview are now dynamically updated via XHR poll * New runtime information for "Faulty Stations" (Travelmate backend will no longer rename faulty uplinks) * Add a new "Restart" button to reset "Faulty Stations" information and trigger a Travelmate restart * In Stations overview the currently used uplink is emphasized in blue, faulty uplinks in red * Numerous cleanups (e.g. space=>tab indentation) and other small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-28Merge pull request #2006 from dibdot/adblockDirk Brenken
luci-app-adblock: small fixes
2018-07-28luci-app-adblock: small fixesDirk Brenken
* fix possible controller error during json parsing * remaining code cleanup Signed-off-by: Dirk Brenken <dev@brenken.org>