From 6cf5e5e19b69e6e05c65a763262f491018e1fb59 Mon Sep 17 00:00:00 2001 From: defojeco <75880801+defojeco@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:07:30 +0500 Subject: [PATCH] Add defojeco's CTFd plugins --- .gitmodules | 15 +++++++++++++++ ctfd-dynamic-flag | 1 + ctfd-dynamic-values | 1 + ctfd-ldap-plugin | 1 + ctfd-plugin-multichoice | 1 + ctfd-user-control-plugin | 1 + 6 files changed, 20 insertions(+) create mode 160000 ctfd-dynamic-flag create mode 160000 ctfd-dynamic-values create mode 160000 ctfd-ldap-plugin create mode 160000 ctfd-plugin-multichoice create mode 160000 ctfd-user-control-plugin diff --git a/.gitmodules b/.gitmodules index fb424ca..e2c649c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -95,3 +95,18 @@ [submodule "CTFd-solve-fx"] path = CTFd-Solve-FX url = https://github.com/2alf/CTFd-solve-FX +[submodule "ctfd-user-control-plugin"] + path = ctfd-user-control-plugin + url = https://github.com/defojeco/ctfd-user-control-plugin.git +[submodule "ctfd-plugin-multichoice"] + path = ctfd-plugin-multichoice + url = https://github.com/defojeco/ctfd-plugin-multichoice.git +[submodule "ctfd-dynamic-values"] + path = ctfd-dynamic-values + url = https://github.com/defojeco/ctfd-dynamic-values.git +[submodule "ctfd-dynamic-flag"] + path = ctfd-dynamic-flag + url = https://github.com/defojeco/ctfd-dynamic-flag.git +[submodule "ctfd-ldap-plugin"] + path = ctfd-ldap-plugin + url = https://github.com/defojeco/ctfd-ldap-plugin.git diff --git a/ctfd-dynamic-flag b/ctfd-dynamic-flag new file mode 160000 index 0000000..7b318cf --- /dev/null +++ b/ctfd-dynamic-flag @@ -0,0 +1 @@ +Subproject commit 7b318cfd7e60031f45c8ecbc11fa9b4e68d93f0b diff --git a/ctfd-dynamic-values b/ctfd-dynamic-values new file mode 160000 index 0000000..a2513b8 --- /dev/null +++ b/ctfd-dynamic-values @@ -0,0 +1 @@ +Subproject commit a2513b888aea23b66a336b7385214effaa085c25 diff --git a/ctfd-ldap-plugin b/ctfd-ldap-plugin new file mode 160000 index 0000000..eb8c311 --- /dev/null +++ b/ctfd-ldap-plugin @@ -0,0 +1 @@ +Subproject commit eb8c311d812ed13485441646b6ce32231a52b2c7 diff --git a/ctfd-plugin-multichoice b/ctfd-plugin-multichoice new file mode 160000 index 0000000..3794323 --- /dev/null +++ b/ctfd-plugin-multichoice @@ -0,0 +1 @@ +Subproject commit 3794323daafda013e6a6161fe24abe207e8d2d76 diff --git a/ctfd-user-control-plugin b/ctfd-user-control-plugin new file mode 160000 index 0000000..25ab447 --- /dev/null +++ b/ctfd-user-control-plugin @@ -0,0 +1 @@ +Subproject commit 25ab447e513dd366400788e210127fd520c1fe38