summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-08-02luci-app-olsr: handle empty result for non-status tablesLars Kruse
The response of the jsoninfo request may be non-empty (e.g. a linebreak or just whitespace), but still yield "nil" after "json.decode". This situation was already handled for the "status" request, but it leads to a dictionary access against a "nil" value for all other tables. Signed-off-by: Lars Kruse <lists@sumpfralle.de>
2019-08-02Merge pull request #2643 from kuoruan/aria2Florian Eckert
luci-app-aria2: Refactor, new views and more options
2019-08-02Merge pull request #2961 from castillofrancodamian/udpxyFlorian Eckert
luci-app-udpxy: add template
2019-08-02Merge pull request #2960 from castillofrancodamian/travelFlorian Eckert
luci-app-travelmate: update Spanish translation
2019-08-02Merge pull request #2959 from castillofrancodamian/statFlorian Eckert
luci-app-statistics: update Spanish translation
2019-08-02Merge pull request #2958 from castillofrancodamian/simpleFlorian Eckert
luci-app-simple-adblock: update Spanish translation
2019-08-02Merge pull request #2957 from castillofrancodamian/firewallFlorian Eckert
luci-app-firewall: update Spanish translation
2019-08-02Merge pull request #2955 from castillofrancodamian/dump1090Florian Eckert
luci-app-dump1090: add Spanish translation
2019-08-02Merge pull request #2953 from castillofrancodamian/csharkFlorian Eckert
luci-app-cshark: add Spanish translation
2019-08-02Merge pull request #2952 from castillofrancodamian/wireguardFlorian Eckert
luci-app-wireguard: update Spanish translation
2019-08-02Merge pull request #2951 from castillofrancodamian/bmx7Florian Eckert
luci-app-bmx7: add Spanish translation
2019-08-02Merge pull request #2949 from castillofrancodamian/olsr-sFlorian Eckert
luci-app-olsr-services: add Spanish translation
2019-08-02Merge pull request #2947 from castillofrancodamian/ocservFlorian Eckert
luci-app-ocserv: add Spanish translation
2019-08-02Merge pull request #2946 from castillofrancodamian/squidFlorian Eckert
luci-app-squid: add Spanish translation
2019-08-02Merge pull request #2945 from castillofrancodamian/attFlorian Eckert
luci-app-attendedsysupgrade: add Spanish translation
2019-08-01luci-app-udpxy: add templateFranco Castillo
Add template. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-travelmate: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-statistics: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-simple-adblock: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-firewall: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-dump1090: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-cshark: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-wireguard: update Spanish translationFranco Castillo
Update Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-bmx7: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-olsr-services: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-ocserv: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-squid: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-app-attendedsysupgrade: add Spanish translationFranco Castillo
Add Spanish translation. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-08-01luci-base: form.js: add modal dialog hookJo-Philipp Wich
Add a new `addModalOptions()` hook which allows to supply additional cbi options the modal map before the dialog is rendered. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-01luci-base: form.js: update tab state on dependency checksJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-01luci-base: ui.js: tabs: fix empty pane checking, allow alternative query rootJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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