summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2018-11-07luci-app-nft-qos: remove extra .po filesHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-06luci-app-nft-qos: add new applicationRosy Song
This application is for nft-qos package. Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-11-05luci-mod-network: move AHCP protocol model to AHCP applicationJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-05luci-app-mjpg-streamer: remove reference to luci.i18n.loadc()Jo-Philipp Wich
The i18n.loadc() function has been a no-op since almost six years. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-11-04i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-02Merge pull request #2250 from booo/remove-olsrd-library-version-numbersJo-Philipp Wich
get rid of library version numbers in luci olsrd code
2018-11-02Merge pull request #2252 from stweil/lgtmJo-Philipp Wich
Add missing variable declarations in JavaScript code
2018-10-30luci-app-travelmate: sync with travelmate 1.3.0Dirk Brenken
* add support for the new 'trm_proactive' option Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-28Add missing variable declarations in JavaScript codeStefan Weil
This fixes errors reported by LGTM. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-25get rid of library version numbers in luci olsrd codePhilipp Borgers
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
2018-10-23luci-app-openvpn: file name fixDirk Brenken
* fix shellquote oversight of the last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-23Merge pull request #2235 from dibdot/ovpn-uploadDirk Brenken
luci-app-openvpn: add ovpn upload support & more
2018-10-23luci-app-openvpn: add ovpn upload support & moreDirk Brenken
* add the ability to upload ovpn files directly, incl. appropriate uci entry in openvpn config * add the ability to edit ovpn files directly ('file' mode), beside the 'basic' and 'advanced' modes for normal setups * client side checks to validate instance name & template selection, incl. online error reporting * automatically remove non-ascii characters & windows line endings from transfered ovpn file * change from after_commit to after_apply hook * remove misleading default values for Port & Protocol in Overview Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-23Merge pull request #2238 from mmouselli/fixed_ui_olsr_service_menuJo-Philipp Wich
luci-app-olsr-services: Don't use the nameservice with a specific ver…
2018-10-21luci-app-olsr-services: Don't use the nameservice with a specific version.mmouselli
The "Services" menu option of olsr on the top of the web interface is not there. A specific version of the App name was in the controller service Removing the limitation will fix the problem https://github.com/freifunk-berlin/firmware/issues/594 Signed-off-by: mmouselli <m.mouselli@syseleven.de>
2018-10-21luci-app-travelmate: fix wireless scanDirk Brenken
* fix possible crash during wireless scan when no valid WPA label was found Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-13Merge pull request #2209 from jinchizhong/luci-app-statistics-add-curlHannu Nyman
luci-app-statistics: add support for cUrl
2018-10-14pp-statistics: add support for cUrlChizhong Jin
Add collectd-mod-curl plugin support. Which can do some complex track, such as grab stock, but by now, only response time are supported. Signed-off-by: Chizhong Jin <pjincz@gmail.com>
2018-10-12luci-app-dump1090: Fix typo of a dumb optionyangfl
Option `aggressive` is supported by dump1090 binary, but oddly missing in dump1090.init. Nevertheless, neither of them support the wrong `agressive`. Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-12luci-app: init translations for shadowsocks-libev and unboundyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-12luci-app: Fix typos for po stringsyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-12treewide: Fix typos in UI stringsyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-12Merge pull request #2223 from TDT-AG/pr/20181012-luci-app-mwan3Hannu Nyman
luci-app-mwan3: fix typo
2018-10-12Merge pull request #2204 from dibdot/wg-qrfixDirk Brenken
luci-app-wireguard: clean up QR Code generation
2018-10-12luci-app-mwan3: fix typoFlorian Eckert
This has worked before because the interface variable is global. But this is not nice. So this commit will fix this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-10-11i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-11luci-app-travelmate: fix translation falloutHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-11luci-app-splash: fix translation falloutHannu Nyman
Fix the fallout from recent changes Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-10Merge pull request #2197 from yangfl/masterHannu Nyman
treewide: Fix typos in comments
2018-10-10luci-base: move luci.sys.iptparser into separate packageJo-Philipp Wich
Since commit f6bfac211 ("luci-mod-status: rework iptables status page"), nothing in luci-base depends on the iptparser class anymore, so fold it out into a separate package and let the few apps that require it depend on the new library package. Saves about 10K uncompressed in luci-base while the iptables status rework enlarged the markup by roughly 5KB, saving roughly 5KB of size overall. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-10-10treewide: Fix typos in commentsyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-10-08luci-app-snmpd: Allow turning off agentxKarl Palsson
AgentX support doesn't actually require TCP, it also works over unix domain sockets, and UDS is the only method that's compiled in by default. Remove that misleading text, and make the section add/removable so that you can remove it to disable agentx support. Behaviour with multiple sections is undefined. (don't do that!) This matches the current behaviour of the snmpd init script, which will enable agentx with the compile time default settings if the agentx socket config is blank/missing. Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-10-07luci-app-wireguard: clean up QR Code generationDirk Brenken
* no longer baffle QR code import with "(none)" values from wg dump Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-05Merge pull request #2202 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with update 1.2.4
2018-10-05Merge pull request #2195 from dibdot/wg-qrcodeDirk Brenken
luci-app-wireguard: add QR Code support plus fixes
2018-10-05luci-app-travelmate: sync with update 1.2.4Dirk Brenken
* with the config option 'trm_radio' you can now restrict travelmate to a single radio (e.g. 'radio1') or change the overall scanning order (e.g. 'radio1 radio2 radio0') * LuCI: show QR codes now inline on the overview page (collapsed by default) Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-02luci-app-nlbwmon: fix nil value concatJo-Philipp Wich
Do not concatenate the yet undefined mtime variable to avoid a controller error with backtrace. Fixes: b3642f476 ("luci-app-nlbwmon: add proper file names for json and csv exports.") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-10-02luci-app-mwan3: fix i18n tracebackFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-10-01luci-app-wireguard: add QR Code support plus fixesDirk Brenken
* add optional QR Code support to status page (per wg Interface), submitted information via QR code are: - [Interface] (list of) Address / PrivateKey - [Peer] Endpoint / PublicKey / (list of) AllowedIPs - support multiple interfaces and peers * fix XHTML rendering errors with OpenWrt standard theme * fix logical glitch with empty descriptions, remove needless variables * left align the output for better viewing esp. with material theme * freshen up design a little bit * switch space indentation to tabs Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-10-01i18n: update Chinese translationyangfl
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-09-29luci-app-nlbwmon: the default CSV delimiter should be a commaAmeer Dawood
Suggested-by: Ameer Dawood <ameer1234567890@gmail.com> [slightly reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-29luci-app-nlbwmon: add proper file names for json and csv exports.Ameer Dawood
Currently, the json and csv exports are just named `data` which is not intuitive. This adds proper file name extensions using the Content-disposition HTTP header. Suggested-by: Ameer Dawood <ameer1234567890@gmail.com> [slightly reword commit message, squash commits] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-29applications: add Chinese translationsDavid Yang
Signed-off-by: David Yang <mmyangfl@gmail.com> [slightly reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-29luci-app-wireguard: add descriptionsrwalli
Add description fields to luci-app-wireguard similar to those in luci-proto-wireguard. Ref: https://github.com/openwrt/luci/commit/140f41b4 Suggested-by: "rwalli" <rwalli@gmx.net> [squash commits, reword commit message, remove semicolons, remove trailing white space] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-29luci-app-firewall: remove unused codeDarius
- unused requirements removed - unused variable and foreach loop removed Signed-off-by: Darius <darius.joksas@teltonika.lt> [slightly reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-09-27luci-app-mwan3: add new max_ttl optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-27luci-app-mwan3: add german translationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24luci-app-mosquitto: validate paths as path, not fileKarl Palsson
luci has separate validation for directories and files, make sure to use the right one. Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-20i18n: update pt-br translationLuiz Angelo Daros de Luca
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-09-20luci-app-snmpd: Basic net-snmpd config optionsKarl Palsson
Imported from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/luci-app-snmpd Only provides configuration of basic authentication and system level options, not even close to the entire slew of options that net-snmp supports, but the basics are still helpful, and a base for future work. Signed-off-by: Karl Palsson <karlp@etactica.com>