Commit graph

10999 commits

Author SHA1 Message Date
Franco Castillo
c60b3de895 luci-app-vpnbypass: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 19:03:12 -03:00
Florian Eckert
b347bd1462 luci-base: add cbi tsection error msg option
In some situation it is usefull to inform the use that this section
could not get delete, because this config is referenced or is in use.

Example pseudo code:

function s.remove(self, sid)
	<check if secation could get deleted>
	if output == nil then
		self.error_msg = translatef("Unable to remove this section")
		return nil
	end
end

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-29 09:27:04 +01:00
Hannu Nyman
8e3e502c45
Merge pull request #2591 from yglb/rosy-bugsfix
luci-theme-rosy: Fix bug in the login interface and header style
2019-03-29 08:59:42 +02:00
Hannu Nyman
9dd292778f
Merge pull request #2641 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-03-27 19:25:48 +02:00
Franco Castillo
908bd72725 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-27 14:23:10 -03:00
Hannu Nyman
031eb83180
Merge pull request #2640 from castillofrancodamian/base
luci-base: Update Spanish translation
2019-03-27 19:11:36 +02:00
Franco Castillo
18a51e2aa5 luci-base: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-27 14:08:37 -03:00
Hannu Nyman
a0b95ddf8b
Merge pull request #2639 from musashino205/l10n/sa-upd-ja
luci-app-simple-adblock: update Japanese translation
2019-03-27 07:46:30 +02:00
INAGAKI Hiroshi
7fab2c01be luci-app-simple-adblock: update Japanese translation
Updated Japanese translations.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-03-27 13:30:05 +09:00
Dirk Brenken
11e64f84b5
Merge pull request #2632 from dibdot/wifischedule
luci-app-wifischedule: apply-bugfix
2019-03-20 06:15:50 +01:00
Dirk Brenken
f08c01976f luci-app-wifischedule: apply-bugfix
* minimal fix for #2631 (untested)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-03-19 20:52:00 +01:00
Jo-Philipp Wich
90f0e09330
Merge pull request #2630 from aparcar/thanks-all
THANKYOU: remove outdated file
2019-03-18 17:07:44 +01:00
Paul Spooren
9031b090c4 THANKYOU: remove outdated file
within the last 10 years [0] there are to many people [1] to say thank
you to, so remove the specific THANKYOU file.

[0]: git log -1 --format=%cd THANKYOU
[1]: git log --pretty=%an | sort | uniq -c | sort -n -r

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-18 17:02:42 +01:00
Paul Spooren
1dcf802257 luci-app-attendedsysupgrade: add 409 error code
HTTP Error code is send by the upgrade server in case of package
conflicts, like when requesting to install both `odhcpd` and
`odhcpd-ipv6only`.

Also put a <p> around download links to make them look more appealing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-18 16:52:31 +01:00
Paul Spooren
c318a10c14 luci-app-attendedsysupgrade: refactor and format
* Reuse `request_dict` between requests.
* used vim Autoformat plugin to make the javascript code nice.
* add board_name as it eventually replaces board/model in requests

Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-03-18 12:12:32 +01:00
Florian Eckert
a37296dda8 luci-mod-system: add button to sync with ntp server
Especially for systems without RTC this change has two advantages

* manual time sync with time server during configuration
* test possibility of the time sync over the configured servers

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-11 16:09:13 +01:00
Hauke Mehrtens
db98461321
Merge pull request #2537 from hauke/sae
luci-mod-network: Add WPA3 SAE support
2019-03-10 17:58:04 +01:00
YanlanShen
3d910029ac luci-theme-rosy: Repair head and body alignment bugs.
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-03-10 18:48:09 +08:00
YanlanShen
78b75ec9ea luci-theme-rosy: Modification of header style of Web pages.
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-03-10 18:45:09 +08:00
YanlanShen
cb0532d141 luci-theme-rosy: Fix the display bug in the mobile login interface
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-03-10 18:45:09 +08:00
Hauke Mehrtens
526ac93f54 luci-mod-network: wifi: Add OWE support
This allows to select OWE support in the wireless menu when a capable
hostapd is installed.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2019-03-09 17:08:43 +01:00
Hauke Mehrtens
9627dbd65e luci-mod-network: wifi: Add WPA3 SAE support
This checks if the installed hostapd supports SAE and allows to select
WPA3 Personal SAE in that case.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2019-03-09 17:08:43 +01:00
Florian Eckert
05f0649716 luci-app-statistics: update i18n
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-08 08:39:48 +01:00
Florian Eckert
cd1e8cc6b9 luci-app-statistics: add new item callback for menu entry
Add the item callback function to the rrdtool definitions.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:55 +01:00
Florian Eckert
82c2a97314 luci-app-statistics: load graph menu entry name from the definitions
This change defines the menu entry for the LuCI and the rrd definition in
one place. This also has advantage when plugins are written with
exec/python/perl or lua. The controller does not have to be touched for
the menu entry change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:38 +01:00
Florian Eckert
42a060a852 luci-app-statistics: Diskfree graph show also percent view
The Diskfree (df) plugin could also collect the values in percent if the
option "ValuesPercentage" is set in the collectd configuration.
This commit will check if "df_complex" / "percent_bytes" or both are
collected by collectd and so will show the corrsponding graph.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:16:17 +01:00
Florian Eckert
b42465f3fc luci-app-statistics: rrdtool add canvas height option
Added configuration parameters to also configure the height of the rrd images.

