fy1128
00d242918f
luci-app-ddns: fix typo: CRTL should be CTRL
...
Reference to https://github.com/openwrt/luci/pull/1756
cherry picked from commit d9cd43fee1
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-28 08:58:53 +03:00
INAGAKI Hiroshi
b55b8775a0
luci-app-dnscrypt-proxy: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-04-25 23:13:28 +09:00
Jo-Philipp Wich
77aa96c52a
luci-app-lxc: fix syntax error in previous commit
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-21 14:37:08 +02:00
Admin Localnet
de0d16e4ac
luci-app-lxc: various changes
...
1) Modify dependencies
Add dependencies required for to be able use containers created from
"images.linuxcontainers.org". Several of them require "lxc-attach" for set
password so to be able login. None of them has SSH preinstalled so
"lxc-console" is required to be able login and install SSH, for example.
Remove dependency "xz", it seems incompatible with LXC_BUSYBOX_OPTIONS when
both are enabled happens a build crash.
2) Change container image repository
The repository "virtualwrt.org/containers/" seems to not work, I have change
it by the official LXC container image repository.
3) Translate the arch
Translate the local uname architecture to a valid "images.linuxcontainers.org"
arch. Only tested with the platform "mvebu" (armv7l -> armhf).
4) Other minor fixes
Use same server to list images and download the image.
Disable GPG check when listing images.
Reported-by: "Admin Localnet <localnet@users.noreply.github.com>"
[Squashed commits, cleaned up whitespace, refactor arch mapping, escape url
setting, use system wide ubus helper, use uci model library]
Closes : #1422
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-21 14:35:26 +02:00
Jo-Philipp Wich
b4040aacb0
libs: move http.protocol.{date,mime,conditionals} to luci-lib-httpprotoutils
...
Also adjust the dependencies of components depending on these classes and
flatten the namespace from luci.http.protocol.* to luci.http.*
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-18 16:21:27 +02:00
Jo-Philipp Wich
9f327a3d02
luci-app-openvpn: properly parse low PIDs
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-13 14:45:28 +02:00
Hannu Nyman
d4886818ce
Merge pull request #1744 from dibdot/mwan-fix
...
luci-app-mwan3: bugfix
2018-04-11 08:53:16 +03:00
Dirk Brenken
f3a10bb59b
luci-app-mwan3: bugfix
...
* two more luci.model.uci fixes for #1743
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-10 21:38:07 +02:00
Hannu Nyman
b2eceb0bcc
i18n: sync translations, cleanup
...
* sync translations
* clean-up old strings from adblock
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-10 18:27:07 +03:00
Hannu Nyman
edd1fab34e
Merge pull request #1741 from dibdot/mwan-fix
...
luci-app-mwan3: bugfix
2018-04-09 17:33:21 +03:00
Dirk Brenken
f7f5395f1c
luci-app-mwan3: bugfix
...
* make use of luci.model.uci to fix #1740
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-09 15:50:21 +02:00
Hannu Nyman
0ab0303527
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-08 20:38:30 +03:00
Jo-Philipp Wich
1104b837cd
luci-app-advanced-reboot: remove explicit libuci requirement
...
Rewrite affected code to use luci.model.uci in order to avoid the need for
using libuci-lua directly.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-07 14:42:51 +02:00
Jo-Philipp Wich
75ac400168
luci-app-vpnbypass: remove explicit libuci requirement
...
There is no direct user of the libuci-lua api, just some commented out code.
Rewrite the commented code to use the Map's uci cursor and remove the
explicit require.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-07 14:40:44 +02:00
Stan Grishin
7d87297e17
luci-app-advanced-reboot & luci-app-vpnbypass: fix uci require for master
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-04-07 04:14:58 -07:00
Jo-Philipp Wich
83a59dc0f7
luci-app-openvpn: quote grep expression in getPID()
...
Fixes c0d9c4f3c
("treewide: filter shell arguments through shellquote() where applicable")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 23:38:38 +02:00
Hannu Nyman
93040427ff
luci-app-mwan: fix translation fallout
...
Partially fix the fallout from the recent string changes.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-06 23:28:41 +03:00
Hannu Nyman
65eacaef16
Merge pull request #1727 from TDT-AG/pr/20180406-luci-app-mwan3-changes
...
luci-app-mwan3: fix translation and update defaults
2018-04-06 22:39:39 +03:00
Dirk Brenken
7c7b6f4ba9
luci-app-travelmate: bring back cbi element to wifi_add.lua
...
* b00b676
fixed the cbi initialization for SimpleForm, therefore bring
back "Ignore BSSID" flag with dependent input field
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-06 18:34:41 +02:00
Florian Eckert
af3ef3390c
luci-app-mwan3: show default values in interface page if config is not found
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-06 12:56:57 +02:00
Florian Eckert
01e0179725
luci-app-mwan3: update translations
...
Update hint in the interface page.
Update hint in the policy page.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-06 12:54:21 +02:00
Jo-Philipp Wich
ef2e7db4ea
luci-app-dnscrypt-proxy: dispatch SimpleForm models using the form() action
...
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 12:07:50 +02:00
Jo-Philipp Wich
dacf88216d
luci-app-wol: dispatch SimpleForm model using the form() action
...
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 12:07:50 +02:00
Jo-Philipp Wich
1443ff121d
luci-app-firewall: dispatch SimpleForm model using the form() action
...
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 12:07:49 +02:00
Jo-Philipp Wich
4a90accda9
luci-app-unbound: dispatch SimpleForm models using the form() action
...
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 12:07:49 +02:00
Jo-Philipp Wich
08a2b27df5
luci-app-mwan3: fix legacy uci api usage
...
Explicitely require libuci-lua in model classes that use legacy /var/state
cursor handling.
Also add a specific dependency on libuci-lua to the luci-app-mwan3
Makefile in preparation of the upcoming default removal of libuci-lua.
Finally fix the post data dispatching on the notification tab, see #1722
for reference.
Fixes #1726 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-06 09:35:39 +02:00
Dirk Brenken
421dd407f0
luci-app-travelmate: bugfixes
...
* use the form() action to invoke the SimpleForm models
* fix 'wifi_add' input form
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-05 22:39:46 +02:00
Jo-Philipp Wich
72b973b258
luci-app-adblock: fix SimpleForm page delegation
...
Invoke the SimpleForm models using the form() action, not the cbi() ones.
This avoids the extraneous rendering of the cbi header template, avoiding
rejected save operations due to duplicated token value.
Fixes #1722 .
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-05 19:21:50 +02:00
Dirk Brenken
9dcf73b323
Merge pull request #1718 from dibdot/travelmate
...
luci-app-travelmate: sync with travelmate 1.2.0
2018-04-05 14:43:53 +02:00
Jo-Philipp Wich
c0d9c4f3ce
treewide: filter shell arguments through shellquote() where applicable
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-05 09:37:43 +02:00
Jo-Philipp Wich
697db81246
luci-app-freifunk-diagnostics: use FULL_REQUEST_URI
...
Switch from using the REQUEST_URI CGI variable directly to the canonicalized
FULL_REQUEST_URI property.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-04 23:32:44 +02:00
Jo-Philipp Wich
8a8eb0d487
luci-app-commands: use FULL_REQUEST_URI
...
Switch from using the REQUEST_URI CGI variable directly to the canonicalized
FULL_REQUEST_URI property.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-04 23:32:23 +02:00
Dirk Brenken
ee46a6c712
luci-app-travelmate: sync with travelmate 1.2.0
...
* remove needless 'automatic' and 'trigger' options plus small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-04 14:19:23 +02:00
Florian Eckert
dd637e4f46
luci-app-mwan3: remove unnecessary 'tracking active' hint
...
Remove the unnecessary 'tracking active' hint from the status interface
page.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-03 13:30:30 +02:00
Florian Eckert
cd1a979593
luci-app-mwan3: remove diag-rc-legend field id
...
On the material theme the "Collecting data" hint in the status pages
was still present on the page even though the command was sucessfull executed.
Remove the legend tag and move the info "Collecting data" to the
"diag-rc-output" tag will solve this issue.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-03 13:30:28 +02:00
Florian Eckert
c390464590
luci-app-mwan3: calculate max interface usage from mmx_mask value
...
Show max interface value on interface page dependent on the mmx_mask
value
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-03 13:30:20 +02:00
INAGAKI Hiroshi
86a138b935
luci-app-travelmate: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-29 13:13:38 +09:00
INAGAKI Hiroshi
caf4421603
i18n: sync translations
...
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-29 12:51:13 +09:00
Dirk Brenken
7161284d75
Merge pull request #1703 from dibdot/travelmate
...
luci-app-travelmate: made "ignore bssid" flag conditional
2018-03-28 11:22:15 +02:00
Florian Eckert
3a0d5301ca
luci-app-mwan3: update notify info
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-28 10:59:50 +02:00
Florian Eckert
ed56422a91
luci-app-mwan3: fix strict XHTML syntax error
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-28 10:59:42 +02:00
Dirk Brenken
189fe1e389
luci-app-travelmate: made "ignore bssid" flag conditional
...
* made the "ignore bssid" flag conditional to ease connection
to hidden networks:
* default for hidden networks "disabled"
* default for all others "enabled"
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-28 09:22:19 +02:00
Sven Roederer
ec10a14976
wireguard: add dependency to luci-proto-wireguard
...
Installing luci-app-wireguard should also install luci-proto-wireguard, to have it as an protocol for interface setup.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
2018-03-26 19:15:25 +02:00
Florian Eckert
10e5171ea6
luci-app-mwan3: add missing graphics boxes again
...
Add css boxes for mwan3 status again
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-23 10:30:55 +01:00
Florian Eckert
a279c9abb3
luci-app-mwan3: remove notMonitored status information
...
This case is not supported by mwan3 anymore
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-23 10:30:12 +01:00
Qian Zheng
8ecdabdc56
luci-app-upnp: zh_CN: Update Simplified Chinese translation
...
Signed-off-by: Qian Zheng <sotux82@gmail.com>
2018-03-20 09:31:17 +08:00
Hannu Nyman
38f826e2a4
Merge pull request #1692 from EricLuehrsen/unbound_pnet
...
unbound: add domain resolution control options
2018-03-19 17:31:07 +02:00
Hannu Nyman
94d9bfb1da
Merge pull request #1689 from aparcar/asu-fixup
...
luci-app-attendedsysupgrade: fixup missing package
2018-03-19 17:27:50 +02:00
Eric Luehrsen
9bb3400a00
unbound: add domain resolution control options
...
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-03-18 21:34:29 -04:00
Dirk Brenken
c575c78d2f
Merge pull request #1691 from dibdot/travelmate
...
luci-app-travelmate: final frontend changes for 18.x
2018-03-18 20:24:36 +01:00
Dirk Brenken
ca6f0a6c89
luci-app-travelmate: final frontend changes for 18.x
...
* made qrencode support optional (remove hardcoded dependency)
* add a conditional QR Code button on overview page,
remove separate "QR Codes" tab
* move trigger timeout setting to extra section
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-17 19:04:51 +01:00
Karl Palsson
cc00b01c27
luci-app-pagekitec: new package
...
Adds a simple interface to the basic functionality of pagekite services.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-03-16 22:59:46 +00:00
Paul Spooren
6551f5c139
luci-app-attendedsysupgrade: fixup missing package
...
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-03-16 18:52:48 +01:00
Dirk Brenken
b2fbfedc7e
Merge pull request #1688 from dibdot/adblock
...
luci-app-adblock: remaining fixes
2018-03-16 13:01:36 +01:00
Dirk Brenken
ab30c8365f
luci-app-adblock: remaining fixes
...
* missed in the last (untested) commit - sorry.
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-16 12:59:53 +01:00
Dirk Brenken
7656f51c82
Merge pull request #1686 from dibdot/wifischedule
...
luci-app-wifischedule: fix function calls
2018-03-16 06:37:08 +01:00
Dirk Brenken
44132150fc
Merge pull request #1685 from dibdot/travelmate
...
luci-app-travelmate: fix function calls
2018-03-16 06:36:51 +01:00
Dirk Brenken
d01ddb2928
Merge pull request #1684 from dibdot/adblock
...
luci-app-adblock: fix function calls
2018-03-16 06:36:31 +01:00
Dirk Brenken
14bdc24d4a
luci-app-wifischedule: fix function calls
...
* fix function calls that have an implicit extra parameter self,
pre-requisite for PR #1681
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-15 20:53:47 +01:00
Dirk Brenken
b2cc7bf276
luci-app-adblock: fix function calls
...
* fix function calls that have an implicit extra parameter self,
pre-requisite for PR #1681
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-15 20:25:30 +01:00
Dirk Brenken
06ba63ad59
luci-app-travelmate: fix function calls
...
* fix function calls that have an implicit extra parameter self,
pre-requisite for PR #1681
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-15 15:38:17 +01:00
Jo-Philipp Wich
005f4fb7d4
Merge pull request #1654 from TDT-AG/pr/20180301-luci-several-fixes
...
luci-app-firewall/luci-base/luci-mod-admin-full: some fixes and improvements
2018-03-15 09:52:22 +01:00
Raymond Tau
ee87dd1daa
luci-app-ocserv: match default value of compression
...
Modify the default setting of compression to match the default
value of the package ocserv.
Signed-off-by: Raymond Tau <raymondtau@gmail.com>
2018-03-13 02:15:22 +08:00
Jo-Philipp Wich
28e3b32854
treewide: unify mac address handling
...
Use the new luci.ip MAC address facilities to parse and verify MAC addresses
in a common way, instead of relying on various ad-hoc solutions.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-03-12 16:12:18 +01:00
Dirk Brenken
4f04e6126e
Merge pull request #1671 from dibdot/travelmate
...
luci-app-travelmate: remove qrencode short options
2018-03-08 10:21:01 +01:00
Dirk Brenken
ff7bdab68a
luci-app-travelmate: remove qrencode short options
...
* forthcoming qrencode version will remove the short option "-I"
for inline, to get prepared switch to normal qrencode
command line parameters.
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-08 10:13:15 +01:00
Paul Spooren
5949c2cea8
luci-app-attendedsysupgrade: reload rpcd fix #1668
...
when installing the luci app and opening it for the first time the
webinterface shows an error as some freshly installed rpcd calls are not
yet available. The reload fixes the problem.
luci-app-attendedsysupgrade: downloadable image
the creted sysupgrade image can now easily be downloaded via web
interface.
also fixed some </br> to <br />
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-03-07 13:11:32 +01:00
Paul Spooren
a6d55b19f3
luci-app-attendedsysupgrade: show unknown package
...
Reads the header X-Unknown-Package offered by the sysupgrade server and
shows it in the error message.
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-03-06 19:25:08 +01:00
Hannu Nyman
c555814edb
Merge pull request #1653 from guidosarducci/master-fix-apcups-statistics
...
[RFC] luci-app-statistics: only graph data supported by APC UPS
2018-03-06 16:31:57 +02:00
Dirk Brenken
41b7a90e07
Merge pull request #1662 from dibdot/travelmate
...
luci-app-travelmate: fixes for new QR code template
2018-03-05 12:26:19 +01:00
Dirk Brenken
898b8a9904
luci-app-travelmate: fixes for new QR code template
...
* remove unofficial 'WPA2' enc. token for better compatibility with
certain QR code reader, still 'WPA', 'WEP' and 'nopass' are supported
* add WEP key slot support (not really needed, but it's still
supported by LuCI wireless)
* correct escape single quotes and other special chars
in SSID & passwords
* code cleanup
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-04 19:59:53 +01:00
INAGAKI Hiroshi
d6fd2c33bf
luci-app-travelmate: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-04 16:42:48 +09:00
INAGAKI Hiroshi
0e5d670d7a
luci-app-travelmate: sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-04 14:23:52 +09:00
guidosarducci
fa1f4c42a6
luci-app-statistics: only graph data supported by APC UPS
...
Some graph definitions rely on data not supported across all APC UPSes.
Due to recent upstream changes in collectd, the daemon no longer creates
a NaN-filled .rrd file corresponding to any missing UPS data. Depending
on the connected UPS, this may result in some "broken" graphs on the Luci
Statistics page since rrdtool cannot find the expected .rrd file.
Include the add_supported() function to determine the UPS data available
at runtime and update any definitions of graphs to include only supported
data. For example, the whole chart stack of AC input and output voltages
will normally be "broken" if the UPS only measures AC input voltage. With
these changes, the output voltage graph definition is stripped out,
allowing the chart to render.
Make consistent use of data types and instances in graph definitions. All
definitions now use the same format with the 'instances' key. Unnecessary
'types' and 'sources' keys are removed.
Fix the definition of 'line frequency' graph, based on upstream collectd
apcups plugin code: type is 'frequency' but instance should be 'input'.
This also includes some code and whitespace cleanup.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-03-03 13:54:55 -08:00
Dirk Brenken
1e46a671ea
Merge pull request #1658 from dibdot/travelmate
...
luci-app-travelmate: sync with release 1.1.3
2018-03-03 08:44:07 +01:00
Hannu Nyman
2913111ffe
Merge pull request #1652 from TDT-AG/pr/20180301-luci-app-mwan3-fix-status-page
...
luci-app-mwan3: fix status pages
2018-03-02 23:31:56 +02:00
Dirk Brenken
8a199c3e1e
luci-app-travelmate: sync with release 1.1.3
...
* show WiFi QR codes from all configured Access Points
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-02 18:06:38 +01:00
INAGAKI Hiroshi
68bdfc029c
luci-app-adblock: fix the msgid to keep the translations
...
XHTML markup of "&" in the description about "download queue" was fixed
in 71230d2
. Since UI text of it no longer matches msgid, I fixed it.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-03-02 02:12:14 +09:00
Florian Eckert
7bb2cd6213
luci-app-firewall: only show SNAT template if there are more then one zone
...
Only show SNAT template if there are more then one zone.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 12:33:43 +01:00
Florian Eckert
a5b970d5f2
luci-app-firewall: on forward rule change preselection
...
Change the preselection for the src zone to wan and the dest zon to lan
because this is the normal situation.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 12:33:43 +01:00
Florian Eckert
846fb1f8bc
luci-app-firewall: only show portforward template if there are more then one zone
...
Only show portforward template if there are more then one zone.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 12:33:43 +01:00
Florian Eckert
dcb041e396
luci-app-mwan3: remove css from javascript in overview_status_interface
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:52 +01:00
Florian Eckert
5362f69706
luci-app-mwan3: Update header name in status pages
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:50 +01:00
Florian Eckert
a73687022d
luci-app-mwan3: remove duplicated code section
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:47 +01:00
Florian Eckert
deba02e096
luci-app-mwan3: fix source styling
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:45 +01:00
Florian Eckert
1ff26f380f
luci-app-mwan3: remove css styling from status_interface page
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:42 +01:00
Florian Eckert
a82e588c06
luci-app-mwan3: remove css styling from overview_status_interface page
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:40 +01:00
Florian Eckert
3c86c6562e
luci-app-mwan3: fix stack trace if no tacking_ip is set on interface add
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-01 10:47:38 +01:00
Dirk Brenken
088b92c8c9
Merge pull request #1647 from dibdot/adblock
...
luci-app-adblock: fix frontend typo
2018-02-28 14:14:41 +01:00
Dirk Brenken
391a7bfc01
luci-app-travelmate: sync with release 1.1.2
...
* refine timings & valid input ranges
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-27 14:04:58 +01:00
Dirk Brenken
b1c5a4c075
luci-app-adblock: fix frontend typo
...
fix trivial 'msmtp' typo & changed .po files as well
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-27 10:20:56 +01:00
dibdot
09ea6dbd33
Merge pull request #1633 from dibdot/travelmate
...
luci-app-travelmate: sync with release 1.1.0
2018-02-20 08:55:24 +01:00
Dirk Brenken
6ffb7056fe
luci-app-travelmate: sync with release 1.1.0
...
* add an option for the captive portal detection
* support the new signal quality treshold (default 30)
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-19 21:52:21 +01:00
Martin Schiller
e88a95ca29
luci-app-openvpn: run '/etc/init.d/openvpn reload' after commit
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-02-15 06:14:24 +01:00
Martin Schiller
7c643558a3
luci-app-openvpn: fix validity check for new instance input field
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-02-15 06:14:24 +01:00
Martin Schiller
bab9c12e20
luci-app-openvpn: use initscript to stop instances
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-02-15 06:14:24 +01:00
Hannu Nyman
76f9f5e94d
Merge pull request #1627 from user7887/luci-ru
...
i18n-ru: fixed russian translation
2018-02-08 18:17:02 +02:00
Vladimir
c21d22c017
i18n-ru: fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-02-07 17:37:34 +03:00
Hannu Nyman
90369e78d7
Merge pull request #1626 from TDT-AG/pr/20180105-luci-app-mwan3-add-service
...
luci-app-mwan3: add service hint
2018-02-05 17:43:44 +02:00
Florian Eckert
66b93ab784
luci-app-wman3: show info if mwan3 is not global enabled
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:45:22 +01:00
Florian Eckert
4b0347d498
luci-app-mwan3: update look and feel interface status page
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:45:20 +01:00
Florian Eckert
83cec9277d
luci-app-mwan3: do not show mwan3 status in overview if not enabled
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:45:16 +01:00
Florian Eckert
0c3bd5c537
luci-app-mwan3: update uci track entry to use /etc/init.d/mwan3 reload
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:45:05 +01:00
Hannu Nyman
251656126a
Merge pull request #1625 from musashino205/l10n/nbm-upd-ja
...
luci-app-nlbwmon: update Japanese translation
2018-02-05 09:07:54 +02:00
INAGAKI Hiroshi
325f6d4138
luci-app-nlbwmon: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-02-05 15:24:16 +09:00
INAGAKI Hiroshi
d06865000e
luci-app-uhttpd: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-02-05 14:57:21 +09:00
Yousong Zhou
770033dba3
luci-app-shadowsocks-libev: remove deprecated option disable_sni
...
This reverts commit 5d91683575
.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-05 11:06:25 +08:00
Yousong Zhou
28aafed472
luci-app-shadowsocks-libev: add no_delay to names_options_common
...
It will appear in the instance overview list
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-05 11:04:00 +08:00
dibdot
e386d76d57
Merge pull request #1623 from dibdot/adblock
...
luci-app-adblock: fix XHMTL Markup
2018-02-03 11:27:36 +01:00
Dirk Brenken
71230d2b70
luci-app-adblock: fix XHMTL Markup
...
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-03 11:25:34 +01:00
INAGAKI Hiroshi
69932a9348
luci-app-adblock: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-02-03 00:42:56 +09:00
INAGAKI Hiroshi
7d23262912
luci-app-adblock: sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-02-03 00:12:59 +09:00
dibdot
518ac523d1
Merge pull request #1614 from dibdot/adblock
...
luci-app-adblock: sync with adblock 3.5.0
2018-01-31 20:29:05 +01:00
Dirk Brenken
47e0990eac
luci-app-adblock: sync with adblock 3.5.0
...
* Support new 'Download Queue'
* Support new 'Jail' Blocklist Creation
(replace former 'Whitelist Mode')
* Fix field width in "Runtime Information" section
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-31 13:09:55 +01:00
Vladimir
4567512bdd
i18n-ru: fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-30 17:35:30 +03:00
Vladimir
f11b0c0000
luci-app-travelmate fixed
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-29 20:39:29 +03:00
Vladimir
7133c51012
i18n-ru: fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-29 18:03:37 +03:00
Christian Schoenebeck
1cd12c4498
luci.app-ddns: Update to 2.4.9-1
...
Read registered IP from file, updated by ddns-scripts.
Only read from DNS if file does not exist or outdated (check_interval).
Require ddns-scripts v 2.7.7
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-01-27 16:11:07 +01:00
Hannu Nyman
5e59ba3e0d
Merge pull request #1597 from stangri/luci-app-simple-adblock
...
luci-app-simple-adblock: Better logic to start/stop/reload from Web UI
2018-01-26 16:23:38 +02:00
Hannu Nyman
c53b1f8425
Merge pull request #1591 from user7887/luci-ru
...
i18n-ru: fixed and updated russian translation
2018-01-26 16:23:06 +02:00
Hannu Nyman
556676ed3e
Merge pull request #1593 from sotux/zh-cn_translation
...
luci-app-firewall: zh-cn: Update Simplified Chinese translation
2018-01-26 16:22:19 +02:00
Vladimir
d74ff878e1
i18n-ru: fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-26 16:57:15 +03:00
Stan Grishin
870c176ca7
luci-app-simple-adblock: bugfix for service start/stop
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 19:51:03 -08:00
Vladimir
61cf344285
fixed dynapoint.lua, there was no translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-25 19:51:03 -08:00
Stan Grishin
1fd24f3fd8
luci-app-vpnbypass: better service start/stop
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 18:34:09 -08:00
Qian Zheng
dbdb91e964
luci-app-firewall: zh-cn: Update Simplified Chinese translation
...
Signed-off-by: Qian Zheng <sotux82@gmail.com>
2018-01-25 10:05:31 +08:00
Vladimir
582ce1c69e
fixed dynapoint.lua, there was no translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-23 21:48:28 +03:00
Hannu Nyman
8f5be58a56
Merge pull request #1587 from TDT-AG/pr/20180123-mwan3-fixes
...
luci-app-mwan3: refactoring continue 3
2018-01-23 17:31:36 +02:00
Florian Eckert
c38117d2ad
luci-app-wman3: add license header to all files
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 13:30:31 +01:00
Florian Eckert
72191b7e2c
luci-app-mwan3: fix diagnostics dropdown menu entry
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 13:30:28 +01:00
Florian Eckert
562a3e5b73
luci-app-mwan3: fix assert if route could not select by ubus
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 13:30:24 +01:00
Vladimir
3467df984f
i18n-ru: fixed simple-adblock strin&rus translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
refine
refine
2018-01-23 13:40:18 +03:00
Vladimir
1295b6ca38
i18n-ru: fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-21 19:48:47 +03:00
Hannu Nyman
cfd6f9bdb4
Merge pull request #1576 from stangri/luci-app-advanced-reboot
...
luci-app-advanced-reboot: fixed bug on devices/board names with dashe…
2018-01-21 15:25:41 +02:00
Stan Grishin
57fe3e839f
luci-app-advanced-reboot: fixed bug on devices/board names with dashes in them
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-21 05:20:47 -08:00
Vladimir
3a25e15034
i18n-ru: fixed
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-21 01:46:29 +03:00
Hannu Nyman
194e42913f
luci-app-voice-core and -diag: remove from repo
...
Remove luci-app-voice-core and luci-app-voice-diag as they have been BROKEN
since 2015. They only support luci-app-diag-devinfo that has been removed.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:58:03 +02:00
Hannu Nyman
7edc6f03f0
freifunk-p2pblock / luci-app-p2pblock: remove from repo
...
Remove freifunk-p2pblock and luci-app-p2pblock as they have been BROKEN
since 2016. Packages depend on the removed l7-protocols as well as the
deprecated l7 support in the iptables kernel modules.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:49:44 +02:00
Hannu Nyman
6a8ee26207
luci-app-diag-devinfo: remove from repo
...
Remove luci-app-diag-devinfo as it has been BROKEN since 2015 due to
several dependencies to packages in oldpackages or abandoned
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:42:53 +02:00
Hannu Nyman
5cc9df99e5
luci-app-ushare: remove from repo
...
Remove luci-app-ushare as it has been BROEKN since 2015.
(ushare package is still in oldpackages)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:37:25 +02:00
Hannu Nyman
d0441ee875
luci-app-radvd: remove from the repo
...
luci-app-radvd has been BROKEN since March 2016 as it depends
on radvd, which is still in oldpackages repo.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:35:29 +02:00
Hannu Nyman
b2754db22b
luci-app-pbx(-voicemail): remove from repo
...
Remove the luci-app-pbx(-voicemail) packages, as they have been
marked BROKEN since August 2016.
The pbx packages depend on asterisk 1.8 that is EOL upstream
and has been moved from the telephony feed to the abandoned feed.
If LuCI pbx packages are still needed, they should be refreshed
to depend on a current asterisk version from the telephony feed,
and to match the features of that asterisk version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 15:32:57 +02:00
Vladimir
bb87aac852
i18n-ru: Edits on the general pattern of Russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-20 14:02:48 +03:00
Vladimir
dc71ae0102
i18n-sync changes mwan3
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-19 19:55:44 +03:00
Florian Eckert
6a700eded1
luci-app-mwan3: refactoring troubleshooting page
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:10:16 +01:00
Florian Eckert
24fe9b1279
luci-app-mwan3: rename status tab names
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:10:12 +01:00
Florian Eckert
406564c7db
luci-app-mwan3: refactoring detail status view and controller
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:10:05 +01:00
Florian Eckert
5b92193978
luci-app-mwan3: refactoring diagnostics view and controller
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:59 +01:00
Florian Eckert
278b3f53db
luci-app-mwan3: fix unify luci code styling
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:56 +01:00
Florian Eckert
831bd71eb3
luci-app-mwan3: remove/unify lua require order
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:52 +01:00
Florian Eckert
d369c80bec
luci-app-mwan3: refactoring member config pages
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:50 +01:00
Florian Eckert
b4350f21ff
luci-app-mwan3: refactoring warning compilation on the policy config pages
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:46 +01:00
Florian Eckert
ed0d2ba6cf
luci-app-mwan3: refactoring ruleconfig page
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:42 +01:00
Florian Eckert
aae3d298c2
luci-app-mwan3: refactoring warning compilation on the rule config pages
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:38 +01:00
Florian Eckert
de1afe2a90
luci-app-mwan3: remove some config parameter from rule overview table
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:34 +01:00
Florian Eckert
8014e21d6d
luci-app-mwan3: update rule help text
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:30 +01:00
Florian Eckert
2d7e440eb1
luci-app-mwan3: remove config_css
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:28 +01:00
Florian Eckert
03dc912ebd
luci-app-mwan3: remove some config parameter from interface overview table
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:25 +01:00
Florian Eckert
0ac4d725c5
luci-app-mwan3: refactoring warning compilation on the interface config pages
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:20 +01:00
Florian Eckert
8371e40dbf
luci-app-mwan3: remove diagnostics service section
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:17 +01:00
Florian Eckert
119730448d
luci-app-mwan3: remove unnecessary table information
...
- memberconfg view: remove interface table information it is already reflected
in the interface dropdown
- policyconfig view: remove member table information it is already refelected
in the member dropdown
- ruleconfig view: remove policy table information it is already reflected
in the policy dropdown
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:15 +01:00
Florian Eckert
504fdad14b
luci-app-mwan3: use mwan3 ubus call for status information
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:12 +01:00
Florian Eckert
72bcd39b9f
luci-app-mwan3: unify header in configuration tab
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:08 +01:00
Florian Eckert
0b4942c396
luci-app-mwan3: rename mwan3 status overview plugin
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:04 +01:00
Florian Eckert
811685c269
luci-app-mwan3: remove old /etc/hotplug.d/16-mwancustombak"
...
Remove old /etc/hotplug.d/15-mwancustombak file use instead
/etc/mwan3.user from the mwan3 base package. The modification could be
done undet "Networke | Load Balancer | Notify"
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-18 15:09:01 +01:00
Jo-Philipp Wich
08916f4335
luci-app-nlbw: fix sporadic premature EOF when rendering JSON data
...
Specific timing patterns sometimes caused the LuCI controller to prematurely
stop reading data, resulting in truncated JSON output.
Turn the nonblocking waitpid() call into a blocking call after the IO read
loop to avoid this issue.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-17 21:15:47 +01:00
Vladimir
94f7c302bb
i18n-sync change, added project info...
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-16 21:06:05 +03:00
Jo-Philipp Wich
cc01dd0549
luci-app-vpnbypass: fix translation string
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-15 14:28:28 +01:00
Hannu Nyman
30921b21a5
Merge pull request #1546 from stangri/luci-app-advanced-reboot
...
luci-app-advanced-reboot: support for new board names for ea8500 and nbg6817
2018-01-15 09:20:47 +02:00
Hannu Nyman
fc94d456b1
Merge pull request #1548 from musashino205/l10n/adblk-upd-ja
...
luci-app-adblock: update Japanese translation
2018-01-15 09:20:19 +02:00
INAGAKI Hiroshi
f7728794ec
luci-app-adblock: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-01-15 15:34:04 +09:00
INAGAKI Hiroshi
2dfb330f45
luci-app-firewall: update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-01-15 15:00:05 +09:00
Stan Grishin
42da8d97bb
luci-app-advanced-reboot: added support for new board names for ea8500 and nbg6817
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-14 15:24:19 -08:00
Vladimir
7541a2705e
added project info, were reviewed in graphical mode, ready for a stable release
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-14 23:15:59 +03:00
Vladimir
206cfb9fcc
added project info, were reviewed in graphical mode, ready for a stable release
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-14 16:00:58 +03:00
Vladimir
2162fbcd5a
added project info, were reviewed in graphical mode, ready for a stable release
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-14 11:53:50 +03:00
Hannu Nyman
dd58979249
luci-app-shairport: remove obsolete package
...
shairport was removed from the packages feed in July 2017,
so remove the LuCI frontend, too.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-13 23:05:49 +02:00
Hannu Nyman
8152c46ebe
luci-app-multiwan: remove obsolete package
...
multiwan has been superseded by mwan3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-13 22:54:15 +02:00
Hannu Nyman
b1b5cb926c
luci-app-mmc-over-gpio: remove obsolete package
...
mmc-over-gpio package itself was removed in Jan 2017
with c9dd40f628e so remove also the LuCI frontend.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-13 22:43:38 +02:00
Vladimir
80181410f2
added project info, were reviewed in graphical mode
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-13 21:30:52 +03:00
Vladimir
0f80bcfd8f
fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-13 13:32:58 +03:00
Vladimir
72b9aa414e
fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-12 23:11:58 +03:00
Vladimir
26d60e9c7f
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-12 19:39:21 +03:00
Hannu Nyman
846be36cf0
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-12 17:21:02 +02:00
Jo-Philipp Wich
e79a0ded7f
luci-app-firewall: rename tr() helper function to _()
...
Rename tr() to _() so that i18n-scan.pl picks up the language strings.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-12 15:07:47 +01:00
INAGAKI Hiroshi
50f26a57fa
luci-app-travelmate: update Japanese translation
...
Updated japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-01-12 14:59:36 +09:00
Vladimir
7cdb92bfd0
fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-11 23:17:43 +03:00
Vladimir
5d48227363
Correction by script i18n-sync.sh with editing of Russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-11 19:22:07 +03:00
Hannu Nyman
74eaa6bedf
Merge pull request #1526 from TDT-AG/pr/20180111-luci-app-mwan3-refactoring
...
luci-app-mwan3: refactoring
2018-01-11 16:46:24 +02:00
Florian Eckert
e40282cb38
luci-app-mwan3: remove configuration tab
...
remove configuration tab
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 15:11:14 +01:00
Florian Eckert
5aeeb69f15
luci-app-mwan3: remove direct configuration possibility for /etc/config files
...
With this change it is not longer possible to edit the following
configuration files directly.
- mwan3
- wireless
- network
The user should edit the configuration over the provided luci pages.
which will do input checks and so prevent from miss configuration.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:46:39 +01:00
Florian Eckert
7b1725566c
luci-app-mwan3: rename status page files
...
rename status page files
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:46:28 +01:00
Florian Eckert
e7af2148eb
luci-app-mwan3: update entry naming
...
udpate entry nameing
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:46:00 +01:00
Florian Eckert
5c42bba054
luci-app-mwan3: move diagnostic and troubleshooting page to status page
...
move diagnostic and troubleshooting page to status page
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:45:32 +01:00
Florian Eckert
bb4f769ac1
luci-app-mwan3: move status information to status menu entry
...
move status information to status menu entry
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:45:09 +01:00
Florian Eckert
2a165111e8
luci-app-mwan3: refactoring notify page
...
clean up notify page
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:45:04 +01:00
Florian Eckert
6ac76568e7
luci-app-mwan3: move/rename hotplugscript tab
...
- move hotplugscript tab to Configuration
- rename hotplugscript tab to notify
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-11 14:44:59 +01:00
Vladimir
7e3d52ec08
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-11 01:43:46 +03:00
Hannu Nyman
8b39d9a76b
Merge pull request #1524 from dibdot/travelmate
...
luci-app-travelmate: sync with travelmate 1.0.2
2018-01-10 23:45:50 +02:00
Hannu Nyman
5d0f0b997d
Merge pull request #1523 from dibdot/adblock
...
luci-app-adblock: sync with adblock 3.4.3
2018-01-10 23:45:04 +02:00
Dirk Brenken
2b200cfa79
luci-app-travelmate: sync with travelmate 1.0.2
...
* refine status view
* add two missing eap auth variants
* small visual fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-10 19:48:01 +01:00
Dirk Brenken
054935ab7c
luci-app-adblock: sync with adblock 3.4.3
...
* add 'Download Utility' select box
* add new "running" status
* small visual fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-10 19:35:39 +01:00
Ted Hess
7749af89d8
Merge pull request #1516 from dibdot/dnscrypt-proxy
...
luci-app-dnscrypt-proxy: Updates for new repository/maintainer
2018-01-09 09:06:59 -05:00
Dirk Brenken
fb2cd3db8e
luci-app-dnscrypt-proxy: Updates for new repository/maintainer
...
* change csv download url to new maintainer
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-09 10:25:21 +01:00
Vladimir
6a9ceee72b
i18n: Added and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
[squashed commits]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-09 08:17:07 +01:00
Florian Eckert
93c830869d
luci-app-firewall: show port opening cbi section independently of lan zone definition
...
Current the append traffic rules for "port forwarding" and "port opening"
to the router are only shown if 'wan' and 'lan' zone are defined at
once.
For "port opening" to the router only need a 'wan' zone. Removing
'lan' zone dependency for 'port opening' reflect this behavior.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-09 08:06:23 +01:00
Vladimir
ad3ee48813
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-08 01:48:03 +03:00
Vladimir
7e50c4b379
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-07 00:16:54 +03:00
Vladimir
cab284cf77
fixed by script i18n-sync.sh
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-06 22:45:37 +03:00
Vladimir
84e8ac16a3
give a similar look to all applications, a proper name with a capital letter
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-06 14:24:09 +03:00
Vladimir
983f2c412e
lost space when moving, was 'файлукак' done 'файлу как'
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-06 14:00:10 +03:00
Vladimir
b15fef0b11
fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-06 13:39:46 +03:00
Hannu Nyman
bd52bf4625
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-06 09:40:39 +02:00
Hannu Nyman
916595d157
Merge pull request #1499 from yousong/shadowsocks-libev
...
shadowsocks-libev: sync with packages repo
2018-01-06 09:33:18 +02:00
Hannu Nyman
7fd4f84aa9
Merge pull request #1502 from dibdot/adblock
...
luci-app-adblock: sync with adblock 3.4.1
2018-01-05 22:31:09 +02:00
Vladimir
b9bb8649ba
fixed russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-05 21:42:52 +03:00
Dirk Brenken
931531310e
luci-app-adblock: sync with adblock 3.4.1
...
* refine logfile search term
* textarea 'autoscroll down' in logfile view
* left-align blocklist source table plus a more compact design
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-05 18:56:39 +01:00
Vladimir
e7adf1c1bb
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
2018-01-05 18:08:00 +03:00
Yousong Zhou
f1862ced41
luci-app-shadowsocks-libev: remove option manager_address
...
It's an option that is supposed to be fed by ss-manager. It can be
in the form of host:port or path to unix dgram socket. Drop it now with
the assumption that it has no real user at the moment
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04 14:47:27 +08:00
Yousong Zhou
1ad37267ab
luci-app-shadowsocks-libev: support option no_delay
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04 14:46:30 +08:00
Yousong Zhou
611c14bff1
luci-app-shadowsocks-libev: display disabled state of remote server
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-04 14:40:09 +08:00
Vladimir
76b12b242a
fixed and updated russian translation
...
Signed-off-by: Vladimir <picfun@ya.ru>
[renamed swedish advanced-reboot.po as well, fixed a syntax error,
filtered updated files through ./build/i18n-sync.sh]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-03 21:44:55 +01:00
Hannu Nyman
b121f95862
Merge pull request #1495 from dibdot/travelmate
...
luci-app-travelmate: sync with 1.0.1
2018-01-03 10:59:40 +02:00
Dirk Brenken
a4e05483b1
luci-app-travelmate: sync with 1.0.1
...
* LuCI: BSSID will be ignored by default in 'wireless add' dialog
* LuCI: Textarea 'autoscroll down' in logfile view
* LuCI: refine logfile search term
Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-03 09:19:46 +01:00
Hannu Nyman
4f644d9254
Merge pull request #1490 from dibdot/adblock
...
luci-app-adblock: sync with adblock 3.4.0
2017-12-28 19:23:37 +02:00
Hannu Nyman
463c72a798
i18n: sync translations
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-12-28 14:22:49 +02:00
Dirk Brenken
033e903097
luci-app-adblock: sync with adblock 3.4.0
...
* add new extra options (disabled by default):
- Flush DNS Cache
- Email Notification
- Email Notification Count
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-27 17:41:28 +01:00
Paul Spooren
6638e4cdd5
luci-app-attendedsysupgrade: remove outdated checks
...
the upgrade server used to store a md5 checksum and the image filesize,
due to complexity this was removed.
Instead a sha256sums file is created by the IB with additional
signature. The firmware filesize can be retrived by requesting
Content-Length data.sysupgrade_url.
As the deeper layers (rpcd) currently do not offer an easy way to to
perform a sha256sum check & verify a usign sig these features will be
re-added once supported.
Until then the security of the sysupgrades depend on TLS and so the
luci-app is meant as a demonstration only.
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-12-27 03:26:21 +01:00
Paul Spooren
99fea16179
luci-app-attendedsysupgrade: separate js from html
...
also use hide(), show() and $() like jquery
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2017-12-27 03:26:21 +01:00
Stan Grishin
e045f4d8a4
luci-app-advanced-reboot: 2 new routers + error reporting
...
Added support for: Linksys EA3500 and ZyXEL NBG6817
Added error reporting to both system log and WebUI on errors
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-12-25 23:35:53 -08:00
INAGAKI Hiroshi
63efc28d48
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-12-17 22:28:27 +09:00
INAGAKI Hiroshi
2ef216a80d
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-12-17 14:26:24 +09:00
Hannu Nyman
68cfa21274
Merge pull request #1476 from dibdot/travelmate
...
luci-app-travelmate: sync with travelmate 1.0.0
2017-12-15 23:53:14 +02:00
Dirk Brenken
8f5604ee9e
luci-app-travelmate: sync with travelmate 1.0.0
...
* Various cleanups & small enhancements
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-15 19:17:07 +01:00
Hannu Nyman
2f41783c9c
Merge pull request #1473 from dibdot/travelmate
...
luci-app-travelmate: enhance wireless security connection settings
2017-12-13 22:00:36 +02:00
Dirk Brenken
c67066ebbf
luci-app-travelmate: enhance wireless security connection settings
...
* fix wpa enterprise options
* add various wpa / wep options
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-13 20:26:02 +01:00
Hannu Nyman
8e6b1a6d86
Merge pull request #1468 from dibdot/travelmate
...
luci-app-travelmate: sync with travelmate 0.9.6
2017-12-09 09:39:47 +02:00
Dirk Brenken
c7b39ae08f
luci-app-travelmate: sync with travelmate 0.9.6
...
* Turris omnia compability fixes
* OpenWrt theme fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-09 08:23:31 +01:00
INAGAKI Hiroshi
6d4d17be72
luci-app-travelmate: Update Japanese translation
...
Updated Japanese translations.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-12-08 15:24:20 +09:00
INAGAKI Hiroshi
9399cfd461
luci-app-travelmate: Sync translations
...
Synchronized translations with sources.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2017-12-08 14:40:12 +09:00
Hannu Nyman
b7906fc7c2
Merge pull request #1454 from kubco2/mwan3-fix-member-metric
...
luci-app-mwan3: fix member metric allowed values
2017-12-07 21:20:32 +02:00
Hannu Nyman
78ebfba390
Merge pull request #1465 from dibdot/travelmate
...
luci-app-travelmate: sync with travelmate 0.9.5
2017-12-06 18:58:25 +02:00
Dirk Brenken
2474cdd049
luci-app-travelmate: sync with travelmate 0.9.5
...
* add support for hidden uplinks
* add support for wpa enterprise uplinks
* various small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-06 17:05:40 +01:00
Hannu Nyman
de4c4b8063
Merge pull request #1463 from dibdot/adblock
...
luci-app-adblock: fix minor visual issue
2017-12-05 16:15:18 +02:00
Dirk Brenken
dce8ae85ff
luci-app-adblock: fix minor visual issue
...
* fix visual issue in runtime section (originally provided by @ansuel)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-04 22:26:18 +01:00
Jakub Janco
890a2fc828
luci-app-mwan3: fix member metric allowed values
...
mwan3 accepts only 1-256 metric of member, if it is more, member is ignored.
This patch fix translations and allowed values of member metric input.
Signed-off-by: Jakub Janco <kubco2@gmail.com>
2017-11-29 00:30:53 +01:00
Paul Spooren
802d5b6bec
luci-app-attendedsysupgrade: use rpc-sys pkglist
...
The bash package rpcd-mod-packagelist is no longer required as it has
been ported to rpc-sys by @dangowrt. The luci app now uses that feature.
The packagelist.acls is no longer required and has been removed.
luci-app-attendedsysupgrade: follow new server api
a new api uses more status codes and headers instead of genric 400 code
with json payload.
show error message when ubus call fail
fix typo
more info here
https://github.com/aparcar/attendedsysupgrade-server#response-status-codes
luci-app-attendedsysupgrade: refactoring
luci-app-attendedsysupgrade: use checksum
now compares cgi-io md5 checksum with md5 of server
as well checks if enough free memory is available to store image
Added needed ACL to let Luci request "system info"
rename "image" to "firmware" in output strings. This was requested as
"unification"
rpcd-mod-packelist used to return a variable called "packagelist", the
new "rpc-sys packagelist" returns a variable called "packages". This has
been adapted.
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-11-24 02:10:31 +01:00
Dirk Brenken
49cfa04e6c
luci-app-travelmate: Chaos Calmer bugfixes
...
* fixes for Chaos Calmer compatibility
Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-11-19 20:04:46 +01:00
Paul Spooren
4891deaf94
luci-app-attendedsysupgrade: use common
...
use attendedsysupgrade-common package and rpc-sys instead of
rpcd-mod-attendedsysupgrade
luci-app-attendedsysupgrade: editable server url
the server url can now be changed. The solution is kept as simple as
possible to not introduce any lua code.
Small cleanup, but needs a refactoring.
Add acl rights to edit the attendedsysupgrade file
Add cgi-io as a dependencie to upload image to router
Signed-off-by: Paul Spooren <paul@spooren.de>
2017-11-12 03:09:33 +01:00
Hannu Nyman
96553cf6bf
Merge pull request #1436 from artioni81/patch-5
...
Update openvpn.po
2017-11-11 16:10:42 +02:00