luci-app-ddns: convert to client side implementation
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 6 Nov 2019 00:33:53 +0000 (01:33 +0100)
committerAnsuel Smith <ansuelsmth@gmail.com>
Mon, 11 Nov 2019 19:47:16 +0000 (20:47 +0100)
commit34fa5122f98af4ac635dfc26a64f6d2d3e4fafcb
tree39183ec3b008cd16a23e3fa0a6ab544602aa4408
parent0731f7e5e43f490c39e364e43988a59ee2be9576
luci-app-ddns: convert to client side implementation

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
21 files changed:
applications/luci-app-ddns/Makefile
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js [new file with mode: 0644]
applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js [new file with mode: 0644]
applications/luci-app-ddns/luasrc/controller/ddns.lua
applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua [deleted file]
applications/luci-app-ddns/luasrc/model/cbi/ddns/global.lua [deleted file]
applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua [deleted file]
applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua [deleted file]
applications/luci-app-ddns/luasrc/tools/ddns.lua [deleted file]
applications/luci-app-ddns/luasrc/view/admin_status/index/ddns.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/detail_logview.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/detail_lvalue.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/detail_value.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/global_value.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/overview_enabled.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/overview_startstop.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/overview_status.htm [deleted file]
applications/luci-app-ddns/luasrc/view/ddns/system_status.htm [deleted file]
applications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns [new file with mode: 0644]
applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json [new file with mode: 0644]