config statistics 'rrdtool'
	option image_height '200'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-07 15:14:11 +01:00
Hannu Nyman
61ea3ed1ee
Merge pull request #2617 from castillofrancodamian/upnp
luci-app-upnp: Update Spanish translation
2019-03-06 17:59:36 +02:00
Hannu Nyman
0cbaeac9e8
Merge pull request #2616 from castillofrancodamian/samba
luci-app-samba: Update Spanish translation
2019-03-06 17:59:23 +02:00
Hannu Nyman
656dbb0b6c
Merge pull request #2615 from castillofrancodamian/base
luci-base: Update Spanish translation
2019-03-06 17:59:02 +02:00
Franco Castillo
e6025d925c luci-app-upnp: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-05 20:57:19 -03:00
Franco Castillo
7e865e1072 luci-app-samba: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-05 20:45:29 -03:00
Franco Castillo
b02c70c4e1 luci-base: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-05 20:29:50 -03:00
Hannu Nyman
718fb9733b
Merge pull request #2612 from castillofrancodamian/ovpn
luci-app-openvpn: Update Spanish translation
2019-03-02 19:53:12 +02:00
Franco Castillo
41fe7ed75a luci-app-openvpn: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 14:45:47 -03:00
Hannu Nyman
5c52239305
Merge pull request #2610 from castillofrancodamian/statistics
luci-app-statistics: Update Spanish translation
2019-03-02 18:17:02 +02:00
Hannu Nyman
f1145416fc
Merge pull request #2609 from castillofrancodamian/transmission
luci-app-transmission: Update Spanish translation
2019-03-02 18:15:47 +02:00
Franco Castillo
40d594e901 luci-app-statistics: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 12:57:43 -03:00
Franco Castillo
7aba59e644 luci-app-transmission: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-02 12:36:20 -03:00
Hannu Nyman
958e830d39
Merge pull request #2606 from castillofrancodamian/wireguard
luci-app-wireguard: Update Spanish translation
2019-03-02 09:48:26 +02:00
Hannu Nyman
472ef0aa03
Merge pull request #2607 from castillofrancodamian/upnp
luci-app-upnp: Update Spanish translation
2019-03-02 09:48:16 +02:00
Franco Castillo
279115e3bf luci-app-upnp: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:49:38 -03:00
Franco Castillo
fb0c47f5d8 luci-app-wireguard: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:17:41 -03:00
Hannu Nyman
56f905229e
Merge pull request #2605 from castillofrancodamian/samba4
luci-app-samba4: Update Spanish translation
2019-03-01 23:11:38 +02:00
Franco Castillo
fe0e728a96 luci-app-samba4: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 18:06:52 -03:00
Hannu Nyman
78afd47cae
Merge pull request #2604 from castillofrancodamian/firewall
luci-app-firewall: Update Spanish translation
2019-03-01 23:06:50 +02:00
Franco Castillo
34634b2838 luci-app-firewall: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 17:36:53 -03:00
Hannu Nyman
010bc06246
Merge pull request #2603 from castillofrancodamian/wol
luci-app-wol: Update Spanish translation
2019-03-01 22:09:13 +02:00
Hannu Nyman
fa7d752c6b
Merge pull request #2602 from castillofrancodamian/base
luci-base: Update Spanish translation
2019-03-01 22:08:55 +02:00
Franco Castillo
037520f937 luci-app-wol: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-01 17:00:53 -03:00