From bc189aacf6fcbd5aaf6e0a9eb114dd75d7c22c78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 03:39:30 +0000 Subject: [PATCH 1/3] Update actions/checkout action to v4 --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 2a553a1..5667e8b 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan From d16a18810cbf98be9ba0e191a84162050eee439b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:15:15 +0000 Subject: [PATCH 2/3] Update actions/checkout action to v5 --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5667e8b..26066a2 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan From 0d0ac23fc95d0f0a9737dafce8bc116afc08d2f5 Mon Sep 17 00:00:00 2001 From: DarkNoon <13015521+darknoon29@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:05:06 +0200 Subject: [PATCH 3/3] Refactor admin checks and improve logging Replaced all instances of 'user_admin' and 'user_coadmin' with 'admin' and 'coadmin' for user permission checks. Enhanced logging in core functions and mod_list to use a $log object with structured messages. Updated version to 3.2.4 and minimum OGSpy requirement to 4.0.0-dev. Removed repeated footer and version display from several views and deleted tmp/.htaccess. --- autoupdate.php | 12 ++++++++- core/functions.php | 61 ++++++++++++++++++++++++++++++++++--------- core/mod_list.php | 14 +++++----- core/mod_upgrade.php | 4 +-- core/tool_upgrade.php | 7 +++-- tmp/.htaccess | 1 - version.txt | 4 +-- view/admin.php | 8 ------ view/down.php | 12 ++------- view/overview.php | 16 +++--------- 10 files changed, 80 insertions(+), 59 deletions(-) delete mode 100755 tmp/.htaccess diff --git a/autoupdate.php b/autoupdate.php index 9565631..11a7001 100755 --- a/autoupdate.php +++ b/autoupdate.php @@ -65,7 +65,7 @@ - +