summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2019-07-18Merge pull request #2880 from tano-systems/pr/fix-for-2878Jo-Philipp Wich
luci-app-firewall: format protocol family for forwards and rules
2019-07-18luci-app-firewall: format protocol family for forwards and rulesAnton Kikin
Fixes: #2878 Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-17English grammar fixPaul Dee
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
2019-07-17luci-app-openvpn: fix client_disconnect OpenVPN optionjose1711
This option is not a flag. Signed-off-by: Jose Riha <jose1711@gmail.com> [Changed commit message and add missing Singed-off-by] Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-16luci-app-firewall: update Ukrainian translationYurii
Updates, fixes and additions. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-16luci-app-firewall: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-15Merge pull request #2749 from dibdot/wgFlorian Eckert
luci-app-wireguard: QR-Code enhancements
2019-07-14Merge pull request #2863 from castillofrancodamian/rosy-file-serverFlorian Eckert
luci-app-rosy-file-server: Add template
2019-07-14Merge pull request #2862 from castillofrancodamian/lxcFlorian Eckert
luci-app-lxc: Add template
2019-07-14Merge pull request #2860 from castillofrancodamian/opkgFlorian Eckert
luci-app-opkg: Update Spanish translation
2019-07-14Merge pull request #2861 from castillofrancodamian/firewallFlorian Eckert
luci-app-firewall: Update Spanish translation
2019-07-13luci-app-rosy-file-server: Add templateFranco Castillo
Add template. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13luci-app-lxc: Add templateFranco Castillo
Add template. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13luci-app-firewall: Update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13luci-app-opkg: Update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-13luci-app-firewall: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-13i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-12luci-app-wol: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12luci-app-upnp: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12luci-app-samba4: update Ukrainian translationYurii
Updates, fixes and additions. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12luci-app-samba: update Ukrainian translationYurii
Updates, fixes and additions. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12luci-app-opkg: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-12luci-app-firewall: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-11luci-app-wireguard: QR-Code enhancementsDirk Brenken
* explain the QR-Code 'use case' and the transfered information * limit the QR-Code information to bare minimum (per interface): * [Interface] A random, on the fly generated 'PrivateKey', the key will not be saved on the router * [Peer] The 'PublicKey' of that wg interface and the 'AllowedIPs' with the default of '0.0.0.0/0, ::/0' to allow sending traffic to any IPv4 and IPv6 address * the QR-Code logic will be processed only once per page load, and not every 5 seconds with the regular XHR refresh See corresponding forum thread: https://forum.openwrt.org/t/luci-app-wireguard-qr-code-shows-private-key/38133 Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-07-10luci-app-bmx7: transfer from routingPaul Spooren
The Makefile is minified as the LuCi build system does most of the job. Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-07-10luci-app-mwan3: rename ubus valuesFlorian Eckert
Update status view because of ubus value rename Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-09Merge pull request #2839 from stangri/master-luci-app-advanced-rebootHannu Nyman
luci-app-advanced-reboot: fix README url in Makefile
2019-07-09luci-app-statistics: fix collectd config generationFlorian Eckert
Fix config generation for the following sections: * curl * exec * network * iptables Ref: https://github.com/openwrt/packages/issues/9427 Fixes: c1380ab ("make luci-app-statistics more extensible") Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-08luci-app-advanced-reboot: fix README url in MakefileStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-07treewide: switch to shared isObject(), toArray() and sortedKeys() helpersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-07Merge pull request #2806 from dibdot/magicJo-Philipp Wich
system-wide: fix escaping of magic chars
2019-07-07luci-app-firewall: switch to client side CBI viewsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-05luci-app-simple-adblock: sync with the latest version of simple-adblockStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-05Merge pull request #2818 from mberndt123/mb/extensible-statisticsFlorian Eckert
luci-app-statistics: more extensibility
2019-07-05luci-app-travelmate: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations missing in 50748d9936c836cf179937111302a92d6895ca40 Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05luci-app-travelmate: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05luci-app-travelmate: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-05make luci-app-statistics more extensibleMatthias Berndt
2019-07-01luci-app-mwan3: add some german translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-29Merge pull request #2805 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with update 1.4.8
2019-06-29system-wide: fix escaping of magic charsDirk Brenken
* fix escaping of magic lua chars (#2800) * fix redundant second gsub line in shellstartsqescape function * fix return value of shellstartsqescape function Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-29luci-app-travelmate: sync with update 1.4.8Dirk Brenken
* add optional 'trm_scanbuffer' parm * fix wrong lua escape character in wifi edit * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-28Merge pull request #2794 from ↵Jo-Philipp Wich
TDT-AG/pr/20190626-luci-app-firewall-german-translation luci-app-firewall: add some german translations
2019-06-26luci-app-firewall: add some german translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-06-26Merge pull request #2779 from hwti/statistics-ping-addressfamilyFlorian Eckert
luci-app-statistics: add address family configuration for ping
2019-06-25luci-app-opkg: change remove button caption (first level)Dirk Brenken
* add three dots to the first level 'Remove' button caption (revert/fix da8668a) Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-21luci-app-statistics: add address family configuration for pingLoïc Yhuel
It allows to force ipv4 or ipv6 when the DNS returns both addresses, but only one works (for example if there is no ipv6 connectivity). Signed-off-by: Loïc Yhuel <loic.yhuel@gmail.com>
2019-06-19luci-app-opkg: make overwriting package files optionalJo-Philipp Wich
Ref: #2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19luci-app-opkg: change remove button captionJo-Philipp Wich
Add three dots to the first level 'Remove' button caption, because it leads to a modal dialogue. Ref: #2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-06-19luci-app-opkg: honor installed flag to skip half-installed packagesJo-Philipp Wich
Do not consider half-installed packages (which happens after an installation failure) to be installed. Ref: https://github.com/openwrt/luci/pull/2775 Signed-off-by: Dirk Brenken <dev@brenken.org> [split into multiple commits, refactored code, use local variables] Signed-off-by: Jo-Philipp Wich <jo@mein.io>