Conversation
The fixture files are created by Docker containers running as root. Use docker exec to fix permissions before the host-side merge step.
- Fix registration flow redirecting to backend port instead of frontend by using return_url (consistent with login/link flows) - Allow HTTP redirects during OIDC discovery and token exchange so providers behind reverse proxies (e.g. Authelia) work correctly - Improve error message when auth URL generation fails to include provider slug and troubleshooting hint
- Add contacts to Onboarding list (ID 12) alongside Product Updates when a new organization is created
Use window.location.origin instead of window.location.href for the return_url, consistent with the login modal. Prevents redirecting back to /onboarding after registration.
Add onboarding, activation, and engagement telemetry events to the PostHog subscriber filter so they appear in analytics dashboards: - Onboarding: OrgCreated, OnboardingModalCompleted, PlanSelected - Activation: FirstDaemonRegistered, FirstDiscoveryCompleted, FirstHostDiscovered, FirstTopologyRebuild - Engagement: SecondNetworkCreated, FirstTagCreated, FirstUserApiKeyCreated, FirstSnmpCredentialCreated, InviteSent, InviteAccepted
- Spawn non-interfaced IP sender in tokio::spawn so it runs concurrently with the select! consumer, preventing deadlock when >256 IPs fill the bounded channel - Skip pnet is_up() check on Windows where flags are hardcoded to 0, rely on datalink::channel() as the real capability test - Use most-specific subnet match in get_own_interfaces to prevent 0.0.0.0/0 catch-all from stealing MAC mappings
mayanayza
added a commit
that referenced
this pull request
Feb 24, 2026
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.