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: joncv/phpRedisAdmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: erikdubbelboer/phpRedisAdmin
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.
  • 20 commits
  • 16 files changed
  • 7 contributors

Commits on Aug 7, 2023

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    0303c81 View commit details
    Browse the repository at this point in the history
  2. 1.19.3

    erikdubbelboer committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    acc5248 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 24, 2024

  1. Limit the max number of keys when scanning (erikdubbelboer#206)

    * Add parameter scan_max
    
    * Limit the max number of keys when scanning
    
    * Rename parameter scan_max to scanmax
    LeoHsiao1 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    092f83f View commit details
    Browse the repository at this point in the history
  2. 1.20.0

    erikdubbelboer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3dcd016 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Allow scheme config from env vars (erikdubbelboer#209)

    * Allow scheme config from env vars
    
    * Fix condition
    
    * Add new config to readme file
    
    * Update includes/common.inc.php
    
    ---------
    
    Co-authored-by: Erik Dubbelboer <[email protected]>
    arielectron and erikdubbelboer authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4f15444 View commit details
    Browse the repository at this point in the history
  2. 1.21.0

    erikdubbelboer committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5d8756c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Display the number of keys scanned (erikdubbelboer#210)

    * Display the number of keys scanned and the limit
    
    * Reduce scansize according to scanmax
    
    * Simplify info about scanmax
    LeoHsiao1 authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fed29bf View commit details
    Browse the repository at this point in the history
  2. v1.21.1

    erikdubbelboer committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    47f4c67 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. fix: scanmax behavior (erikdubbelboer#212)

    * fix: typo
    
    * fix: scanmax behavior
    tessus authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    c8fc6a0 View commit details
    Browse the repository at this point in the history
  2. v1.22.0

    erikdubbelboer committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    644162e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Add missing ,

    erikdubbelboer committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    5e8c6ec View commit details
    Browse the repository at this point in the history
  2. v1.22.1

    erikdubbelboer committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3e60b21 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Upgrade predis to v2.3.0

    Fixes a bug with $server['scheme'] and simplifies some of the config
    code.
    
    Fixes erikdubbelboer#214
    erikdubbelboer committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    543cbc7 View commit details
    Browse the repository at this point in the history
  2. v1.23.0

    erikdubbelboer committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    6f9fae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

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

Commits on Mar 29, 2025

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

Commits on Mar 31, 2025

  1. Implement ACL login (erikdubbelboer#218)

    * Implement ACL login
    
    * Make password form optional
    willnode authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    2d977bc View commit details
    Browse the repository at this point in the history
  2. v1.24.0

    erikdubbelboer committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    b6f8484 View commit details
    Browse the repository at this point in the history
Loading