summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-07-22luci-base: remove accidentally committed codeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-app-firewall: add support for further per-zone optionsJo-Philipp Wich
This commit introduces support for zone devices, subnets, conntrack helpers and iptables extra options. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: add conntrack_helpers ubus procedureJo-Philipp Wich
Also move firewall specific ACLs into separate group. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: widgets.js: implement CBIDeviceSelect netdev pickerJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: widgets.js: handle devices or subnets in CBIZoneForwardsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: firewall.js: add zone.getDevices() and zone.getSubnets() gettersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: widgets.js: CBIZoneSelect: improve initial renderingJo-Philipp Wich
Ref: https://github.com/openwrt/luci/issues/2889 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-22luci-base: widgets.js: CBIZoneSelect: fix availability of "device" choiceJo-Philipp Wich
Ref: https://github.com/openwrt/luci/issues/2889 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-21luci-app-firewall: fix cbi form for rulesJo-Philipp Wich
- Set src/dest defaults only in initial section create state, otherwise it is impossible to specify output rules - Get rid of dest_remote/dest_local widget switching and implement change logic directly in tools.widgets.CBIZoneSelect - Remove leftover debug code Ref: https://github.com/openwrt/luci/issues/2889 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-21Merge pull request #2896 from YuriPet/masterHannu Nyman
luci-base: correct spelling mistake in Ukrainian translation
2019-07-21luci-base: correct spelling mistake in Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-21luci-mod-network: fix typo in wifi scan JS codeJo-Philipp Wich
Fixes: 8dd2df29c ("luci-mod-network: improve wifi scan status reporting") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-21Merge pull request #2895 from YuriPet/masterJo-Philipp Wich
luci-base: Update Ukrainian translation
2019-07-20luci-base: Update Ukrainian translationYurii
Update Ukrainian translation according the latest translation resync. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-20Merge pull request #2893 from tano-systems/pr/ru-i18n-updateHannu Nyman
luci-base: update Russian translation
2019-07-20luci-base: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-20Merge pull request #2886 from castillofrancodamian/baseJo-Philipp Wich
luci-base: Update Spanish translation
2019-07-19luci-base: Update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-19luci-mod-status: luci-bwc: use 64bit traffic countersJo-Philipp Wich
Fixes: #2659 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19luci-base: update german translationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19luci-base: resync base translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19luci-mod-network: improve wifi scan status reportingJo-Philipp Wich
Attempt to properly report the scan status by treating 404 replies as not yet completed scans and empty array replies as successful scans that did not yield any results. Fixes: #2874 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19luci-base: render default values for all server side cbi map widgetsJo-Philipp Wich
Fixes: 9c7eb1dec ("luci-base: switch from server side to client side widget markup") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-19Merge pull request #2882 from TDT-AG/pr/20190718-ovpn-tls-ciphersuitesJo-Philipp Wich
luci-app-openvpn: add new tls_ciphersuites option
2019-07-19luci-base: ui.js: fix multi vs. multiple keyword confusionJo-Philipp Wich
The "luci.form" and "luci.tools.widgets" classes use the "multiple" keyword while ui.js uses "multi" internally, leading to single-value dropdowns widget values getting stored as uci lists. Fix the issue by using "multiple" everywhere. Fixes: #2871 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-18luci-app-openvpn: add new tls_ciphersuites optionMartin Schiller
This is used to configure ciphers for TLS 1.3 or newer. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
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-17Merge pull request #2879 from systemcrash/patchDirk Brenken
luci-app-adblock: English grammar fix
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-16Merge pull request #2877 from YuriPet/masterHannu Nyman
luci-base & luci-app-firewall: update Ukrainian translation.
2019-07-16luci-app-firewall: update Ukrainian translationYurii
Updates, fixes and additions. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-16luci-base: update Ukrainian translationYurii
Updates, fixes and additions. Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-16Merge pull request #2869 from tano-systems/pr/luci-base-fix-ru-translationFlorian Eckert
luci-base: fix Russian translation
2019-07-16Merge pull request #2872 from musashino205/l10n/fw-upd-jaFlorian Eckert
luci-app-firewall: update Japanese translation
2019-07-16luci-app-firewall: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-15luci-base: fix Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.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 #2859 from castillofrancodamian/baseFlorian Eckert
luci-base: Update Spanish translation
2019-07-14Merge pull request #2861 from castillofrancodamian/firewallFlorian Eckert
luci-app-firewall: Update Spanish translation
2019-07-14Merge pull request #2858 from tano-systems/pr/update-russian-translationFlorian Eckert
Update Russian 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-base: Update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>