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: nette/security
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7caaaee
Choose a base ref
...
head repository: nette/security
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3dcf9f
Choose a head ref
  • 10 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 15, 2026

  1. opened 4.0-dev

    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    223caa0 View commit details
    Browse the repository at this point in the history
  2. requires PHP 8.3

    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    fc68696 View commit details
    Browse the repository at this point in the history
  3. uses nette/http 4

    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    a663c17 View commit details
    Browse the repository at this point in the history
  4. used PHP 8.2 features

    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    5b59467 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b3c326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fe0f5f View commit details
    Browse the repository at this point in the history
  7. Identity -> SimpleIdentity

    Identity class must exist as an alias in order to read it from session
    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    78c930a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2407d25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29ed1fd View commit details
    Browse the repository at this point in the history
  10. IdentityHandler: make getGuestIdentity() a regular interface method (…

    …BC break)
    
    Promotes the optional @method to a required method, so User no longer needs method_exists() to call it. BC break: existing IdentityHandler implementations must now declare getGuestIdentity().
    dg committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    b3dcf9f View commit details
    Browse the repository at this point in the history
Loading