Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-19 | luci-base: form.js: add support for dynamic default values | Jo-Philipp Wich | |
Many uci options have different implicit defaults, depending on the values of other related options. A prominent example is the wireless ieee80211w option which defaults to 2, 1 or 0 depending on whether the encryption is set to wpa3-sae, wpa2/wpa2 mixed or any other mode respectively. Add the ability to specify a dictionary of default values and their corresponding dependencies in order to be able to express such configurations. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-19 | luci-base: ui.js: mark user-changed widgets | Jo-Philipp Wich | |
Set a `data-changed=true` attribute on the widget element when the user did any change to the default value. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-base: form.js: fix default click action of button options | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-base: ensure that button labels are properly html escaped | Jo-Philipp Wich | |
Fixes: #3067 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-mod-system: system.js: simplify btn actions, use feature flags | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | Merge pull request #3080 from castillofrancodamian/master | Hannu Nyman | |
luci-base and apps: update Spanish translation | |||
2019-09-18 | luci-base: network.js: filter invalid mac addresses | Jo-Philipp Wich | |
Only consider valid ethernet mac addresses when building the device state from raw getifaddrs() information. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-mod-network: interfaces.js: derive status from layer 3 device | Jo-Philipp Wich | |
Align the status column device selection logic with the approach used for rendering the interface status boxes; first try to obtain the active layer3 device as reported by ubus, only then fall back to the protocol specific device hint which might or might not point to an existing device. Fixes: #3076 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-base: network.js: get low level device details from getifaddr() info | Jo-Philipp Wich | |
Fixes: #3078 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-18 | luci-mod-system: disable redundant page actions in crontab, startup views | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-17 | luci-base and apps: update Spanish translation | Franco Castillo | |
Update of the Spanish translation of luci-base and some LuCI applications. * luci-base * adblock * advanced-reboot * aria2 * banip * ddns * firewall * mjpg-streamer * mwan3 * ntpc * simple-adblock * travelmate * vpnbypass * wifischedule * wireguard Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> | |||
2019-09-17 | Merge pull request #3074 from TDT-AG/pr/20190916-flashops-german-translation | Florian Eckert | |
luci-base: fix german translation for factory reset hint | |||
2019-09-17 | Merge pull request #3063 from TDT-AG/pr/20190908-luci-app-statistics | Florian Eckert | |
luci-app-statistics: Add new plugin options | |||
2019-09-17 | luci-proto-wireguard: fix preshared key validation | Jo-Philipp Wich | |
Ensure that the preshared key option remains optional. Fixes: #3075 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-17 | luci-mod-system: remplement dropbear settings as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-16 | luci-base: fix german translation for factory reset hint | Martin Schiller | |
Signed-off-by: Martin Schiller <ms@dev.tdt.de> | |||
2019-09-16 | luci-mod-system: remplement password change as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-15 | luci-mod-system: reimplement SSH key mgmt as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-16 | luci-base: add luci/setPassword rpc method, dropbear feature flag | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-17 | luci-base: luci.js: render view buttons depending on available functions | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-16 | luci-base: form.js: implement JSONMap | Jo-Philipp Wich | |
Implement a new map type JSONMap which uses a JSON data structure instead of uci as configuration data backend. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-15 | Merge pull request #3069 from musashino205/l10n/base-upd-ja | Hannu Nyman | |
luci-base: update Japanese translation | |||
2019-09-15 | luci-base: update Japanese translation | INAGAKI Hiroshi | |
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> | |||
2019-09-15 | i18n: sync translations | INAGAKI Hiroshi | |
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> | |||
2019-09-14 | luci-base: luci.js: append version when dynamically loading classes | Jo-Philipp Wich | |
This allows for some naive cache busting when the LuCI version changes, to avoid loading outdated classes from cache. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-14 | luci-base: cbi.js: update dependencies after widgets have been rendered | Jo-Philipp Wich | |
Fixes: #3066 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-14 | luci-base: network.js: register "none" protocol | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-13 | Merge pull request #3024 from TDT-AG/pr/20190829-material-logo | Florian Eckert | |
luci-theme-material: show logo also on login page | |||
2019-09-13 | luci-mod-network: wireless.js: restore mac hints in mac list widget | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-13 | luci-base: network.js: implement Hosts.getMACHints() | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-13 | luci-app-statistics: add ping stddev definition | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-09-13 | luci-app-statistics: cleanup ping definitions | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-09-13 | luci-app-statistics: update license header in memory definition | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-09-13 | luci-app-statistics: add new memory plugin option | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-09-13 | luci-app-statistics: add new cpu plugin options | Florian Eckert | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de> | |||
2019-09-13 | luci-base: fix ip6hint option dependencies and validation | Jo-Philipp Wich | |
Ref: https://forum.openwrt.org/t/odhcpd-make-lease-file-persistent/44118/8 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-13 | Merge pull request #3060 from tano-systems/pr/update-ru-i18n | Jo-Philipp Wich | |
luci-base: Update Russian translation | |||
2019-09-13 | luci-base: Update Russian translation | Anton Kikin | |
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com> | |||
2019-09-12 | Merge pull request #3059 from castillofrancodamian/master | Hannu Nyman | |
luci-base: update Spanish translation | |||
2019-09-12 | luci-base: update Spanish translation | Franco Castillo | |
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> | |||
2019-09-12 | luci-base: update Spanish translation | Franco Castillo | |
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com> | |||
2019-09-12 | luci-mod-system: improve LED configuration page | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-base: sys.lua: fix init script enable action | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-mod-system: add heading to startup page, improve error reporting | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-mod-system: reimplent system/crontab as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-base: whitelist file/write actions on /etc/rc.local | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-mod-system: restore rc.local editing functionality | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-mod-system: reimplent system/startup as client side view | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-base: rpc.js: fix list requests, handle aborted http requests | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2019-09-12 | luci-base: fix list method handling in ubus-rpc protocol proxy | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |