summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-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
2019-02-04luci-base: 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-03Merge pull request #2505 from aparcar/masterHannu Nyman
luci-app-attendedsysupgrade: fixup server url
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-31Merge pull request #2493 from TDT-AG/pr/20190131-luci-app-mwan3Hannu Nyman
luci-app-mwan3: fix possibility to not select an ipset
2019-01-31luci-app-mwan3: fix possibility to not select an ipsetFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-30Merge pull request #2491 from shunjou/material-firewall-tablesJo-Philipp Wich
luci-theme-material: fix firewall table style
2019-01-30luci-theme-material: fix firewall table styleshunjou
Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-01-30luci-mod-rpc: drop "secret" value from rpc session objectsJo-Philipp Wich
Drop the "secret" value from RPC session objects in order to make them compatible with ordinary web sessions used by the LuCI web interface. That secret value was never used for anything and is the only difference compared to normal LuCI login sessions. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-30Merge pull request #2466 from HenryGiraldo/masterJo-Philipp Wich
luci-mod-network: Add mesh_rssi_threshold and encryption
2019-01-30Merge pull request #2421 from SibrenVasse/ssid_formatJo-Philipp Wich
SSID escaping
2019-01-30Merge pull request #2484 from yglb/rosy-bugsfixJo-Philipp Wich
luci-theme-rosy: Fixed most bugs and modified some interface styles
2019-01-30Merge pull request #2487 from shunjou/material-changesJo-Philipp Wich
luci-theme-material: various css changes
2019-01-30Merge pull request #2486 from BKPepe/lxc-aarch64Dirk Brenken
luci-app-lxc: add aarch64 to target map
2019-01-29luci-theme-material: various css changesshunjou
* Improve dropdown menu indicators * Remove border on code * Compensate for occasional log overflow * Restrict webkit scrollbar style from mobile Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-01-29luci-app-lxc: add aarch64 to target mapJosef Schlehofer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-28luci-theme-rosy:YanlanShen
luasrc: Modify the layout to accommodate style changes Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-01-28luci-theme-rosy:YanlanShen
htdocs: Modify scrollbar styles, and most interface style changes and bug fixes Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-01-26Merge pull request #2481 from YuriPet/masterHannu Nyman
luci-base: update Ukrainian translation
2019-01-26luci-base: update Ukrainian translationYurii
Signed-off-by: Yurii yuripet@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-25luci-base: update Simplified Chinese translationZheng Qian
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-01-24i18n: sync translationsHannu Nyman
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>