Commit graph

10712 commits

Author SHA1 Message Date
Hannu Nyman
8f85668ce8
Merge pull request #2550 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-02-21 17:55:44 +02:00
Franco Castillo
694e301ad9 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21 12:46:03 -03:00
Hannu Nyman
5e312f956a
Merge pull request #2539 from yglb/rosy-bugsfix
luci-theme-rosy: Fix typo errors and style errors
2019-02-21 17:39:06 +02:00
Hannu Nyman
e0b29f5a59
Merge pull request #2549 from castillofrancodamian/clamav
luci-app-clamav: Add Spanish translation
2019-02-21 17:38:38 +02:00
Franco Castillo
dc5efd1149 luci-app-clamav: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21 12:30:53 -03:00
Hannu Nyman
a14a12c1a8
Merge pull request #2548 from castillofrancodamian/vpn
luci-app-openvpn: Update Spanish translation
2019-02-21 17:12:56 +02:00
Franco Castillo
f554deafba luci-app-opemvpn: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21 11:55:39 -03:00
Hannu Nyman
afeebeb945
Merge pull request #2546 from castillofrancodamian/fdc
luci-app-opkg: Update of the Spanish language
2019-02-21 08:43:41 +02:00
Franco Castillo
0ea8e386ad luci-app-opkg: Update of the Spanish language
Complete update of the app to the Spanish language

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-21 00:42:13 -03:00
Hannu Nyman
c0bdb281d8
Merge pull request #2545 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kerne…
2019-02-20 22:38:08 +02:00
Stan Grishin
a1b0b150e6 luci-app-advanced-reboot: add support for Linksys EA6350v3, fix kernel version length issue
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-02-20 11:37:57 -08:00
Paul Spooren
24fe4788da luci-app-attendedsysupgrade: update to new api
there was a major rewrite of the database structure

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-20 08:59:30 +01:00
Franco Castillo
7f172e1a2f luci-app-ddns: update Spanish translation
Complete update of the Spanish language.

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-02-18 18:23:44 +02:00
YanlanShen
f4e6e1a6a2 luci-theme-rosy: Correcting Writing Errors and Style Errors
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-02-18 11:12:13 +08:00
Hannu Nyman
55cd0c4c6b
Merge pull request #2533 from freifunk-berlin/freifunk-repo
treewide: move freifunk-related packages to separate repo
2019-02-17 16:43:29 +02:00
Dirk Brenken
7f791e9cf4
Merge pull request #2534 from dibdot/travelmate
luci-app-travelmate: sync with release 1.3.5
2019-02-15 16:33:37 +01:00
Jo-Philipp Wich
bd56c1aac6 luci-app-nlbwmon: Fixed incorrect period parameter/display
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-15 11:57:28 +01:00
Dirk Brenken
1d358c2492 luci-app-travelmate: sync with release 1.3.5
- changed procd trigger handling & removed needless apply hook

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-15 09:37:08 +01:00
Sven Roederer
4654ba92c3 treewide: move freifunk-related packages to separate repo
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-13 21:23:34 +01:00
Jo-Philipp Wich
eda8f02dac treewide: avoid double-escaping CBI section labels
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-12 08:32:02 +01:00
Jo-Philipp Wich
4141243762 luci-base: dispatcher: support raw values in attr() and ifattr()
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-12 08:31:08 +01:00
Jo-Philipp Wich
83df3eb6c7 luci-mod-status: iptables.js: fix parsing IP addresses in rules
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-12 07:57:35 +01:00
Zheng Qian
8e4780a65d luci-app-statistics: update Simplified Chinese translation
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-02-12 09:23:55 +08:00
Hannu Nyman
dccd69826a
Merge pull request #2529 from musashino205/l10n/mwan3-upd-ja
luci-app-mwan3: update Japanese translation
2019-02-11 21:54:35 +02:00
INAGAKI Hiroshi
f4d0d6ce4f luci-app-mwan3: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-12 00:28:17 +09:00
Zheng Qian
b7fabbd337 luci-base: update Simplified Chinese translation
Signed-off-by: Zheng Qian <sotux82@gmail.com>
2019-02-11 19:44:52 +08:00
Hannu Nyman
4e5111ee7d
Merge pull request #2517 from YuriPet/master
luci-base: update Ukrainian translation
2019-02-07 20:27:15 +02:00
Yurii
36097124e3
luci-base: update Ukrainian translation
Signed-off-by: Yurii yuripet@gmail.com
2019-02-07 19:11:06 +02:00
Hannu Nyman
8ebb4ba3e4
Merge pull request #2516 from musashino205/l10n/adblk-upd-ja
luci-app-adblock: update Japanese translation
2019-02-07 16:45:06 +02:00
INAGAKI Hiroshi
7c539d115b luci-app-adblock: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-07 23:20:13 +09:00
Hannu Nyman
21b29f3faf
Merge pull request #2513 from musashino205/l10n/base-upd-ja
luci-base: update Japanese translation
2019-02-04 16:30:33 +02:00
INAGAKI Hiroshi
e00fec9f31 luci-base: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-04 22:34:47 +09:00
INAGAKI Hiroshi
ccb762997f i18n: sync translations
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-02-04 21:44:52 +09:00
Hannu Nyman
9f520b48d8
Merge pull request #2505 from aparcar/master
luci-app-attendedsysupgrade: fixup server url
2019-02-03 11:45:51 +02:00
Paul Spooren
b7954cbdc6 luci-app-attendedsysupgrade: fixup server url
server does not send full download url but only path

