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: HiEventsDev/Hi.Events
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: HiEventsDev/Hi.Events
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-public-checkin-hide-email
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 27, 2026

  1. fix(check-in): hide attendee email from public resource

    Public check-in list URLs act as capability links for check-in staff. They need enough attendee information to identify tickets, but exposing email addresses through the unauthenticated public attendee resource increases the blast radius if a link is shared or logged.
    
    Remove email from AttendeeWithCheckInPublicResource while keeping authenticated attendee resources unchanged, and add a focused resource test for the public response shape.
    
    Fixes #1224
    realicon23 committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    412e158 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Update frontend

    daveearley committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    865b51a View commit details
    Browse the repository at this point in the history
Loading