luci-app-pbr: initial commit 6126/head
authorStan Grishin <stangri@melmac.ca>
Sat, 3 Dec 2022 02:32:45 +0000 (02:32 +0000)
committerStan Grishin <stangri@melmac.ca>
Sat, 3 Dec 2022 19:46:53 +0000 (19:46 +0000)
commit11073e5ee5141387b35cf7598007308cdc175185
tree400f910925b320241e65fc41538155adf9abde18
parentc87ff603e8cd6514e50299239e1ce50e4d1c038c
luci-app-pbr: initial commit

Depends on https://github.com/openwrt/packages/pull/19763

Signed-off-by: Stan Grishin <stangri@melmac.ca>
132 files changed:
applications/luci-app-pbr/Makefile [new file with mode: 0644]
applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js [new file with mode: 0644]
applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js [new file with mode: 0644]
applications/luci-app-pbr/po/ar/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/bg/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/bn_BD/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ca/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/cs/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/da/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/de/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/el/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/en/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/es/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/fi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/fr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/he/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/hi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/hu/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/it/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ja/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ko/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/mr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ms/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/nb_NO/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pl/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pt/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/pt_BR/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ro/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/ru/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/sk/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/sv/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/templates/pbr.pot [new file with mode: 0644]
applications/luci-app-pbr/po/tr/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/uk/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/vi/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hans/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hans/zh-cn/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hant/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/po/zh_Hant/zh-tw/pbr.po [new file with mode: 0644]
applications/luci-app-pbr/root/etc/uci-defaults/40_luci-pbr [new file with mode: 0644]
applications/luci-app-pbr/root/usr/libexec/rpcd/luci.pbr [new file with mode: 0755]
applications/luci-app-pbr/root/usr/share/luci/menu.d/luci-app-pbr.json [new file with mode: 0644]
applications/luci-app-pbr/root/usr/share/rpcd/acl.d/luci-app-pbr.json [new file with mode: 0644]
applications/luci-app-vpn-policy-routing/Makefile [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/css.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm [deleted file]
applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm [deleted file]
applications/luci-app-vpn-policy-routing/po/ar/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/bg/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/bn_BD/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ca/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/cs/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/da/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/de/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/el/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/en/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/es/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/fi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/fr/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/he/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/hi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/hu/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/it/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ja/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ko/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/mr/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ms/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/nb_NO/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/pl/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/pt/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/pt_BR/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ro/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/ru/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/sk/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/sv/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/templates/vpn-policy-routing.pot [deleted file]
applications/luci-app-vpn-policy-routing/po/tr/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/uk/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/vi/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hans/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hans/zh-cn/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hant/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/po/zh_Hant/zh-tw/vpn-policy-routing.po [deleted file]
applications/luci-app-vpn-policy-routing/root/etc/uci-defaults/40_luci-vpn-policy-routing [deleted file]
applications/luci-app-vpn-policy-routing/root/usr/share/rpcd/acl.d/luci-app-vpn-policy-routing.json [deleted file]
applications/luci-app-vpnbypass/Makefile [deleted file]
applications/luci-app-vpnbypass/htdocs/luci-static/resources/view/vpnbypass/overview.js [deleted file]
applications/luci-app-vpnbypass/htdocs/luci-static/resources/vpnbypass/widgets.js [deleted file]
applications/luci-app-vpnbypass/po/ar/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/bg/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/bn_BD/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ca/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/cs/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/da/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/de/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/el/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/en/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/es/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/fi/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/fr/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/he/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/hi/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/hu/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/it/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ja/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ko/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/mr/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ms/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/nb_NO/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/pl/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/pt/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/pt_BR/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ro/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/ru/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/sk/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/sv/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/templates/vpnbypass.pot [deleted file]
applications/luci-app-vpnbypass/po/tr/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/uk/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/vi/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/zh_Hans/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/po/zh_Hant/vpnbypass.po [deleted file]
applications/luci-app-vpnbypass/root/etc/uci-defaults/40_luci-vpnbypass [deleted file]
applications/luci-app-vpnbypass/root/usr/libexec/rpcd/luci.vpnbypass [deleted file]
applications/luci-app-vpnbypass/root/usr/share/luci/menu.d/vpnbypass.json [deleted file]
applications/luci-app-vpnbypass/root/usr/share/rpcd/acl.d/luci-app-vpnbypass.json [deleted file]