Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProxyPanel/ProxyPanel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Alexcsharp17/ProxyPanel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 346 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. 🚀 Refactor Blade

    - Optimize Blade JavaScript code.
    - Refactored multiple admin controllers for improved validation, error handling, and query efficiency.
    - Added ProxyConfig trait to centralize proxy configuration options.
    - Updated NodeStatusDetection to use model relationships for heartbeat checks.
    - Improved category, label, and country management logic and error logging.
    - Added new Blade components for admin UI and updated language files and assets for better localization and frontend support.
    - Bug fixed & introduced more bug :)
    ZBrettonYe committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    448ffff View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Edit Request rules

    ZBrettonYe committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    0cb9cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    53e65c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Fixed User saving

    ZBrettonYe committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    70ff23d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Add Unit Tests & Add Support for PingAgent

    Add Unit Tests
    - For  IP info
    - For IP Connect detection
    - For Currency Exchange
    
    Add Support for PingAgent
    - https://github.com/ProxyPanel/PingAgent
    ZBrettonYe committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    32a40d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Integrate Laravel Reverb for real-time node and payment events

    This update adds Laravel Reverb as the broadcast driver, introduces event classes for node actions and payment status updates, and implements real-time node management (check, geo refresh, reload) with asynchronous jobs and broadcasting. The admin node UI is refactored to use modals and real-time updates via Echo, and frontend assets are updated to support Reverb. Composer and configuration files are updated for Reverb, and install scripts now handle Reverb setup. Payment status updates are now broadcast to the frontend for real-time feedback.
    ZBrettonYe committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    cf4e27b View commit details
    Browse the repository at this point in the history
Loading