summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2017-06-01i18n: sync with masterJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-06-01luci-app-commands: Allow executing without downloading on public linkst123yh
Signed-off-by: t123yh <t123yh@outlook.com>
2017-06-01luci-app-hd-idle: removed dashes in menu items and text labelsfantom-x
"hd-idle" replaced with "HDD Idle" in the menu and on the page. All translation files updated accordingly. Signed-off-by: Marc Benoit marcb6218@gmail.com
2017-05-18luci-app-statistics: check that uci config sections existHannu Nyman
A missing or faulty luci_statistics config file may prevent LuCI access completely already at the login phase as the statistics config is parsed already then. The error is like: .../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value) User may be completely locked out of LuCI until he figures out the need to have a proper luci_statistics config file. Prevent the error by checking for the existence of the uci config sections before trying to use values from them. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit d04f667383ec2894a5ecefde7ad9284d07563a67)
2017-05-09i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09luci-app-statistics: processes: fix graph visibilityHannu Nyman
Fix graph visibility on processes page based on plugin instance. The overview instance is empty, while monitored processes have their own instances. Original version of the patch created by @koblack and discussed in #1021 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 0a6ce204234c9485549e290230e51484b1fceb64)
2017-05-02luci-app-statistics: fix whitespaceHannu Nyman
* fix whitespace in config file * place the contextswitch item corerrctly in the sorted options list Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 2bc2f935a0428b8d31a6ff2b967157b5ca02e06b)
2017-04-30luci-app-statistics: processes plugin: add labels, correct dataHannu Nyman
Enhance processes statistics page: * add proper labels to graphs * correct RSS memory stats title, add VSZ stats Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit b737831e56854f55fedbc6a6394d385ee0aef6e3)
2017-04-30luci-app-statistics: remove non-functional links from graphsHannu Nyman
The statistics graphs on the pages with multiple data sources have contained links to the data sources, but those links have not worked. Remove the links as they are unnecessary. This commit fixes #1006 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 298f838d390a7ad032405ecdf34085bdde3fe2a4)
2017-04-30luci-app-adblock: backport updates to match 2.6.2Hannu Nyman
Backport updates to luci-app-adblock that correspond to the adblock 2.6.2 version. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-29Support for collectd-mod-contextswitchfantom-x
Signed-off-by: Marc Benoit marcb6218@gmail.com (cherry picked from commit 5bf636732efab13fdd92dabfd746cafb156dd4f6)
2017-03-14luci-app-firewall: adjust drop_invalid default (#1068)Jo-Philipp Wich
Since firewall3 commit b33f78371e7c7b6a131c2b6c01673cbd4b3c13d1 the drop_invalid option is off by default. Adjust LuCI view to properly handle the changed semantics. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-03-04i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-03-03i18n: complete pt-br translationLuiz Angelo Daros de Luca
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> (partial cherry pick from commit fe9d39c06c3535ecb8f7b4f611747d21c1050a2c)
2017-02-25unbound: add uci-default scriptEric Luehrsen
Also if unbound-control is installed, then configure so luci-app-commands can quickly show the "local zones" and "local data" (aka hosts). This helps diagnose DHCP-DNS zone data and adblock zone data. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-25unbound: update UCI for odhcpd and hostnameEric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-02-16i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-02-07Merge pull request #957 from musashino205/17-dynpnt-add-jaDaniel Dickinson
luci-app-dynapoint: Add Japanese translation
2017-02-07luci-app-adblock: put backup options to global sectionDirk Brenken
this PR reflect the changes made in adblock 2.3.0 Signed-off-by: Dirk Brenken <dev@brenken.org> (cherry picked from commit d3a74836b7abb64591afde6ce0d0eb7a40d308fa)
2017-01-23luci-app-firewall: use new ipmask validation types when applicableJo-Philipp Wich
This allows for address specifications like "fdca:1234:0123::abcd/::ffff:ffff:ffff:ffff" which only match the last 64 bits of an address. This syntax is legal and already supported by iptables and firewall3. Fixes https://bugs.lede-project.org/index.php?do=details&task_id=417 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18luci-app-dynapoint: Add Japanese translationINAGAKI Hiroshi
Added Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-16Merge pull request #817 from ascob/luci-app-dynapointDaniel Dickinson
luci-app-dynapoint: new package
2017-01-16Merge pull request #946 from chloe-jeong/trunk-koDaniel Dickinson
Updates korean languages.
2017-01-15luci-app-dynapoint: new packageascob
Add luci-app-dynapoint to repo LuCI Support for DynaPoint Dynapoint allows dynamic access point creation and deletion depending on changes of certain network conditions. More information: https://github.com/thuehn/dynapoint Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
2017-01-14luci-app-firewall: Updates korean language.Weongyo Jeong
Initial korean language support for luci-app-firewall. Signed-off-by: Weongyo Jeong <weongyo@gmail.com>
2017-01-14luci-app-travelmate: Update Japanese translationINAGAKI Hiroshi
Added some translations of recently added strings. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-14luci-app-travelmate: sync translationsINAGAKI Hiroshi
Recently several strings to be translated ware added to Lua source, so I updated po templates and japanese po file. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-12Merge pull request #939 from dibdot/masterHannu Nyman
luci-app-travelmate: update gui elements
2017-01-12Merge pull request #938 from cshore-firmware/pull-request-statistics-dfDaniel Dickinson
app-statistics: df: Don't separate disk usage types
2017-01-12luci-app-travelmate: update gui elementsDirk Brenken
* update gui elements to reflect changes in travelmate 0.3.x Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-01-11i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-11luci-app-wifischedule: Update Japanese translationINAGAKI Hiroshi
Added a Japanese translation of recently added string. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-10luci-app-olsr: adapt to changed behavior of new OLSRd v0.9.5Bastian Bittorf
controller/olsr.lua: drop HTTP-headers which are now emitted, we do not need them status-olsr/neighbors.htm: olsr ETX value now without muliplication 1024x Signed-off-by: Bastian Bittorf <bb@npl.de> Signed-off-by: Freifunk UFO <ufo@rund.freifunk.net>
2017-01-09Merge pull request #919 from kuoruan/luci-app-wifischeduleHannu Nyman
Luci app wifischedule: minor changes
2017-01-09[luci-app-fwknopd] Remove usage of dynamic tag.Jonathan Bennett
Also adds NAT-DNS as a default setting, and enables a QR-code per access.conf entry Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-01-08luci-app-wifischedule: minor changesHsing-Wang Liao
* Formatting codes. * Move to services sub menu. * Update Simplified Chinese translation. * And some other small changes. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-07luci-app-privoxy: Update Simplified Chinese translationHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-03i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-01-03luci-app-shairplay: Add Japanese translationINAGAKI Hiroshi
Added Japanese translations and po templates. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-02luci-app-wifischedule: Update Japanese translationINAGAKI Hiroshi
Added some translations of recently added strings. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-02Merge pull request #912 from kuoruan/luci-app-wifischeduleHannu Nyman
Luci-app-wifischedule: Update translation
2017-01-02luci-app-wifischedule: Add Simplified Chinese translationHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-02luci-app-wifischedule: Add more translationHsing-Wang Liao
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-01-01luci-app-uhttpd: Add Japanese translationINAGAKI Hiroshi
Added Japanese translation. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-01-01luci-app-uhttpd: Add po templatesINAGAKI Hiroshi
Added po template (.pot) file. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-30luci-app-travelmate: Add Japanese translationINAGAKI Hiroshi
Added Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-28Merge pull request #905 from musashino205/upnp-upd-jaHannu Nyman
luci-app-upnp: Update Japanese translation
2016-12-24luci-app-upnp: Update Japanese translationINAGAKI Hiroshi
Added some translations and fixed mistranslated string. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-24luci-app-firewall: Update Japanese translationINAGAKI Hiroshi
Added some translations for the schedule settings and others. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2016-12-23Merge pull request #901 from musashino205/wifischd-add-jaHannu Nyman
luci-app-wifischedule: Add Japanese translation