summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2017-05-23luci-app-unbound: option 'add_extra_dns' and list 'trigger'Eric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-05-17Merge pull request #1160 from zx2c4/wg-psk-changeHannu Nyman
wireguard: preshared-key is now an attribute of the peer
2017-05-15luci-app-mwan3: Fix "ip" command pathINAGAKI Hiroshi
Fixed an issue that mwan3 fails to detect connection because "ip" command relocated. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10luci-app-statistics: check that uci config sections existHannu Nyman
A missing or faulty luci_statistics config file may prevent LuCI access completely already at the login phase as the statistics config is parsed already then. The error is like: .../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value) User may be completely locked out of LuCI until he figures out the need to have a proper luci_statistics config file. Prevent the error by checking for the existence of the uci config sections before trying to use values from them. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-10luci-app-travelmate: sync with travelmate 0.7.3Dirk Brenken
* Automatically refresh the overview page after button onclick event, e.g. 'Save & Apply' Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-10luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-10luci-app-adblock: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09wireguard: preshared-key is now an attribute of the peerJason A. Donenfeld
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-05-09luci-app-adblock: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09luci-app-adblock: Fix syntax errorINAGAKI Hiroshi
Fixed syntax error in sv/adblock.po. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09luci-app-adblock: Fix duplicated textINAGAKI Hiroshi
Added text "Input file not found. Please check your configuration." by commit 9b4b1df is duplicated. so I replaced the text with previously existed. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-09i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09luci-app-statistics: processes: fix graph visibilityHannu Nyman
Fix graph visibility on processes page based on plugin instance. The overview instance is empty, while monitored processes have their own instances. Original version of the patch created by @koblack and discussed in #1021 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-08Merge pull request #1157 from dibdot/app-adblockHannu Nyman
luci-app-adblock: sync with adblock 2.6.3
2017-05-08luci-app-adblock: sync with adblock 2.6.3Dirk Brenken
* Limit Blacklist/Whitelist Online editing to max. 512 KB, approx. 20.000 domains per list * Automatically refresh the overview page after button onclick event, e.g. 'Suspend/Resume' or 'Save & Apply' * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-08Merge pull request #1151 from TDT-GmbH/luci-app-openvpn-fixHannu Nyman
luci-app-openvpn: fix proto param selection in basic
2017-05-08Merge pull request #1154 from stangri/luci-app-simple-adblockHannu Nyman
luci-app-simple-adblock: pt/pt-br translations.
2017-05-08luci-app-simple-adblock: pt translationStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-05-07Updated adblockKristoffer Grundström
Signed-off-by <hamnisdude@gmail.com>
2017-05-07luci-app-travelmate: sync with travelmate 0.7.2Dirk Brenken
* simplify uplink interface setup (just one Click! ;-), now part of the overview tab (removed separate setup page!) * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org> Conflict resolved by Hannu Nyman
2017-05-04luci-app-openvpn: fix proto param selection in basicFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-02i18n: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-05-02luci-app-statistics: fix whitespaceHannu Nyman
* fix whitespace in config file * place the contextswitch item corerrctly in the sorted options list Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-30Merge pull request #1139 from fantom-x/luci-app-hd-idle-menu-itemHannu Nyman
luci-app-hd-idle: removed dashes in menu items and text labels
2017-04-30luci-app-hd-idle: removed dashes in menu items and text labelsfantom-x
"hd-idle" replaced with "HDD Idle" in the menu and on the page. All translation files updated accordingly. Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-30luci-app-statistics: processes plugin: add labels, correct dataHannu Nyman
Enhance processes statistics page: * add proper labels to graphs * correct RSS memory stats title, add VSZ stats Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-30Merge pull request #1133 from fantom-x/luci-app-samba-browseableHannu Nyman
luci-app-samba: add "Browsable" checkbox to each share
2017-04-30luci-app-samba: use flag for "Share home-directories" optionfantom-x
"Share home-directories" has only two values 0 and 1. There is no need for it to be a text box Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-29luci-app-samba: add "Browsable" checkbox to the "Network Shares" page for ↵fantom-x
each share Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-29Support for collectd-mod-contextswitchfantom-x
Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-04-29luci-app-adblock: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-29luci-app-adblock: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-27Merge pull request #1128 from dibdot/app-adblockHannu Nyman
luci-app-adblock: fix markup
2017-04-26luci-app-adblock: fix markupDirk Brenken
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-26luci-app-ddns: fix to correct system statusChristian Schoenebeck
preset network "wan", if not configured in ddns config to correct display system status #1117 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2017-04-26Merge pull request #1124 from dibdot/app-adblockHannu Nyman
luci-app-adblock: sync with 2.6.1
2017-04-25luci-app-adblock: sync with 2.6.1Dirk Brenken
* add two new extra options * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-25[luci-app-openvpn] Fixed ivalid checks for parameters in VPN tab.Vladimir Ulrich
closes #887 Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-04-23luci-app-uhttpd: remove unnecessary fields from MakefileHannu Nyman
Remove unnecessary fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-23luci-app-dynapoint: remove unnecessary fields from MakefileHannu Nyman
Remove unnecessary fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-23luci-app-fwknopd: remove unnecessary fields from MakefileHannu Nyman
Remove unnecessary version fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-22luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-22luci-app-travelmate: Sync translationsINAGAKI Hiroshi
Synchronized translations with sources. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-22luci-app-travelmate: Fix detection issues of i18n toolsINAGAKI Hiroshi
Fixed detection issues of i18n tools for translation target. 'translate()' -> 'translatef()' And fixed the format within that function. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-04-21Merge pull request #1118 from dibdot/app-travelmateHannu Nyman
travelmate: major frontend update
2017-04-21travelmate: major frontend updateDirk Brenken
* all options are full configurable via frontend * show current runtime information * show current travelmate logfile information * automatic wwan network interface setup (advanced section) * direct access to all relevant configuration files (advanced section) Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-04-18luci-app: Improve zh-CN translationsliushuyu
2017-04-18Merge pull request #1110 from psyborg55/psyborg55-patch-1Hannu Nyman
luci-app-mwan3: disable uci/sed errors print to syslog
2017-04-17Merge pull request #1115 from dibdot/app-adblockHannu Nyman
luci-app-adblock: sync with 2.6.0-2
2017-04-17luci-app-adblock: sync with 2.6.0-2Dirk Brenken
* made default trigger delay more conservative to fix possible start up issues * add luci-lib-jsonc dependency Signed-off-by: Dirk Brenken <dev@brenken.org>