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: leenooks/phpLDAPadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.3
Choose a base ref
...
head repository: leenooks/phpLDAPadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.4
Choose a head ref
  • 13 commits
  • 26 files changed
  • 1 contributor

Commits on May 23, 2025

  1. In the 'Add New Attribute' select list, use the attributes LDAP name …

    …instead of its lowercased name
    leenooks committed May 23, 2025
    Configuration menu
    Copy the full SHA
    3c0eb87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f27d3 View commit details
    Browse the repository at this point in the history
  3. Fix exception 500 being raised 'Argument #1 () must be of type array'…

    … when creating new entries with a userPassword. Fixes #320
    leenooks committed May 23, 2025
    Configuration menu
    Copy the full SHA
    3493504 View commit details
    Browse the repository at this point in the history
  4. Improvements to userPassword handling when redirecting back. No need …

    …to use old() when rendering attributes, since they have already been processed by display with any updates
    leenooks committed May 23, 2025
    Configuration menu
    Copy the full SHA
    181971a View commit details
    Browse the repository at this point in the history
  5. Fix showing required attributes when required by a parent class of th…

    …e entries objectclasses
    leenooks committed May 23, 2025
    Configuration menu
    Copy the full SHA
    4e991db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa989b8 View commit details
    Browse the repository at this point in the history
  7. We should start resume the session with ApplicationSession before che…

    …cking for Session keys in AllowAnonymous
    leenooks committed May 23, 2025
    Configuration menu
    Copy the full SHA
    9a6d809 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ce0ed8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. Fixes to ensure testing works again

    Added LDIF Import testing
    leenooks committed May 24, 2025
    Configuration menu
    Copy the full SHA
    6c501cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148d19b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917a3c1 View commit details
    Browse the repository at this point in the history
  4. Fix for when the logged in user's details doesnt include an objectcla…

    …ss (because the query didnt have the ACLs to return them).
    
    This should help #330 but doesnt allow the user to login even if they have the right objectclasses, but the query didnt return them.
    leenooks committed May 24, 2025
    Configuration menu
    Copy the full SHA
    c6e1640 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. Release v2.1.4

    leenooks committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    c2ee906 View commit details
    Browse the repository at this point in the history
Loading