luci-app-olsr: migrate to js 6445/head
authorAyushman Tripathi <ayushmantripathi7724@gmail.com>
Sun, 25 Jun 2023 19:53:48 +0000 (01:23 +0530)
committerAyushman Tripathi <ayushmantripathi7724@gmail.com>
Thu, 20 Jul 2023 14:35:50 +0000 (20:05 +0530)
commitebd09332b4330001ecd3a86d1b379e0afc3bafee
tree39e973d153f0081800822e6a4a325f71d4441a00
parentfd5440a7be5506fa39c3993f10f754dedb5e8888
luci-app-olsr: migrate to js

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js fix XSS vulnerability

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix minor bugs

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix plugins bugs

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix interfaces bugs

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix interface & snr bugs

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix hostname

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix typo

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix missing files, use rpc for hostnames, remove luci-compat

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js

luci-app-olsr: migrate to js fix menu order

Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-olsr: migrate to js
48 files changed:
applications/luci-app-olsr/Makefile
applications/luci-app-olsr/htdocs/luci-static/resources/common/common_js.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrd.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrd6.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrddisplay.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdhna.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdhna6.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdiface.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdiface6.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdplugins.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/frontend/olsrdplugins6.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/error_olsr.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/hna.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/interfaces.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/mid.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/neighbors.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/routes.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/smartgw.js [new file with mode: 0644]
applications/luci-app-olsr/htdocs/luci-static/resources/view/olsr/status-olsr/topology.js [new file with mode: 0644]
applications/luci-app-olsr/luasrc/controller/olsr.lua [deleted file]
applications/luci-app-olsr/luasrc/controller/olsr4.lua [deleted file]
applications/luci-app-olsr/luasrc/controller/olsr6.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua [deleted file]
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua [deleted file]
applications/luci-app-olsr/luasrc/tools/olsr.lua [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm [deleted file]
applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm [deleted file]
applications/luci-app-olsr/root/usr/libexec/rpcd/olsrinfo [new file with mode: 0755]
applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-backend.json [new file with mode: 0644]
applications/luci-app-olsr/root/usr/share/luci/menu.d/luci-app-olsr-frontend.json [new file with mode: 0644]
applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr-unauthenticated.json [new file with mode: 0644]
applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json