summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat/luasrc/model
AgeCommit message (Collapse)Author
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-03-16luci-proto-ipv6: Add support for IPIP6(RFC2473) tunnelArayuki Mago
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support. Signed-off-by: Arayuki Mago <ms@missing233.com>
2023-12-15luci-base: Make uci mode strings match iwinfo mode stringsEvan Benn
uci mesh was being displayed as 'Mesh', while iwinfo mesh was being reported as 'Mesh Point'. Unify those. Update getActiveModeI18n to deal with all the values iwinfo returns. Fix the incorrect 'Mash' translation. Signed-off-by: Evan Benn <evan.benn@morsemicro.com>
2021-01-20treewide: removed trailing whitespaces and extra newlines in 'modules'Giovanni Giacobbi
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
2019-12-27Merge pull request #3434 from tano-systems/luci-base-network-fixHannu Nyman
luci-compat: network.lua: fix typo
2019-12-27luci-compat: network.lua: fix typoAnton Kikin
Fixes: 72247ee09 Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-25Merge pull request #1951 from tano-systems/luci-base-network-fixJo-Philipp Wich
luci-base: network.lua: bridge information request functions fixes
2019-12-17luci-base: fix typosBalázs Úr
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
2019-12-07luci-base: network.lua: fix bridge related functionsAnton Kikin
This commit fixes these bugs: 1. Functions interface.bridge_id() and interface.bridge_stp() uses self.br field that is not exists at all 2. Function interface.is_bridgeport() return true only for bridge interface, not for bridge port interfaces. Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-12-07luci-base: network.lua: fix interface.ports() function return valueAnton Kikin
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-11-14luci-compat: network.lua: recognize wifi interfaces with nonstandard namesJo-Philipp Wich
Ref: https://github.com/openwrt/luci/issues/3306 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-03treewide: move server side CBI support to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-03treewide: move templates and libraries not used by the core to luci-compatJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>