summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2019-02-20luci-app-attendedsysupgrade: update to new apiPaul Spooren
there was a major rewrite of the database structure Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-18luci-app-ddns: update Spanish translationFranco Castillo
Complete update of the Spanish language. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-17Merge pull request #2533 from freifunk-berlin/freifunk-repoHannu Nyman
treewide: move freifunk-related packages to separate repo
2019-02-15Merge pull request #2534 from dibdot/travelmateDirk Brenken
luci-app-travelmate: sync with release 1.3.5
2019-02-15luci-app-nlbwmon: Fixed incorrect period parameter/displayJo-Philipp Wich
Switch from using the unreliable string data constructor syntax to a more explicit year / month / day variant and pass through the period value as-is in order to ensure that the proper start date is requested from the backend. This should fix issues with prevent the display of older data periods in the nlbwmon gui. Ref: https://github.com/jow-/nlbwmon/issues/25 Ref: https://github.com/openwrt/luci/pull/2496 Suggested-by: Aktanusa <chanam.geo@yahoo.com> [squashed commits, add a more thorough commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-02-15luci-app-travelmate: sync with release 1.3.5Dirk Brenken
- changed procd trigger handling & removed needless apply hook Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-13treewide: move freifunk-related packages to separate repoSven Roederer
Even Freifunk was one of the major factory to create the LuCI-system, it's now only a very small part of LuCI. LuCI has become a much bigger thing and it seems that it's time to move the packages only relating to Freifunk into it's own feed. On the mailinglist it was discussed [1] and a repo below the general Freifunk team on github was created. This commit removes all packages that will be hosted in the new repo [2] 1 - http://lists.freifunk.net/pipermail/wlannews-freifunk.net/2019-February/004818.html 2 - https://github.com/freifunk/openwrt-packages Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2019-02-12treewide: avoid double-escaping CBI section labelsJo-Philipp Wich
Since the section labels are already HTML-escaped implicitely by the striptags() function, we must not escape them again in attr() or ifattr(). Fixes: #2524 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-02-12luci-app-statistics: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-02-12luci-app-mwan3: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-07luci-app-adblock: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-04i18n: sync translationsINAGAKI Hiroshi
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-03luci-app-attendedsysupgrade: fixup server urlPaul Spooren
server does not send full download url but only path fixup error_box Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-02Merge pull request #2501 from dibdot/dnscrypt-proxyDirk Brenken
luci-app-DNSCrypt-Proxy: small controller changes
2019-02-02Merge pull request #2500 from dibdot/banipDirk Brenken
luci-app-banIP: small controller changes
2019-02-02Merge pull request #2499 from dibdot/travelmateDirk Brenken
luci-app-travelmate: small controller changes
2019-02-02Merge pull request #2498 from dibdot/adblockDirk Brenken
luci-app-adblock: small controller changes
2019-02-02luci-app-DNSCrypt-Proxy: small controller changesDirk Brenken
- remove needless Turris Omnia logread workaround, due to changes in latest syslog-ng package Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02luci-app-banIP: small controller changesDirk Brenken
- remove needless Turris Omnia logread workaround, due to changes in latest syslog-ng package Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02luci-app-travelmate: small controller changesDirk Brenken
- remove needless Turris Omnia logread workaround, due to changes in latest syslog-ng package Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02luci-app-adblock: small controller changesDirk Brenken
- show 'DNS Query Report' tab only when tcpdump was found - remove needless Turris Omnia logread workaround, due to changes in latest syslog-ng package Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-31luci-app-mwan3: fix possibility to not select an ipsetFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-29luci-app-lxc: add aarch64 to target mapJosef Schlehofer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-26Merge pull request #2462 from cshoredaniel/luci-rad2-pass-go-fixHannu Nyman
luci-app-radicale2: A couple of fixes for radicale2 UI
2019-01-25luci-app-attendedsysupgrade: new api, unify statusPaul Spooren
to distinguish between installed packages and requested packages, the API call is now "installed" instead of "packages". Also unify "info_box" and "error_box" to "status_box" Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-01-24i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-01-24treewide: cleanup LEDE referencesHannu Nyman
Remove old LEDE references. Also remove one obviously wrong translation from pt-br Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-01-22Merge pull request #2476 from TDT-AG/pr/20190122-luci-app-mwan3Hannu Nyman
luci-app-mwan3: add syslog option and prefiil ipset rule dropdown
2019-01-22luci-app-ddns: fix package installation linkFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22luci-app-mwan3: Offer loaded ipsets as dropdown for ipset selectionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22luci-app-mwan3: add syslog rule debug optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22luci-app-shadowsocks-libev: Fix HTML tagSoha Jin
Signed-off-by: Soha Jin <soha@lohu.info>
2019-01-21luci-app-statisctis: only include lua modules in rrd statistics into local scopeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-21luci-app-statistics: remove unused luci.sys includeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-21luci-app-statistics: only include lua modules into local scopeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-21luic-app-statistics: reduce copyright headersFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-21luci-app-statistics: fix whitespaces in rrdtool definitionsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-21luci-app-shadowsocks-libev: ss_rules: allow ip6 in src_dst_option()Yousong Zhou
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-18Merge pull request #2464 from TDT-AG/pr/20190117-luci-app-mwan3Hannu Nyman
luci-app-mwan3: fix cbi local scope
2019-01-18Merge pull request #2461 from tano-systems/luci-app-opkg-upd-ru-i18nHannu Nyman
luci-app-opkg: update Russian translation
2019-01-18Merge pull request #2459 from tano-systems/luci-app-openvpn-fix-ru-i18nHannu Nyman
luci-app-openvpn: fix and update Russian translation
2019-01-18Merge pull request #2458 from tano-systems/luci-app-ddns-fix-ru-i18nHannu Nyman
luci-app-ddns: fix Russian translation
2019-01-17luci-app-openvpn: fix and update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-01-17luci-app-mwan3: fix cbi local scopeFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-16luci-app-radicale2: Use http when not SSLDaniel F. Dickinson
The test or whether we were using SSL often returned true even when using HTTP only, therefore fix the test. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-16luci-app-radicale2: Avoid losing password hashDaniel F. Dickinson
This fixes a case where one could lose an already exising password hash when changing another users' password or creating a new user. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-15luci-app-opkg: update Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-01-15luci-app-openvpn: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-01-15luci-app-olsr: update Simplified Chinese translationZheng Qian
fix some translation mistakes. Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-01-15luci-app-ddns: fix Russian translationAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>