From f12adc0b8a3e519c1b15afa9a6beb0f8acc085f1 Mon Sep 17 00:00:00 2001 From: JamesShot1488 Date: Wed, 25 Sep 2024 01:06:22 -0500 Subject: [PATCH 1/4] Create qodana.yaml --- qodana.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 qodana.yaml diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..41ec845 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-jvm:latest From ce013f9448ec09f11abfae41864e6dab62f480b8 Mon Sep 17 00:00:00 2001 From: JamesShot1488 Date: Wed, 25 Sep 2024 01:06:22 -0500 Subject: [PATCH 2/4] Add packages.htm file with GitHub documentation content Introduced a new HTML file, packages.htm, containing extensive GitHub repository documentation. This file includes various metadata, stylesheets, and scripts to ensure comprehensive functionality and presentation. --- packages.htm | 2311 ++++++++++++++++++++++++++++++++++++++++++++++++++ qodana.yaml | 29 + 2 files changed, 2340 insertions(+) create mode 100644 packages.htm create mode 100644 qodana.yaml diff --git a/packages.htm b/packages.htm new file mode 100644 index 0000000..185c2e6 --- /dev/null +++ b/packages.htm @@ -0,0 +1,2311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + docs/content/packages at main · github/docs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +
+
+

+ We are having a problem billing your account. Please update your payment method + or call your payment provider for details on why the transaction failed. +

+ You can contact support with any questions. +
+
+ +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + +
+ Open in github.dev + Open in a new github.dev tab + Open in codespace + + + + + + + + + + + + + + + + + + +

Files

t
+
+ + + + +
+ +
+ +
+
+ +
+ +
+

Footer

+ + + + +
+
+ + + + + © 2024 GitHub, Inc. + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..41ec845 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-jvm:latest From 624a7b94b5d96458da53905c5dd33a878d3f2440 Mon Sep 17 00:00:00 2001 From: JamesShot1488 Date: Wed, 25 Sep 2024 16:58:24 -0500 Subject: [PATCH 3/4] Update module.php --- EvilPortal/api/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EvilPortal/api/module.php b/EvilPortal/api/module.php index fffbfe8..bc3215a 100644 --- a/EvilPortal/api/module.php +++ b/EvilPortal/api/module.php @@ -4,10 +4,10 @@ class EvilPortal extends Module { // CONSTANTS - private $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; - private $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; - private $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); - private $BASE_EP_COMMAND = 'module EvilPortal'; + repo $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; + repo $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; + repo $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); + repo $BASE_EP_COMMAND = 'module EvilPortal'; // CONSTANTS /** From 836e2e138d416f0c8885d99aaf01867d5c200824 Mon Sep 17 00:00:00 2001 From: JamesShot1488 Date: Sat, 5 Oct 2024 12:11:22 -0500 Subject: [PATCH 4/4] Update module.php --- EvilPortal/api/module.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EvilPortal/api/module.php b/EvilPortal/api/module.php index bc3215a..6d76d80 100644 --- a/EvilPortal/api/module.php +++ b/EvilPortal/api/module.php @@ -4,10 +4,10 @@ class EvilPortal extends Module { // CONSTANTS - repo $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; - repo $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; - repo $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); - repo $BASE_EP_COMMAND = 'module EvilPortal'; + repo $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; + repo $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; + repo $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); + repo $BASE_EP_COMMAND = 'module EvilPortal'; // CONSTANTS /**