Thanks to visit codestin.com
Credit goes to github.com

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: master
Choose a base ref
...
head repository: forgie1/nette-security
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.
  • 11 commits
  • 18 files changed
  • 1 contributor

Commits on May 23, 2026

  1. added CLAUDE.md

    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    2e16fa9 View commit details
    Browse the repository at this point in the history
  2. opened 4.0-dev

    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    180d3a9 View commit details
    Browse the repository at this point in the history
  3. requires PHP 8.3

    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    69ae0da View commit details
    Browse the repository at this point in the history
  4. uses nette/http 4

    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    2566b30 View commit details
    Browse the repository at this point in the history
  5. used PHP 8.2 features

    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    fabb9fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ac967c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aac1722 View commit details
    Browse the repository at this point in the history
  8. Identity -> SimpleIdentity

    Identity class must exist as an alias in order to read it from session
    dg committed May 23, 2026
    Configuration menu
    Copy the full SHA
    5b2db0d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d59a2a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    916cc1f View commit details
    Browse the repository at this point in the history
  11. 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 May 23, 2026
    Configuration menu
    Copy the full SHA
    4988977 View commit details
    Browse the repository at this point in the history
Loading