Commit Graph

141 Commits

Author SHA1 Message Date
coolsnowwolf
01beb0be90 Revert "luci-proto-ipv6: improve dhcpv6 support"
This reverts commit dd457f9d1a.
2024-09-18 21:00:20 +08:00
coolsnowwolf
f9dfa30704 luci-mod-admin-full: update wireless new API config 2024-05-09 22:09:41 +08:00
coolsnowwolf
dd457f9d1a luci-proto-ipv6: improve dhcpv6 support 2024-05-09 22:02:22 +08:00
coolsnowwolf
8c6da73f0f luci-proto-modemmanager: fix register_error_code API support 2024-04-11 22:23:27 +08:00
Missing
8e15fc6627
luci-proto-ipv6: add ipip6 support (#271)
Add IPIP6(RFC2473) support
2024-03-11 10:10:17 +08:00
coolsnowwolf
5071ebfded Revert "wifi: unify signal view"
This reverts commit 39c656f32c.
2023-12-27 19:56:37 +08:00
coolsnowwolf
dc06d37193 wifi: add Disassociate On Low Acknowledgement option 2023-12-07 01:58:24 +08:00
coolsnowwolf
b8ad28231e wifi: add Beacon Interval option 2023-12-07 01:32:35 +08:00
coolsnowwolf
4d283c1666 luci-newapi: add mt_dbdc WPA3 support 2023-12-07 00:42:27 +08:00
coolsnowwolf
43242b79ac luci-base: add luci-compat and luci-lua-runtime 2023-11-01 18:28:26 +08:00
coolsnowwolf
76eee2a291 luci-lua-runtime: add package 2023-11-01 18:20:24 +08:00
coolsnowwolf
b911c6b18d modules/luci-base: fixes typo 2023-10-18 16:26:29 +08:00
coolsnowwolf
dddd74832c luci-base: fix language auto detection 2023-10-18 16:23:06 +08:00
coolsnowwolf
7acf7ff40a luci-compat: fix compatibility with v19.07.7 2023-08-14 18:44:07 +08:00
coolsnowwolf
eba8e8b5dc luci-base: improve luci setup wizard redirect 2023-08-14 14:51:29 +08:00
coolsnowwolf
39c656f32c wifi: unify signal view 2023-05-05 18:57:36 +08:00
coolsnowwolf
062aba3629 luci-newapi: add kvr support for mt_dbdc 2023-04-07 00:56:44 +08:00
coolsnowwolf
6091d12361
wifi.lua: limite dbm display workround 2023-03-15 00:50:26 +08:00
coolsnowwolf
5010b444c8 luci-newapi: change display dbm view 2023-03-14 17:40:08 +08:00
AmadeusGhost
5185e746dd luci: add basic 6G band support
However, this will not work due to policy restrictions.
2023-03-05 19:10:02 +08:00
LuKePicci
194f618bb3 luci-proto-ppp: expose pppoe host_uniq tag setting
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com>
2023-03-05 19:00:13 +08:00
coolsnowwolf
da9269882a Revert "luci: add logo (#124)"
This reverts commit 17bf14c6ae.
2023-03-02 16:38:18 +08:00
coolsnowwolf
891414bd7b luci-base: add luci setup wizard redirect 2023-01-03 23:52:18 +08:00
coolsnowwolf
6a1c418a64 luci-base: add transitional /etc/init.d/ucitrack 2022-12-21 00:28:55 +08:00
coolsnowwolf
ba1f8381e8 luci-base: cbi.js: fix unintended number sign overflow in format 2022-12-05 15:22:21 +08:00
sdf8057
afbe07de4e
luci-base: support dnsmasq-filter-a (#167) 2022-11-23 16:40:37 +08:00
coolsnowwolf
b30f48f6d0 add luci-base zh-ch po 2022-11-21 23:34:02 +08:00
coolsnowwolf
3c87b2c04d luci-app-firewall: add fullcone mode 2 option 2022-11-19 21:34:13 +08:00
lean
dfe55b7989 luci-app-turboacc: improve mtkhnat 2022-07-08 00:11:52 +08:00
nanchuci
bdf3e99f30
ramips: add mt7615_dbdc driver 80211k 80211v 80211r 80211w and wps support 2022-06-23 13:26:18 +08:00
syb999
17bf14c6ae
luci: add logo (#124) 2022-06-01 14:22:20 +08:00
felixjiang
c3be0489cc
Update ucitrack (#111)
我看到官网有这个改动。https://github.com/openwrt/luci/blob/master/modules/luci-base/root/etc/config/ucitrack
而且之前我在使用LEDE的时候遇到一个奇怪问题(具体问题我忘了),查到资料是说到要做这个改动,我改完后,问题的确解决了。具体问题现在实在想不起来了。请L大评估一下这个改动是否需要合入。
2022-04-01 18:14:40 +08:00
lean
89bd3c358b base.po: mod steering tran 2022-03-26 09:47:33 +08:00
Alan Swanson
313eab523a luci-mod-admin-full: network.lua: add global packet steering option
Previously an undocumented "default_ps" option without a corresponding luci
entry. Hotplug script was updated in openwrt master to use "packet_steering"
as the option and now defaults to off.

Ref: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=d3868f15f876507db54afacdef22a7059011a54e
Signed-off-by: Alan Swanson <reiver@improbability.net>
2022-03-25 18:39:32 +00:00
Beginner-Go
77ac1b83e3 Revert "luci-mod-admin-full: add packet steering option"
This reverts commit d607d49bf1.
2022-03-25 18:39:07 +00:00
big fox tail
18a591f400
dhcp列表按IP地址排序 (#106) 2022-03-26 01:15:56 +08:00
lean
d607d49bf1 luci-mod-admin-full: add packet steering option 2022-03-25 19:18:51 +08:00
lilunxm12
c3b1794e83
添加lz4hc和zstd的zram选项 (#97) 2022-03-08 15:11:31 +08:00
Ross Shen
3843f2f68c
luci: support dnsmasq-filter-aaaa+https+unknown.patch (#90) 2022-02-21 17:37:03 +08:00
ZeaKyX
d9baa31e32
Crontab: Avoid some formatting issues (#87)
Refer to Upstream
2022-02-15 21:37:19 +08:00
Beginner
7ce9519f1b
luci-base: update call file path for ppp (#86)
Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2021-12-01 21:32:07 +08:00
Beginner
f8570e8824
luci-base: update translation from default-settings (#84)
Found by deselecting the default-settings package, and
these translations should not only appear there...

Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2021-12-01 21:31:30 +08:00
xiongjie
6f01f37f5b
luci-base: redirect / to /cgi-bin/luci to avoid login (#77)
Co-authored-by: xiongjie <xiongjie@corp.netease.com>
2021-11-16 20:32:55 +08:00
Boos4721
6abcfda571
luci-mod-admin-full: fix 'realtime wireless' no show (#72)
bcz /var/lib/luci-bwc/radio directory doesn't exist, so change to /var/lib/luci-bwc/if

Signed-off-by: boos4721 <3.1415926535boos@gmail.com>
2021-08-26 17:26:46 +08:00
AmadeusGhost
03784c3836
luci-mod-admin-full: fix 'crontab-details' not found (#71) 2021-07-30 16:23:37 +08:00
coolsnowwolf
60d43ca170 wifi: add quantenna controller detect 2021-07-25 15:13:02 +08:00
libinanshu
85232ba2f2
Update base.po (#68) 2021-06-29 08:31:28 +00:00
coolsnowwolf
363bdb51ca luci-base: fix sha256sum hash 2021-06-29 16:30:53 +08:00
lean
b1a5082196 merge lua packe for newapi 2021-06-19 16:56:34 +08:00
lean
1a4eb0a633 index.htm: fix typo 2021-06-16 10:34:38 +08:00