summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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>
2018-12-06luci-app-olsr change ccs style to use class "left" instead of ↵pmelange
"style=text-align: left" Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-12-06luci-app-olsr: make cosmetic changes.pmelange
modify the status tables so that then headers and columns align, values left justified. Additionally, add the openwrt style interface name to the interfaces table, change huge ETX numbers to 'infinate', and add the german translation for 'Selected'. Signed-off-by: pmelange <isprotejesvalkata@gmail.com>
2018-12-05luci-theme-material: make header logo link to main overviewshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2018-12-05luci-theme-material: partial style overhaulshunjou
* Restore theme to near original style * Properly declare variable fallbacks * More consistent table and border styling * Improve responsive design scaling * Add static ripple effect to sidebar menu * Style command output as terminal * Comb coding style and widespread cleanup * Various other improvements and fixes Signed-off-by: Shun Jou <shunjou@gmail.com>
2018-12-03luci-theme-rosy: Modify the code for the progress bar of the overview interfaceYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-03luci-theme-rosy: Fixed bug with rounded corners and drop down boxesYanlan Shen
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-03luci-theme-rosy: Modify the color of the button's primary and secondary ↵Yanlan Shen
colors and the bug of the status-overview page. Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
2018-12-02luci-mod-system: fix IE10/Edge rendering quirk on SSH keys pageJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-02luci-theme-bootstrap, luci-theme-openwrt: allow dynlist item content to wrapJo-Philipp Wich
Very long values without whitespace can easily overflow the dynlist item container, so allow the browser to forcibly break such lines. Reported-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-02luci-base: fix ReferenceErrorJo-Philipp Wich
The showTooltip() and hideTooltip() functions have been moved to luci.js Reported-by: brv phoenix <feixuekaka1@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-12-02luci-mod-status: use -w flag when dumping iptablesJo-Philipp Wich
Multiple iptables listing commands might be triggered in parallel due to the XHR polling, so use the -w flag to wait for the lock to become free. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-29Merge pull request #2344 from shunjou/theme-materialJo-Philipp Wich
luci-theme-material: minor changes
2018-11-29luci-theme-material: optimize brand logoshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2018-11-29luci-theme-material: remove obsolete header infoshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2018-11-28Merge pull request #2342 from dibdot/fwDirk Brenken
luci-app-firewall: remove hinting
2018-11-28luci-app-firewall: remove hintingDirk Brenken
Remove firewall hinting as discussed in #2340 Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-28Merge pull request #2341 from brvphoenix/luci-theme-materialJo-Philipp Wich
luci-theme-material: add the missing modal/progressbar rules.
2018-11-28luci-theme-material: add the missing modal/progressbar rules.brv phoenix
Signed-off-by: brv phoenix <feixuekaka1@gmail.com>