Commit graph

11036 commits

Author SHA1 Message Date
Jo-Philipp Wich
5624b36fa7 luci-mod-network: fix page refresh after interface reconnect
Submitted-by: "taeasy" <88336@live.com>
[reword commit subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08 08:21:30 +02:00
David Hari
f8166387bf luci-theme-bootstrap: fixed input fields having disabled/uneditable colour
Submitted-by: David Hari <d-hari@hotmail.com>
[reword commit subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-08 08:16:01 +02:00
Hannu Nyman
4046fd8b7f
Merge pull request #2663 from rosysong/rosy-bugs-fix
luci-theme-rosy: bugs fix
2019-04-07 17:28:58 +03:00
Hannu Nyman
0355ebe7d5
Merge pull request #2664 from rosysong/file-server
rosy-file-server: remove unused lines and typo fix
2019-04-07 16:32:58 +03:00
Rosy Song
8a4cc6304e luci-app-rosy-file-server: remove unused lines
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 18:46:12 +08:00
Rosy Song
6ca92f79ca luci-app-rosy-file-server: fix typo error on title
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 18:44:58 +08:00
YanlanShen
14c9de571a luci-theme-rosy: fix hidden footer for mobile devices
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 18:17:16 +08:00
YanlanShen
f5209f378e luci-theme-rosy: fix issue on header and footer compatibility
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 18:13:23 +08:00
yglb
1b2c0fd0fa luci-theme-rosy: fix view for rosy-file-server packages
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
2019-04-07 17:43:32 +08:00
Rosy Song
533a39a663 luci-theme-rosy: fix indent
fix indent for htdocs/luci-static/rosy/cascade.css

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:43:13 +08:00
Rosy Song
df629699bb luci-theme-rosy: fix #2645
fix view on network / switch

https://github.com/openwrt/luci/issues/2645

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:42:15 +08:00
Rosy Song
e63eecff85 luci-theme-rosy: add css style for modal-overlay warning
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 17:39:42 +08:00
Rosy Song
5bc6ceba2f luci-theme-rosy: tweak padding for tabs
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-07 15:24:52 +08:00
shunjou
7a2085a8e5 luci-theme-material: icons and other changes
* Remove excess font dependency
* Retain two glyphs as svg
* Store svg icons externally
* Add logout icon
* Replace spaces with tabs in script
* Various minor fixes

Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-07 03:05:36 -04:00
shunjou
731a2d3a0f luci-theme-material: correct main menu color variable
* Also declare default color above as fallback

Signed-off-by: Shun Jou <shunjou@gmail.com>
2019-04-07 03:04:48 -04:00
Jo-Philipp Wich
6c83231b19
Merge pull request #2583 from TDT-AG/pr/20180227-luci-theme-material
luci-theme-material: fix loading view on href
2019-04-06 20:18:48 +02:00
Hannu Nyman
71d9140680
Merge pull request #2404 from rosysong/file-server
luci-app-rosy-file-server: add new application
2019-04-06 19:27:15 +03:00
Martin Surovcak
7bab4a3ef2
luci-app-statistics - allow rrd files to contain :
Fixes situations where RRD file name contains ":" (eg. _ping/ipv6_) in `rrdtool` it's unescaped - thus not able to render image. Adding simple escaping of `:` to `\\:` fixes the situation.

Might be a solution for #958.
2019-04-04 00:36:05 +02:00
Jo-Philipp Wich
d679b93bad
Merge pull request #2618 from TDT-AG/pr/20199397-luci-app-statistics
luci-app-statistics: enhancements
2019-04-03 21:01:08 +02:00
Hannu Nyman
a483a8d05b
Merge pull request #2655 from castillofrancodamian/unbound
luci-app-unbound: Add Spanish translation
2019-04-02 20:15:08 +03:00
Hannu Nyman
b39df7f051
Merge pull request #2654 from castillofrancodamian/nft-qos
luci-app-nft-qos: Add Spanish translation
2019-04-02 20:14:33 +03:00
Hannu Nyman
8fa04c4b48
Merge pull request #2653 from castillofrancodamian/p910nd
luci-app-p910nd: Update Spanish translation
2019-04-02 20:14:09 +03:00
Hannu Nyman
a29e5e55d9
Merge pull request #2652 from castillofrancodamian/vnstat
luci-app-vnstat: Update Spanish translation
2019-04-02 20:13:40 +03:00
Hannu Nyman
be4ba09538
Merge pull request #2651 from castillofrancodamian/noddos
luci-app-noddos: Add Spanish translation
2019-04-02 20:13:20 +03:00
Hannu Nyman
3b40f456b1
Merge pull request #2650 from castillofrancodamian/mwan3
luci-app-mwan3: Add Spanish translation
2019-04-02 20:13:01 +03:00
Franco Castillo
5781b813df luci-app-unbound: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 14:11:03 -03:00
Jo-Philipp Wich
fb453f552e luci-base: increase max size of network dropdowns
Fixes: #2646
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-04-02 08:17:36 +02:00
Franco Castillo
69c8281720 luci-app-nft-qos: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:24:26 -03:00
Franco Castillo
a1812e15b8 luci-app-p910nd: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:08:09 -03:00
Franco Castillo
b0bc9f5cfb luci-app-vnstat: Update Spanish translation
Update Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-02 00:01:45 -03:00
Franco Castillo
98ce8b12ec luci-app-noddos: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-01 23:55:38 -03:00
Franco Castillo
a63f9cbd12 luci-app-mwan3: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-04-01 23:38:10 -03:00
Hannu Nyman
12322c56f8
Merge pull request #2649 from castillofrancodamian/pagekitec
luci-app-pagekitec: Add Spanish translation
2019-04-01 20:09:56 +03:00
Hannu Nyman
1172d733d5
Merge pull request #2648 from castillofrancodamian/dnscrypt
luci-app-dnscrypt-proxy: Add Spanish translation
2019-04-01 20:09:34 +03:00
Hannu Nyman
b0550d5f50
Merge pull request #2647 from castillofrancodamian/vpnbypass
luci-app-vpnbypass: Add Spanish translation
2019-04-01 20:09:15 +03:00
Franco Castillo
33c0674694 luci-app-pagekitec: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 20:02:46 -03:00
Franco Castillo
5138152c5f luci-app-dnscrypt-proxy: Add Spanish translation
Add Spanish translation

Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-03-31 19:30:12 -03:00
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