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: AppsDevTeam/fancyadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 94d17fc
Choose a base ref
...
head repository: AppsDevTeam/fancyadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a87b8a8
Choose a head ref
  • 17 commits
  • 55 files changed
  • 3 contributors

Commits on Jul 26, 2026

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

Commits on Jul 28, 2026

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

Commits on Jul 29, 2026

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

Commits on Jul 30, 2026

  1. Merge pull request #66 from AppsDevTeam/fix/curl-close-deprecation

    fix(security): remove deprecated curl_close() call
    thorewi authored Jul 30, 2026
    Configuration menu
    Copy the full SHA
    9225933 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2026

  1. Merge pull request #65 from AppsDevTeam/f-firebase-token-sync

    feat(firebase): Silent sync of firebase token with backend knownTokens
    thorewi authored Aug 2, 2026
    Configuration menu
    Copy the full SHA
    021ad05 View commit details
    Browse the repository at this point in the history
  2. RequestLogger

    thorewi committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    de18368 View commit details
    Browse the repository at this point in the history
  3. feat(flash): Make flash message auto-closing explicit

    By default, only `success` flash messages now auto-close. Other types (`warning`, `danger`, `info`) will remain on screen until dismissed by the user, unless an explicit auto-close duration is provided. This clarifies the intended user interaction.
    thorewi committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    8f3d543 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. feat(auth): add WebAuthn passkey authentication support

    - Integrate lbuchs/webauthn library for passkey support
    - Add PasskeyService, PasskeyException, PasskeySessionSection
    - Add PasskeyForm and PasskeyGrid components with factories
    - Add Passkey entity and trait for user identity
    - Add PasskeyQuery with factory for data access
    - Wire passkey JS components in app.js for login and management
    - Add PasskeyFormFactoryInject, PasskeyServiceInject, PasskeyQueryFactoryInject
    - Extend AccountPresenterTrait with passkey registration/management actions
    AdtMax committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    56bf650 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from AppsDevTeam/webauthn

    feat(auth): add WebAuthn passkey authentication support
    thorewi authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    c29381e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. feat(passkey): add passkeyEnabled flag and conditional passkey UI

    - Replace implicit passkey availability with explicit `passkeyEnabled`
      boolean on FancyAdmin config object
    - Wrap passkey section in account view with `{if $isPasskeyEnabled}`
      so it only renders when the feature is configured
    - Inject PasskeyFormFactory directly via use statement instead of
      through a separate inject trait
    - Add PasskeyQueryFactory import to DI extension
    - Add RuntimeException import to AccountPresenterTrait
    AdtMax committed Aug 4, 2026
    Configuration menu
    Copy the full SHA
    dc9d1cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from AppsDevTeam/webauthn

    feat(passkey): add passkeyEnabled flag and conditional passkey UI
    thorewi authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    3114b9f View commit details
    Browse the repository at this point in the history
  3. refactor(passkey): extract passkey logic into dedicated trait and int…

    …erface
    
    - Extract passkey-related ORM fields and methods from IdentityTrait into new IdentityPasskeysTrait
    - Add HasPasskeys interface under Traits namespace for type-safe passkey contract
    - Remove passkey methods from Identity interface (getPasskeyUserHandle, setPasskeyUserHandle)
    - Update FancyAdminExtension imports to reference new IdentityPasskeysTrait and HasPasskeys
    AdtMax committed Aug 4, 2026
    Configuration menu
    Copy the full SHA
    9032a9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #69 from AppsDevTeam/webauthn

    refactor(passkey): extract passkey logic into dedicated trait and int…
    thorewi authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    3fb8f0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2191ef5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #70 from AppsDevTeam/f-configurable-theme-colors

    Add configurable theme colors for side panels, texts, login page
    thorewi authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    ec50c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. https://trello.com/c/98qWdN41/9510-001x-typeerror-nette-mail-messagea…

    …ddto-argument-1-email-must-be-of-type-string-null-given-called-in-var-www-html-releases-123-ve
    conflictboy committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    31d3f4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from AppsDevTeam/f-9510-001x-typeerror-nette-m…

    …ail-messageaddto-argument-1-email-must-be-of-type-string-null-given-called-in-var-www-html-releases-123-ve
    
    https://trello.com/c/98qWdN41/9510-001x-typeerror-nette-mail-messagea…
    thorewi authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    a87b8a8 View commit details
    Browse the repository at this point in the history
Loading