git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4a308ba
)
luci-plugins: align naming
author
Paul Donald
<redacted>
Thu, 9 Apr 2026 12:51:38 +0000
(14:51 +0200)
committer
Paul Donald
<redacted>
Thu, 9 Apr 2026 12:51:38 +0000
(14:51 +0200)
consistency in the repo
Signed-off-by: Paul Donald <redacted>
plugins/luci-plugin-auth-example/Makefile
[moved from
plugins/luci-auth-example/Makefile
with 81% similarity]
patch
|
blob
|
history
plugins/luci-plugin-auth-example/README.md
[moved from
plugins/luci-auth-example/README.md
with 98% similarity]
patch
|
blob
|
history
plugins/luci-plugin-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
[moved from
plugins/luci-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
[moved from
plugins/luci-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/Makefile
[moved from
plugins/plugins-example/Makefile
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
[moved from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
[moved from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
[moved from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
[moved from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
[moved from
plugins/plugins-example/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
with 100% similarity]
patch
|
blob
|
history
plugins/luci-plugin-examples/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
[moved from
plugins/plugins-example/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
with 100% similarity]
patch
|
blob
|
history
diff --git
a/plugins/luci-auth-example/Makefile
b/plugins/luci-plugin-auth-example/Makefile
similarity index 81%
rename from
plugins/luci-auth-example/Makefile
rename to
plugins/luci-plugin-auth-example/Makefile
index e0cb751f7b607a81e6f7e49070567e35b0e91c91..3a54004b8cfba8b30278e9926138cd3fefac28a5 100644
(file)
--- a/
plugins/luci-auth-example/Makefile
+++ b/
plugins/luci-plugin-auth-example/Makefile
@@
-1,6
+1,6
@@
include $(TOPDIR)/rules.mk
-PKG_NAME:=luci-auth-example
+PKG_NAME:=luci-
plugin-
auth-example
PKG_VERSION:=1.0
PKG_RELEASE:=1
diff --git
a/plugins/luci-auth-example/README.md
b/plugins/luci-plugin-auth-example/README.md
similarity index 98%
rename from
plugins/luci-auth-example/README.md
rename to
plugins/luci-plugin-auth-example/README.md
index 56bfbce836d72f00bf2ad5b7e68b3df10c3b3b01..23580e19e666a554e207839021895a8d9afffdee 100644
(file)
--- a/
plugins/luci-auth-example/README.md
+++ b/
plugins/luci-plugin-auth-example/README.md
@@
-160,5
+160,5
@@
For production use, integrate with actual authentication systems:
## See Also
- LuCI Plugin Architecture: commit 617f364
-- HTTP Header Plugins: `plugins/
plugins-example
/`
+- HTTP Header Plugins: `plugins/
luci-plugin-examples
/`
- LuCI Dispatcher: `modules/luci-base/ucode/dispatcher.uc`
diff --git
a/plugins/luci-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
b/plugins/luci-plugin-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
similarity index 100%
rename from
plugins/luci-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
rename to
plugins/luci-plugin-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js
diff --git
a/plugins/luci-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
b/plugins/luci-plugin-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
similarity index 100%
rename from
plugins/luci-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
rename to
plugins/luci-plugin-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc
diff --git
a/plugins/plugins-example/Makefile
b/plugins/luci-plugin-examples/Makefile
similarity index 100%
rename from
plugins/plugins-example/Makefile
rename to
plugins/luci-plugin-examples/Makefile
diff --git
a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
similarity index 100%
rename from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
rename to
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js
diff --git
a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
similarity index 100%
rename from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
rename to
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js
diff --git
a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
similarity index 100%
rename from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
rename to
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js
diff --git
a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
similarity index 100%
rename from
plugins/plugins-example/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
rename to
plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js
diff --git
a/plugins/plugins-example/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
b/plugins/luci-plugin-examples/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
similarity index 100%
rename from
plugins/plugins-example/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
rename to
plugins/luci-plugin-examples/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc
diff --git
a/plugins/plugins-example/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
b/plugins/luci-plugin-examples/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
similarity index 100%
rename from
plugins/plugins-example/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
rename to
plugins/luci-plugin-examples/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc
git clone https://git.99rst.org/PROJECT