Skip to content

New Feature

a605adb
Select commit
Loading
Failed to load commit list.
Open

New feature try six #79

New Feature
a605adb
Select commit
Loading
Failed to load commit list.
ZeroPath AI Staging / Security Check succeeded Dec 10, 2025 in 12s

Scan completed

Non-blocking issue(s) found.

Details

🟡 Security issue(s) detected below the blocking threshold. Reviewed everything up to a605adb.

View Issue 1

Security Overview
Detected Code Changes
Change Type Relevant files
Enhancement ► admin/include/add_core_tabs.inc.php
    Add Security Center tab
► admin/include/functions.php
    Add security_center to active menu cases
► admin/security_center.php
    Add Security Center page
► admin/themes/default/template/security_center.tpl
    Add Security Center template
► include/constants.php
    Define LOGIN_ATTEMPTS_TABLE
► include/functions_user.inc.php
    Implement login attempt recording
► language/en_UK/admin.lang.php
    Add Security Center translations
► install/db/182-database.php
    Create login_attempts table
► install/piwigo_structure-mysql.sql
    Add login_attempts table structure
Configuration changes ► admin/include/functions_upgrade.php
    Define LOGIN_ATTEMPTS_TABLE
Enhancement ► install.php
    Log user after install
► register.php
    Log user after registration
► ws.php
    Log user after web service authentication