summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-08-01luci-base: luci.js: add L.dom.isEmpty() helperJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-01luci-base: ui.js: mark widget optional if empty choice is presentJo-Philipp Wich
Fixes: #2943 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-01Merge pull request #2939 from TDT-AG/pr/20190731-luci-app-watchatFlorian Eckert
luci-app-watchat: fix ucitrack file
2019-08-01luci-base: index.html: add extend cache-control directiveJo-Philipp Wich
Fixes: #2942 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-01luci-app-statistics: cpufreq: enhance additional dataHannu Nyman
* Use the new data series sorting and coloring options to display the frequencies in order and with matching coloring in different cores. * Fix the y-axis text and legend in the frequency usage graph Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-08-01luci-app-statistics: add options for graph series sorting and colorHannu Nyman
Add two data series-level options "negweight" and "posweight" that will use the numerical value of the data instance name as the sorting factor. This enables e.g. sorting by CPU frequency in the cpufreq module. Add new graph-level option "ordercolor" to use colorsfrom a pre-defined color table for the data series. This enables keeping similar colors for similar data series in different plugin instances. E.g. CPU frequencies in several cores that are handled and displayed separately. (note: the table has 8 items and if there are more series, it uses the same colors again. The table can be easily extended/modified) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-07-31luci-app-watchat: fix ucitrack fileFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-30luci-app-statistics: cpufreq: changes in data structureHannu Nyman
Collectd 5.9.0 changed the data structure of the cpufreq plugin: CPU cores are now handled as separate plugin instances. There are also new data items per core: * time spent at each frequency * amount of frequency transitions Enable these new data items, but initially hide them behind a new config option "ExtraItems" (default: disabled), as the amount of graphs in multi-core systems could be rather large. Note that the frequencies are not (yet) sorted, so the information value of the time-spent graph is semi-random. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-07-30Merge pull request #2935 from YuriPet/patch-1Hannu Nyman
luci-base: update Ukrainian translation
2019-07-30Merge pull request #2936 from YuriPet/masterHannu Nyman
luci-app-firewall: update Ukrainian translation
2019-07-30Merge pull request #2934 from antoinedeschenes/patch-1Hannu Nyman
luci-mod-network: 802.11w config in station mode
2019-07-30luci-mod-network: 802.11w config in station modeAntoine DeschĂȘnes
802.11w has to be enabled in station mode to be effective. If the AP is using WPA3-SAE or requires 11w, station will not connect unless 11w is enabled via this option. Signed-off-by: Antoine DeschĂȘnes <adeschenes@kronostechnologies.com>
2019-07-30luci-base: ui.js: do not save invalid dynlist valuesJo-Philipp Wich
Fixes: 3880c3f22 ("luci-base: ui.js: save filled out but not added dynlist items on submit") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-30luci-base: ui.js: save filled out but not added dynlist items on submitJo-Philipp Wich
Fixes: #2938 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-30luci-app-firewall: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-30luci-base: update Ukrainian translationYurii
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-29Merge pull request #2933 from TDT-AG/pr/20190729-openvpn-german-translationFlorian Eckert
luci-app-openvpn: add some german translations
2019-07-29Merge pull request #2928 from tano-systems/pr/luci-app-firewall-i18n-ruFlorian Eckert
luci-app-firewall: update Russian translation
2019-07-29Merge pull request #2929 from tano-systems/pr/luci-base-i18n-ruFlorian Eckert
luci-base: update Russian translation
2019-07-29Merge pull request #2932 from castillofrancodamian/baseFlorian Eckert
luci-base: update Spanish translation
2019-07-29luci-app-openvpn: add some german translationsMartin Schiller
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-27luci-base: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-27luci-base: don't treat .rmempty flag as optional for ListValue widgetsJo-Philipp Wich
Restore the old CBI behaviour of not automatically rendering empty selection choices in ListValue select dropdowns when .rmempty is specified. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-27luci-base: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-27luci-app-firewall: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-27Merge pull request #2923 from tano-systems/pr/multi-fixJo-Philipp Wich
luci-base: fix multiple parameter in cbi templates
2019-07-27Merge pull request #2925 from musashino205/l10n/fw-upd-jaHannu Nyman
luci-app-firewall: update Japanese translation
2019-07-27luci-app-firewall: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations and remove unused msgid/msgstr sets. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-27i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-26luci-base: fix multiple parameter in cbi templatesAnton Kikin
In the dc0211803e commit, the parameter "multi" in ui.js is replaced with "multiple" everywhere. Thus, it must also be changed in the cbi templates. Fixes: dc0211803e Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-26luci-lib-nixio: fix compilationJo-Philipp Wich
Fixes: #2921 Fixes: f3f42ff09 ("address: Replace ualarm with setitimer") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26Merge pull request #2918 from castillofrancodamian/vizFlorian Eckert
luci-app-olsr-viz: Add Spanish translation
2019-07-26Merge pull request #2917 from castillofrancodamian/banipFlorian Eckert
luci-app-banip: Add Spanish translation
2019-07-26Merge pull request #2916 from castillofrancodamian/nutFlorian Eckert
luci-app-nut: Add Spanish translation
2019-07-26Merge pull request #2915 from castillofrancodamian/ltqtapiFlorian Eckert
luci-app-ltqtapi: Add Spanish translation
2019-07-26Merge pull request #2914 from castillofrancodamian/privoxyFlorian Eckert
luci-app-privoxy: Add Spanish translation
2019-07-26Merge pull request #2890 from stangri/master-luci-app-https_dns_proxyJo-Philipp Wich
luci-app-https_dns_proxy: better handling of ports, update dhcp config
2019-07-26Merge pull request #2883 from neheb/patch-1Jo-Philipp Wich
address: Replace ualarm with setitimer
2019-07-26luci-app-firewall: explicitely set 'DNAT' target on new forwardsJo-Philipp Wich
Fixes: #2920 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26luci-base: keep polling confirmation endpoint on XHR failuresJo-Philipp Wich
Fixes: #2912 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26luci-base: form.js: pass-through placeholder option of CBIListValueJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26luci-base: ui.js: HTML escape uci changelog valuesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26luci-base: ui.js: HTML escape custom dropdown valuesJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26luci-base: ui.js: fix event binding for UISelectJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-25luci-app-olsr-viz: Add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25luci-app-banip: Add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25luci-app-nut: Add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25luci-app-ltqtapi: Add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25luci-app-privoxy: Add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25luci-mod-system: leds.js: fix crash when no usb devices or ports are presentJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>