summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-12-20luci-base: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-20i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-19Merge pull request #2350 from TDT-AG/pr/20181204-luci-mod-systemJo-Philipp Wich
luci-mod-system: add translation for led trigger names
2018-12-16luci-theme-bootstrap: fix textarea height after CSS minificationJo-Philipp Wich
Fixes #2378 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-15Merge pull request #2377 from sotux/master-luci-app-aria2Hannu Nyman
luci-app-aria2: fix the log option
2018-12-15luci-app-aria2: fix the log optionZheng Qian
According to the package aria2, the log option is enable_logging, so fix this option name. As luci-app-aria2 can't set custom log file dir, the default log file is /var/log/aria2.log but not in the config file dir. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-14Merge pull request #2375 from sotux/master-luci-app-aria2Jo-Philipp Wich
luci-app-aria2: fix showRPCURL when using https
2018-12-14luci-app-aria2: fix showRPCURL when using httpsZheng Qian
if login luci-admin with https, RPC protocol should be https or wss. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-14luci-base: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-13luci-base: fix table compare upon writing ipaddr changesJo-Philipp Wich
Fixes: b33192a03 ("luci-base: support cidr list notation for option ipaddr and ip6addr") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: properly option ipaddr in single cidr string notation as wellJo-Philipp Wich
When an interface configuration specifies both "option ipaddr 1.2.3.4/24" and "option netmask", then netifd will ignore the netmask in favor to the prefix encoded in the cidr string. Support this variant as well by treating a sole cidr string value as singöe-item cidr list. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: fix typo in german translationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: update german translationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: resync translation templatesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: support cidr list notation for option ipaddr and ip6addrJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13luci-base: cbi.js: update deps on dynlist changes, honor placeholderJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-13Merge pull request #2372 from TDT-AG/pr/20181213-openvpn-comp-lzoJo-Philipp Wich
luci-app-openvpn: re-add options comp_lzo and comp_noadapt
2018-12-13luci-app-openvpn: re-add options comp_lzo and comp_noadaptMartin Schiller
* re-add config option comp_lzo according to openwrt/openwrt@3850b41 * re-add config option comp_noadapt. This has never been removed from openwrt Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-12-12csstidy: update to latest Git headJo-Philipp Wich
33594b4 ("csstidy: do not dequote selector strings") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-12Merge pull request #2369 from tano-systems/fix-changelog-mistakeJo-Philipp Wich
luci-base: fix UCI changelog markup mistake
2018-12-12build: add build option to minify *.css filesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-12contrib: add csstidy packageJo-Philipp Wich
Package a fork of the CSSTidy C++ implementation for CSS minification use in a later commit. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-12luci-base: fix UCI changelog markup mistakeAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2018-12-11Merge pull request #2361 from stokito/masterHannu Nyman
CONTRIBUTING.md
2018-12-11luci-app-nlbwmon: rewrite display sectionJo-Philipp Wich
- Move CSS and JS code to external files - Use responsive table markup Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-11luci-lib-httpclient: prevent nil access with invalid IP address literalsJo-Philipp Wich
Fixes: a54baf7be ("luci-lib-httpclient: revamp URL handling") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-11luci-lib-httpclient: revamp URL handlingJo-Philipp Wich
- Introduce a parse_url() helper which properly deals with literal IPv4 and IPv6 host parts and returns the decomposed uri string as table - Properly format IPv6 literals in autogenerated Host headers - Omit default port numbers in Host headers and calculated redirect URLs. Supersedes PR #2337. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-11Merge pull request #2285 from dengqf6/luci-ssl-nginxJo-Philipp Wich
luci-ssl-nginx: fix dependencies
2018-12-11Merge pull request #2367 from yglb/masterJo-Philipp Wich
luci-theme-rosy: Fixed insufficient container container width
2018-12-11luci-base: fix syntax error in map.htmJo-Philipp Wich
Fixes #2366. Fixes: 76e9c0305 ("luci-base: rework ui tabbing code") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-11luci-app-opkg: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-11luci-theme-rosy: Fixed insufficient container container widthYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-10Merge pull request #2364 from tano-systems/split-status-pageJo-Philipp Wich
luci-mod-status: split status page into a series of partials
2018-12-10luci-mod-status: split status page into a series of partialsAnton Kikin
Split status page into a series of partials as discussed in PR #2359. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2018-12-10Update CONTRIBUTING.mdSergey Ponomarev
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2018-12-10Merge pull request #2363 from sotux/master-luci-app-aria2Jo-Philipp Wich
luci-app-aria2: fix http/https protocol when opening aria2 webUI
2018-12-10luci-theme-{freifunk-generic,material,rosy}: fixup tab CSSJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-app-radicale: refactor custom nsection templateJo-Philipp Wich
Refactor the named section template shipped with luci-app-radicale to work with the latest LuCI tabbing changes. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-openwrt: add required CSS rules for new tabbing codeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-bootstrap: add required CSS rules for new tabbing codeJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-base: rework ui tabbing codeJo-Philipp Wich
- Instantiate tab menus on the client side - Simplify server side markup generation - Show error indicators in cbi tabs Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-openwrt: style tweaksJo-Philipp Wich
- Collapse table borders by default - Vertically align table cell content - Inherit font family and size for form widgets - Fix redundant horizontal padding for cell labels Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-theme-bootstrap: dynlist style tweakJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-base: luci.js: emit custom events for tooltip open/close actionsJo-Philipp Wich
The new `tooltip-open` and `tooltip-close` events allow other code to hook into the tooltip div rendering, e.g. to populate it with custom markup. Also ignore tooltip events originating from descendant elements while we're at it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-mod-status: switch iptables_dump action to luci.sys.process.execJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-10luci-app-aria2: fix http/https protocol when opening aria2 webUIZheng Qian
In the openWebUI function, the url is assumed as http protocol, this will cause problem when we login luci-admin with https. The variable localhostPath has already contained http/https protocol, so we can use it directly and add the path of aria2 webUI. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-07Merge pull request #2334 from yglb/masterJo-Philipp Wich
luci-theme-rosy: Fix related bugs displayed on the page
2018-12-07Merge pull request #2347 from shunjou/theme-materialJo-Philipp Wich
luci-theme-material: partial style overhaul
2018-12-06Merge pull request #2294 from pmelange/luci-app-olsr-cosmeticJo-Philipp Wich
luci-app-olsr: make cosmetic changes.
2018-12-06luci-app-olsr: reenable the "auto refresh" featurepmelange
Signed-off-by: pmelange <isprotejesvalkata@gmail.com>