treewide: move server side CBI support to luci-compat
authorJo-Philipp Wich <jo@mein.io>
Sun, 3 Nov 2019 19:49:31 +0000 (20:49 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 3 Nov 2019 19:49:31 +0000 (20:49 +0100)
commitd5dff8f9a5ca85d197cbb6037f95053bc55941e5
treeeeb9271b96ba7b52bad777841ca4ebd452b1a2b0
parent9e57fbb2c3f9c44cdf0a57e6fb9c1df32c84d52b
treewide: move server side CBI support to luci-compat

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
119 files changed:
applications/luci-app-aria2/Makefile
applications/luci-app-bmx7/Makefile
applications/luci-app-clamav/Makefile
applications/luci-app-commands/Makefile
applications/luci-app-coovachilli/Makefile
applications/luci-app-cshark/Makefile
applications/luci-app-ddns/Makefile
applications/luci-app-dnscrypt-proxy/Makefile
applications/luci-app-dump1090/Makefile
applications/luci-app-dynapoint/Makefile
applications/luci-app-e2guardian/Makefile
applications/luci-app-fwknopd/Makefile
applications/luci-app-hd-idle/Makefile
applications/luci-app-https_dns_proxy/Makefile
applications/luci-app-ltqtapi/Makefile
applications/luci-app-lxc/Makefile
applications/luci-app-mjpg-streamer/Makefile
applications/luci-app-mosquitto/Makefile
applications/luci-app-nft-qos/Makefile
applications/luci-app-noddos/Makefile
applications/luci-app-ntpc/Makefile
applications/luci-app-nut/Makefile
applications/luci-app-openvpn/Makefile
applications/luci-app-pagekitec/Makefile
applications/luci-app-polipo/Makefile
applications/luci-app-privoxy/Makefile
applications/luci-app-qos/Makefile
applications/luci-app-radicale/Makefile
applications/luci-app-radicale2/Makefile
applications/luci-app-rosy-file-server/Makefile
applications/luci-app-samba/Makefile
applications/luci-app-samba4/Makefile
applications/luci-app-shairplay/Makefile
applications/luci-app-siitwizard/Makefile
applications/luci-app-simple-adblock/Makefile
applications/luci-app-snmpd/Makefile
applications/luci-app-splash/Makefile
applications/luci-app-squid/Makefile
applications/luci-app-tinyproxy/Makefile
applications/luci-app-transmission/Makefile
applications/luci-app-udpxy/Makefile
applications/luci-app-uhttpd/Makefile
applications/luci-app-upnp/Makefile
applications/luci-app-vpnbypass/Makefile
applications/luci-app-watchcat/Makefile
applications/luci-app-wifischedule/Makefile
applications/luci-app-wol/Makefile
build/mkbasepot.sh
modules/luci-base/luasrc/cbi.lua [deleted file]
modules/luci-base/luasrc/cbi/datatypes.lua [deleted file]
modules/luci-base/luasrc/model/firewall.lua [deleted file]
modules/luci-base/luasrc/view/cbi/browser.htm [deleted file]
modules/luci-base/luasrc/view/cbi/button.htm [deleted file]
modules/luci-base/luasrc/view/cbi/cell_valuefooter.htm [deleted file]
modules/luci-base/luasrc/view/cbi/cell_valueheader.htm [deleted file]
modules/luci-base/luasrc/view/cbi/compound.htm [deleted file]
modules/luci-base/luasrc/view/cbi/delegator.htm [deleted file]
modules/luci-base/luasrc/view/cbi/dropdown.htm [deleted file]
modules/luci-base/luasrc/view/cbi/dvalue.htm [deleted file]
modules/luci-base/luasrc/view/cbi/dynlist.htm [deleted file]
modules/luci-base/luasrc/view/cbi/error.htm [deleted file]
modules/luci-base/luasrc/view/cbi/footer.htm [deleted file]
modules/luci-base/luasrc/view/cbi/full_valuefooter.htm [deleted file]
modules/luci-base/luasrc/view/cbi/full_valueheader.htm [deleted file]
modules/luci-base/luasrc/view/cbi/fvalue.htm [deleted file]
modules/luci-base/luasrc/view/cbi/header.htm [deleted file]
modules/luci-base/luasrc/view/cbi/ipaddr.htm [deleted file]
modules/luci-base/luasrc/view/cbi/lvalue.htm [deleted file]
modules/luci-base/luasrc/view/cbi/map.htm [deleted file]
modules/luci-base/luasrc/view/cbi/mvalue.htm [deleted file]
modules/luci-base/luasrc/view/cbi/nsection.htm [deleted file]
modules/luci-base/luasrc/view/cbi/nullsection.htm [deleted file]
modules/luci-base/luasrc/view/cbi/simpleform.htm [deleted file]
modules/luci-base/luasrc/view/cbi/tabcontainer.htm [deleted file]
modules/luci-base/luasrc/view/cbi/tblsection.htm [deleted file]
modules/luci-base/luasrc/view/cbi/tsection.htm [deleted file]
modules/luci-base/luasrc/view/cbi/tvalue.htm [deleted file]
modules/luci-base/luasrc/view/cbi/ucisection.htm [deleted file]
modules/luci-base/luasrc/view/cbi/upload.htm [deleted file]
modules/luci-base/luasrc/view/cbi/value.htm [deleted file]
modules/luci-base/luasrc/view/cbi/valuefooter.htm [deleted file]
modules/luci-base/luasrc/view/cbi/valueheader.htm [deleted file]
modules/luci-base/luasrc/view/cbi/wireless_modefreq.htm [deleted file]
modules/luci-compat/luasrc/cbi.lua [new file with mode: 0644]
modules/luci-compat/luasrc/cbi/datatypes.lua [new file with mode: 0644]
modules/luci-compat/luasrc/model/firewall.lua [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/browser.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/button.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/cell_valuefooter.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/cell_valueheader.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/compound.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/delegator.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/dropdown.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/dvalue.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/dynlist.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/error.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/footer.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/full_valuefooter.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/full_valueheader.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/fvalue.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/header.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/ipaddr.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/lvalue.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/map.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/mvalue.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/nsection.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/nullsection.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/simpleform.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/tabcontainer.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/tblsection.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/tsection.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/tvalue.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/ucisection.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/upload.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/value.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/valuefooter.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/valueheader.htm [new file with mode: 0644]
modules/luci-compat/luasrc/view/cbi/wireless_modefreq.htm [new file with mode: 0644]
modules/luci-mod-admin-mini/Makefile