Go to file T
Code
avatar.go Add org settings profile mutations
avatar_test.go web: add actions secrets and variables settings (S41c)
billing_settings.go web/orgs/billing: gate Manage CTA on subscription_id, not customer_id
billing_test.go web/orgs tests: cross-kind webhook guard (empty-items, Pro-on-org, Team-on-user, happy)
billing_webhook.go web/orgs/billing_webhook: charge.refunded handler flips invoice to refunded
billing_webhook_concurrency_test.go orgs tests: concurrent webhook replay applies exactly once via advisory lock
billing_webhook_guard_test.go gofmt: format PRO08 webhook + settings_branches
billing_webhook_refund_test.go orgs tests: charge.refunded flips invoice + no-op on unknown invoice / standalone refund
billing_webhook_resolve_test.go web/orgs: subject-aware webhook with Principal resolution + cross-kind misroute guard
create_test.go Start Team checkout during org creation
imports.go Add Stripe billing web routes
orgs.go web/orgs: wire ProPriceID + expose BillingPriceIDs to webhook handler
people_test.go Align org people page with GitHub
settings_actions.go Use entitlement upgrade metadata in handlers
settings_actions_test.go Use entitlement upgrade metadata in handlers
settings_profile.go Add Stripe billing web routes
teams.go Gate private collaboration expansion
teams_test.go Keep downgraded secret teams read-only