summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-12-27Merge pull request #3438 from urbalazs/typo-nlbwmonHannu Nyman
luci-app-nlbwmon: fix typos
2019-12-27luci-app-nlbwmon: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-27Merge pull request #3434 from tano-systems/luci-base-network-fixHannu Nyman
luci-compat: network.lua: fix typo
2019-12-27luci-compat: network.lua: fix typoAnton Kikin
Fixes: 72247ee09 Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-26luci-base: revert removal of HOST_BUILD_DIR definitionHannu Nyman
PR #3352 removed the luasrcdiet subpackage definition from luci-base Makefile, and it also removed the HOST_BUILD_DIR definition, which looked like it was related to only luasrcdiet, but apparently that HOST_BUILD_DIR is needed also for the main luci-base package. Fixes #3433 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-25Merge pull request #1951 from tano-systems/luci-base-network-fixJo-Philipp Wich
luci-base: network.lua: bridge information request functions fixes
2019-12-25luci-app-adblock: fix spelling: UDP, TCP, e-mail, DNS, cacheJo-Philipp Wich
Ref: https://github.com/openwrt/luci/pull/3249 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-25Merge pull request #3352 from NeoRaider/move-luasrcdietJo-Philipp Wich
luci-base: use luasrcdiet from separate package
2019-12-25treewide: remove useless ucitrack definitionsRichard Yu
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-25Merge pull request #3401 from MartB/modal-heightfixv2Jo-Philipp Wich
luci-theme-*: remove modal max-height #3383 v2
2019-12-25Merge pull request #3425 from urbalazs/typo-fwknopdJo-Philipp Wich
luci-app-fwknopd: fix typos
2019-12-25Merge pull request #3428 from urbalazs/typo-nft-qosJo-Philipp Wich
luci-app-nft-qos: fix typos
2019-12-25Merge pull request #3431 from stangri/master-luci-app-advanced-rebootJo-Philipp Wich
luci-app-advanced-reboot: bugfix: compatible with new luci
2019-12-24luci-app-advanced-reboot: bugfix: compatible with new luciStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-22luci-app-nft-qos: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-22luci-mod-status: remove obsolete nameinfo routeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-theme-rosy: mark as brokenJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement log pages as client side viewsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: reimplement iptables status page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22luci-mod-status: replace iptables controller actions with cgi-io callsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-22Merge pull request #3427 from urbalazs/typo-mjpg-streamerJo-Philipp Wich
luci-app-mjpg-streamer: fix typos
2019-12-22luci-app-mjpg-streamer: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-22Merge pull request #3424 from urbalazs/typo-base-20191220Florian Eckert
luci-base: fix typos
2019-12-22Merge pull request #3419 from TDT-AG/pr/20191218-luci-app-mwan3Florian Eckert
luci-app-mwan3: minor fixes for httping selection
2019-12-20luci-app-fwknopd: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-20luci-base: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-20i18n: sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-19Merge pull request #3421 from stangri/master-luci-app-https-dns-proxyHannu Nyman
luci-app-https-dns-proxy: package name change, support for RFC8484 binary
2019-12-19luci-app-https-dns-proxy: package name change, support for RFC8484 binaryStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-18luci-mod-network: replace controller address check action with cgi-io scriptJo-Philipp Wich
This change removes the last bit of Lua code from luci-mod-network. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-18luci-base: fs.js: properly escape arguments in exec_direct()Jo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-18luci-base: fs.js: add read_direct() and exec_direct() functionsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-18luci-app-mwan3: save httping_ssl config whether is set or notFlorian Eckert
Always write this configuration parameter into the config. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-12-18luci-app-mwan3: fix require field message if httping is selectedFlorian Eckert
If these two values are not removed, then httping cannot be selected as the tracking method. The field size is a must field for ping but it is not displayed because httping does not need it. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-12-18Merge pull request #3417 from urbalazs/typo-baseFlorian Eckert
luci-base: fix typos
2019-12-18Merge pull request #3416 from urbalazs/typo-bmx7Florian Eckert
luci-app-bmx7: fix typos
2019-12-18luci-app-aria2: fix typos (#3373)Balázs Úr
luci-app-aria2: fix typos Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-17luci-base: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-17luci-app-bmx7: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-16treewide: resync translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16Merge pull request #3414 from weblate/weblate-openwrt-luciJo-Philipp Wich
Translations update from Weblate
2019-12-16Merge pull request #3411 from nmav/tmp-ocserv-fix-keyidJo-Philipp Wich
ocserv: fix the public key ID calculation
2019-12-16luci-mod-network: reimplement diagnostics page as client side viewJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-app-opkg: convert menu entries to JSONJo-Philipp Wich
Also fix an empty string test in an controller action while we touch it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-status: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-mod-network: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-app-firewall: convert controller to static menu JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: convert menu nodes to JSONJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16luci-base: dispatcher.lua: add support for loading JSON menu filesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-12-16build: i18n-scan.pl: support extracting translations from menu jsonJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>