summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-02-26luci-app-firewall: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-25Merge pull request #2515 from TDT-AG/pr/20190207-luci-app-statisticsHannu Nyman
luci-app-statistics: minor fixes
2019-02-25luci-app-statistics: fix whitespacesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-02-24Merge pull request #2561 from stangri/luci-app-advanced-rebootHannu Nyman
luci-app-advanced-reboot: secondary partition fix for Linksys EA6350v3
2019-02-24luci-app-advanced-reboot: secondary partition fix for Linksys EA6350v3Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-02-22Merge pull request #2557 from castillofrancodamian/advanced-rebootHannu Nyman
luci-app-advanced-reboot: Add Spanish translation
2019-02-22Merge pull request #2556 from castillofrancodamian/wifischeduleHannu Nyman
luci-app-wifischedule: Add Spanish translation
2019-02-22Merge pull request #2555 from castillofrancodamian/adblockHannu Nyman
luci-app-adblock: Add Spanish translation
2019-02-21luci-app-advanced-reboot: Add Spanish translationFranco Castillo
Add Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21luci-app-wifischedule: Add Spanish translationFranco Castillo
Add Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21luci-app-adblock: Add Spanish translationFranco Castillo
Add Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2553 from castillofrancodamian/ddnsHannu Nyman
luci-app-ddns: Update Spanish translation
2019-02-21Merge pull request #2554 from castillofrancodamian/https_dns_proxyHannu Nyman
luci-app-https_dns_proxy: Add Spanish translation
2019-02-21luci-app-https_dns_proxy: Add Spanish translationFranco Castillo
Add Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21luci-app-ddns: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2552 from castillofrancodamian/commandsHannu Nyman
luci-app-commands: Update Spanish translation
2019-02-21luci-app-commands: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2551 from castillofrancodamian/luci-baseHannu Nyman
luci-base: Update Spanish translation
2019-02-21luci-base: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2550 from castillofrancodamian/firewallHannu Nyman
luci-app-firewall: Update Spanish translation
2019-02-21luci-app-firewall: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2539 from yglb/rosy-bugsfixHannu Nyman
luci-theme-rosy: Fix typo errors and style errors
2019-02-21Merge pull request #2549 from castillofrancodamian/clamavHannu Nyman
luci-app-clamav: Add Spanish translation
2019-02-21luci-app-clamav: Add Spanish translationFranco Castillo
Add Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2548 from castillofrancodamian/vpnHannu Nyman
luci-app-openvpn: Update Spanish translation
2019-02-21luci-app-opemvpn: Update Spanish translationFranco Castillo
Update Spanish translation Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21Merge pull request #2546 from castillofrancodamian/fdcHannu Nyman
luci-app-opkg: Update of the Spanish language
2019-02-21luci-app-opkg: Update of the Spanish languageFranco Castillo
Complete update of the app to the Spanish language Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-20Merge pull request #2545 from stangri/luci-app-advanced-rebootHannu Nyman
luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kerne…
2019-02-20luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kernel ↵Stan Grishin
version length issue Signed-off-by: Stan Grishin <stangri@melmac.net>
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-18luci-theme-rosy: Correcting Writing Errors and Style ErrorsYanlanShen
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.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-base: dispatcher: support raw values in attr() and ifattr()Jo-Philipp Wich
Extend the attr() and ifattr() template functions to take an optional further parameter indicating that the passed value should not be escaped. This is needed for cases where the input already is escaped through other means, e.g. when the value was previously filtered through the striptags() template helper. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-02-12luci-mod-status: iptables.js: fix parsing IP addresses in rulesJo-Philipp Wich
Rework the regexp pattern to allow both IP addresses without mask and IPv6 addresses with netmask instead of CIDR notation. Fixes: #2495, #2530 Fixes: f6bfac211 ("luci-mod-status: rework iptables status page") 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-11Merge pull request #2529 from musashino205/l10n/mwan3-upd-jaHannu Nyman
luci-app-mwan3: update Japanese translation
2019-02-12luci-app-mwan3: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-11luci-base: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-02-07Merge pull request #2517 from YuriPet/masterHannu Nyman
luci-base: update Ukrainian translation
2019-02-07luci-base: update Ukrainian translationYurii
Signed-off-by: Yurii yuripet@gmail.com
2019-02-07Merge pull request #2516 from musashino205/l10n/adblk-upd-jaHannu Nyman
luci-app-adblock: update Japanese translation
2019-02-07luci-app-adblock: update Japanese translationINAGAKI Hiroshi
Updated Japanese translations. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-04Merge pull request #2513 from musashino205/l10n/base-upd-jaHannu Nyman
luci-base: update Japanese translation