Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2018-07-07 | Merge pull request #1942 from Rixerx/master | Hannu Nyman | |
luci-base: update Polish translation | |||
2018-07-07 | luci-base: update Polish translation | Krystian Kozak | |
Updated Polish translations. Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com> | |||
2018-07-07 | Merge pull request #1941 from musashino205/l10n/base-upd-ja | Hannu Nyman | |
luci-base: update Japanese translation | |||
2018-07-07 | luci-base: update Japanese translation | INAGAKI Hiroshi | |
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> | |||
2018-07-06 | Merge pull request #1939 from Ansuel/luci-nginx | Hannu Nyman | |
luci-nginx: fix nginx dependency | |||
2018-07-06 | luci-nginx: fix nginx dependency | Ansuel Smith | |
As nginx-ssl is now available, we fix luci-ssl-nginx package dep to use the right package. DRop luci-ssl-openssl-nginx as openssl is needed by nginx anyway. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
2018-07-04 | luci-base: update Ukrainian translation | Yurii | |
Updated with the latest synchronization of the translation, corrections and additions translation. Signed-off-by: Yurii yuripet@gmail.com Squashed 2 commits Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2018-07-05 | base.po: Update chinese translations. | amitabha | |
Fix some Chinese translations. Signed-off-by: Angus Ding <angus.ding@gmail.com> | |||
2018-07-03 | luci-theme-bootstrap: minor style fixes | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2018-07-03 | luci-base: resync translations | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |