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: FindFirst-Development/FindFirst-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FindFirst-Development/FindFirst-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/browser-extensions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on May 25, 2026

  1. fix(server): support browser extension auth via Bearer token

    - Add chrome-extension:// and moz-extension:// to CORS allowed origin
      patterns so the extension can make credentialed requests
    - Fix UserContext.getUserId() to handle JwtAuthenticationToken (set by
      oauth2ResourceServer for Bearer token requests) in addition to the
      existing UserAuthenticationToken (set by the cookie filter); the hard
      cast was causing a ClassCastException and 500 on all extension API calls
    oxr463 committed May 25, 2026
    Configuration menu
    Copy the full SHA
    1a48600 View commit details
    Browse the repository at this point in the history
  2. fix(frontend): resolve failing SonarQube frontend test suite

    - Mock next/font/google in vitestSetup to fix Libre_Baskerville not-a-function error in app.test.tsx
    - Always render brand logo in Navbar (remove isMobile conditional that hid it on desktop); drop unused isMobile state and resize effect
    - Update default avatar test to assert SVG icon presence instead of stale img/src expectation
    oxr463 committed May 25, 2026
    Configuration menu
    Copy the full SHA
    a4eec29 View commit details
    Browse the repository at this point in the history
Loading