Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-15 | luci-mod-admin-full: fix wifi add and scan actions | Jo-Philipp Wich | |
Due to conversion to CBI, the inline forms are now nested and thus do not work anymore. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-15 | luci-base: update german translation | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-15 | Merge pull request #1949 from Rixerx/master | Jo-Philipp Wich | |
luci-base: update Polish translation | |||
2018-07-14 | luci-base: update Polish translation | Krystian Kozak | |
Updated Polish translations. Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com> | |||
2018-07-13 | luci-base: xhr: increase poll request timeout | Jo-Philipp Wich | |
Some status requests can take quite some time to finish, the LuCI DSL status information in particular. Since the polling loop code already takes care of not relaunching requests which are already running, increase the per iteration timeout to up to five times the poll interval. This should be sufficient to let most operations complete. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-theme-bootstrap: margin fix for multiple wifs on status overview | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | Merge pull request #1933 from Ansuel/hostname_upnp | Jo-Philipp Wich | |
luci-app-upnp: add hostname info | |||
2018-07-13 | luci-base: resync base translations | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-mod-admin-full: differentiate between disabled and not associated wireless | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-app-advanced-reboot: fix translation string | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-theme-material: table and button style fixes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-theme-openwrt: cleanup CSS | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-theme-bootstrap: cleanup CSS | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-mod-admin-full: tweak interface and wireless overview markup | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-app-upnp: tweak table markup | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-13 | luci-base: tweak tblsection markup | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-mod-admin-full: small wifi overview markup fix | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-theme-bootstrap: compress color names, fix table striping | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-mod-admin-full: produce valid JSON in status/realtime/connections_status | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-proto-qmi: register further network error codes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-proto-ncm: register further network error codes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-proto-ipv6: register further network error codes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-base: add icons for alias interfaces | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-mod-admin-full: rework interface overview page | Jo-Philipp Wich | |
Convert interface enable, disable and delete actions to proper cbi operations so that we can benefit from the apply/rollback workflow when performing critical interface operations. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-mod-admin-full: expose errors, description and up state in net status | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-base: add error reporting and basic support for dynamic interfaces | Jo-Philipp Wich | |
This allows exposing virtual ubus-based network interfaces in LuCI. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-mod-admin-full: reimplement wireless overview page as cbi model | Jo-Philipp Wich | |
This will offer apply/rollback workflow for tasks like deleting or shutting down wireless networks. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-base: apply_widget: various fixes | Jo-Philipp Wich | |
- Fix button styles in failure message - Pause XHR polling during apply/rollback sessions - Throttle confirm requests to 1 request/second Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-base: xhr.js: use JSON.parse() and pass request duration to callbacks | Jo-Philipp Wich | |
JSON.parse() is supported on all modern browsers and a far better solution than the hakish and potentially dangerous eval(). Also calculate the duration of request and pass it as 3rd argument to the callback function, this makes it easier to calculate request delays or poll intervals in code using XHR. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-12 | luci-theme-openwrt: consolidate font sizes and button styles | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-11 | luci-mod-admin-full: improve text contrast in realtime graphs | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-10 | Merge pull request #1945 from stangri/luci-app-advanced-reboot | Hannu Nyman | |
luci-app-advanced-reboot: support for Linksys WRT32X | |||
2018-07-10 | luci-app-advanced-reboot: support for Linksys WRT32X | Stan Grishin | |
Signed-off-by: Stan Grishin <stangri@melmac.net> | |||
2018-07-09 | Merge pull request #1937 from LuKePicci/luci-proto-ppp_pppoe_host-uniq | Dirk Brenken | |
luci-proto-ppp: expose pppoe host_uniq tag setting | |||
2018-07-09 | luci-proto-ppp: expose pppoe host_uniq tag setting | LuKePicci | |
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com> | |||
2018-07-09 | luci-base: fix placement of CBI strings | Jo-Philipp Wich | |
Commit c0de036b3 ("treewide: always include cbi.js") improperly removed the cbi.js script include from header.htm, leaving behind the string dictionary. Move the JSON dictionary to the parent <form> element and delete the leftover </script> element. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-theme-material: table layout fixes and minor CSS corrections | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-app-adblock: align blocklist markup with recent changes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-mod-admin-full: rework connection status table handling | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-base: cbi.js: avoid setting empty cell title attributes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-theme-bootstrap: add CSS fixes for IE 11 | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-theme-openwrt: add CSS fixes for IE 11 | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-base: cbi.js: add NodeList.forEach() polyfill for IE 11 | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | treewide: always include cbi.js | Jo-Philipp Wich | |
Include cbi.js in the main header template like it is done for xhr.js and remove the page specific includes. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-mod-admin-full: use sans-serif fonts for realtime graph legends | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-mod-admin-full: small markup fixes for placeholder texts | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | luci-mod-admin-full: style and script fixes for realtime bandwidth graph | Jo-Philipp Wich | |
- add Math.log2() polyfill for IE 11 - use sans-serif font for time axis Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-09 | Merge pull request #1944 from rwalli/patch-1 | Dirk Brenken | |
luci-proto-wireguard: description field | |||
2018-07-08 | Add description | rwalli | |
2018-07-07 | Merge pull request #1871 from felixonmars/patch-1 | Hannu Nyman | |
Fix a typo in vizdata.sh |