fixup error_box

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-02-03 01:23:44 +01:00
Dirk Brenken
8ea0f156ab
Merge pull request #2501 from dibdot/dnscrypt-proxy
luci-app-DNSCrypt-Proxy: small controller changes
2019-02-02 18:04:01 +01:00
Dirk Brenken
7efaac523c
Merge pull request #2500 from dibdot/banip
luci-app-banIP: small controller changes
2019-02-02 18:03:43 +01:00
Dirk Brenken
ea2e4a2cf3
Merge pull request #2499 from dibdot/travelmate
luci-app-travelmate: small controller changes
2019-02-02 18:03:20 +01:00
Dirk Brenken
e91e89b28a
Merge pull request #2498 from dibdot/adblock
luci-app-adblock: small controller changes
2019-02-02 18:02:51 +01:00
Dirk Brenken
c6e3d05435 luci-app-DNSCrypt-Proxy: small controller changes
- remove needless Turris Omnia logread workaround, due to changes in
latest syslog-ng package

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02 09:04:33 +01:00
Dirk Brenken
2ba9325788 luci-app-banIP: small controller changes
- remove needless Turris Omnia logread workaround, due to changes in
latest syslog-ng package

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02 08:56:39 +01:00
Dirk Brenken
391ae75192 luci-app-travelmate: small controller changes
- remove needless Turris Omnia logread workaround, due to changes in
latest syslog-ng package

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02 08:48:40 +01:00
Dirk Brenken
09ea2573ff luci-app-adblock: small controller changes
- 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-02-02 08:47:40 +01:00
Hannu Nyman
44680dc805
Merge pull request #2493 from TDT-AG/pr/20190131-luci-app-mwan3
luci-app-mwan3: fix possibility to not select an ipset
2019-01-31 20:04:48 +02:00
Florian Eckert
aa2e1edfa5 luci-app-mwan3: fix possibility to not select an ipset
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-31 11:04:43 +01:00
Jo-Philipp Wich
4b873ddf84
Merge pull request #2491 from shunjou/material-firewall-tables
luci-theme-material: fix firewall table style
2019-01-30 17:34:38 +01:00
shunjou
6ab3771e9d luci-theme-material: fix firewall table style
Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-01-30 11:24:35 -05:00
Jo-Philipp Wich
766643fcf1 luci-mod-rpc: drop "secret" value from rpc session objects
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-30 16:51:49 +01:00
Jo-Philipp Wich
74e4cf56c6
Merge pull request #2466 from HenryGiraldo/master
luci-mod-network: Add mesh_rssi_threshold and encryption
2019-01-30 08:24:38 +01:00
Jo-Philipp Wich
1828af9827
Merge pull request #2421 from SibrenVasse/ssid_format
SSID escaping
2019-01-30 08:23:53 +01:00