summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2019-01-05luci-app-rp-pppoe-server: Add ability to create uci sectionsDaniel F. Dickinson
Currently if no non-commented uci sections exist in the config then it's impossible to create a config from LuCI. Fix that, which also allows what the initscript does, which is multiple instances. While we're at it create the translation template. Closes: #2431 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-04luci-app-opkg: only show packages with higher version in upgrade tabJo-Philipp Wich
Fixes #2422. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-04Merge pull request #2409 from yousong/install-packagesJo-Philipp Wich
treewide: fix redirecting to System->Software
2019-01-02Merge pull request #2412 from EricLuehrsen/unbound_cacheHannu Nyman
luci-app-unbound: protect against printing large cache dump
2019-01-02Merge pull request #2413 from rosysong/nft-qosHannu Nyman
luci-app-nft-qos: rework _action_rate function
2019-01-02luci-app-nut: Add i18n template (pot)Daniel F. Dickinson
Finally noticed that I had been missing doing i18n stuff, so add the template for this new package I added. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-01luci-app-nft-qos: rework _action_rate functionRosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-01-01treewide: fix query arguments to admin/system/opkgYousong Zhou
Right now the handler only recognizes "query=xx" argument, others will be ignored. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-01treewide: fix redirecting to System->SoftwareYousong Zhou
By replacing url "admin/system/packages" with "admin/system/opkg" Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-31luci-app-unbound: protect against printing large cache dumpEric Luehrsen
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-12-29luci-app-opkg: update Ukrainian translationYurii
Signed-off-by: Yurii yuripet@gmail.com
2018-12-29luci-app-firewall: update Ukrainian translationYurii
Signed-off-by: Yurii yuripet@gmail.com
2018-12-29Merge pull request #2387 from TDT-AG/pr/20181220-luci-app-mwan3Hannu Nyman
luci-app-mwan3: some changes
2018-12-29luci-app-nft-qos: fix monitor doesn't work when there no ipv6 support.Rosy Song
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2018-12-27Merge pull request #2401 from musashino205/i18n/po-fixHannu Nyman
luci-app-olsr: fix po errors
2018-12-27Merge pull request #2402 from dibdot/travelmateDirk Brenken
luci-app-travelmate: adapt latest css changes
2018-12-27Merge pull request #2400 from dibdot/banipDirk Brenken
luci-app-banip: sync with release 0.0.7
2018-12-27Merge pull request #2399 from dibdot/adblockDirk Brenken
luci-app-adblock: sync with release 3.6.1
2018-12-27luci-app-travelmate: adapt latest css changesDirk Brenken
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-27luci-app-banip: sync with release 0.0.7Dirk Brenken
* determine L3 and L2 network devices to support pppoe interfaces correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-27luci-app-adblock: sync with release 3.6.1Dirk Brenken
* support new reporting options * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-27luci-app-olsr: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-27luci-app-olsr: fix po errorsINAGAKI Hiroshi
Fixed po errors in "Selected" in en/de. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-26Merge pull request #2393 from RoEng/luci-app-wifischedule-i18n-de-1Hannu Nyman
luci-app-wifischedule: New German Translation
2018-12-26Merge pull request #2396 from musashino205/l10n/adblk-upd-jaHannu Nyman
luci-app-adblock: update Japanese translation
2018-12-26Merge pull request #2395 from musashino205/l10n/mwan3-upd-jaHannu Nyman
luci-app-mwan3: update Japanese translation
2018-12-26Merge pull request #2390 from cshoredaniel/pr-nut-updatesHannu Nyman
luci-app-nut: Update nut-server settings to match packages master
2018-12-26luci-app-adblock: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-26luci-app-adblock: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-26luci-app-mwan3: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-26luci-app-shadowsocks-libev: add zh-cn translationYousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-26luci-app-wifischedule: New German TranslationRoland Engert
New German Translation of wifischedule.po Signed-of-by: Roland Engert <Roland.Engert@web.de>
2018-12-22luci-app-nut: Update settings to match packages masterDaniel F. Dickinson
A number of settings in openwrt-packages master are missing; add them. The 'extra' adhoc options (override, default, other, and otherflag) we leave to UCI only because they require dynamic creation of config sections. There were some options that didn't belong in the section they were in; remove them. Include the option for the USB serial port permissions for serial USB devices over USB serial port (on the OpenWrt device). And finally, fix the title of the UPS Server global settings. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-22luci-app-nut: nut_server: Alphabetize driver optionsDaniel F. Dickinson
There are a *lot* of options, so list them in alphabetical order for easier updates to the app (alphabetizing by translation doesn't make sense since the order would need to change depending on language). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-22Merge pull request #2389 from dibdot/adblockDirk Brenken
luci-app-adblock: minor fixes
2018-12-22luci-app-adblock: minor fixesDirk Brenken
* use new XHR default on report page * fix wrong string.find syntax Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-21_I18N_ luci-app-mwan3: i18n update de translationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-21luci-app-mwan3: show supported tracking methodes if needed bin is installedFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-21luci-app-mwan3: add uptime/downtime to status pageFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-21luci-app-mwan3: add tracking methode npingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-21Merge pull request #2386 from cshoredaniel/pr-uhttpd-spellingJo-Philipp Wich
luci-app-uhttpd: Correct spelling in two places
2018-12-20luci-app-uhttpd: Correct spelling in two placesDaniel F. Dickinson
Had 'at list' instead 'at least' for the help text on listing HTTP/HTTPS listening addresses. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20luci-app-*: use default poll intervalFlorian Eckert
Replace all XHR poll time number with -1 so they will use the default poll interval time value from "/etc/config/luci". If this is not set then 5 seconds as default is used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-20Merge pull request #2380 from dibdot/adblockDirk Brenken
luci-app-adblock: sync with release 3.6.0
2018-12-20luci-app-adblock: sync with release 3.6.0Dirk Brenken
* add adblock dns query reporting via tcpdump (see readme for details) * fix tld compression on low memory systems (< 64 MB) * fix various small issues Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-20i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-12-15luci-app-aria2: fix the log optionZheng Qian
According to the package aria2, the log option is enable_logging, so fix this option name. As luci-app-aria2 can't set custom log file dir, the default log file is /var/log/aria2.log but not in the config file dir. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-14luci-app-aria2: fix showRPCURL when using httpsZheng Qian
if login luci-admin with https, RPC protocol should be https or wss. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2018-12-13luci-app-openvpn: re-add options comp_lzo and comp_noadaptMartin Schiller
* re-add config option comp_lzo according to openwrt/openwrt@3850b41 * re-add config option comp_noadapt. This has never been removed from openwrt Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-12-11luci-app-nlbwmon: rewrite display sectionJo-Philipp Wich
- Move CSS and JS code to external files - Use responsive table markup Signed-off-by: Jo-Philipp Wich <jo@mein.io>