1.17.1-s.0 - #2852
Merged
Merged
Conversation
oschwartz10612
commented
Apr 13, 2026
Member
- fix: use targetId as row identifier
- use targetid also on proxy create as that also has same issue
- Add CODEOWNERS
- fix: remove encodeURIComponent from invite link email parameter
- Fix migration by testing for orphans
- add pluto
- add pluto
- simplify wildcard domain on non pangolin-dns
- dont show international domain warning when capital letter present
- dont show wildcard in domain picker
- fix(worldmap): avoid stuck country hover state
- Restrict namespaces to paid plans due to abuse
- Fix Add device flow forces digits-only keyboard on Android #2828
- Grandfather in old users
- add niceId to list user resources
- add list alises endpoint
- fix(worldmap): correct topojson feature typing
- include site name in target dropdown in public resources table
- fix no default idp selector showing on ce closes Default Identity Provider Dropdown No Longer Visible in Community Edition #2813
- change user devices column name from online to connected
- Adjust functioning of ee button
- update readme
- Hide the home unless you have it
- New translations en-us.json (French)
- New translations en-us.json (Bulgarian)
- New translations en-us.json (Czech)
- New translations en-us.json (German)
- New translations en-us.json (Italian)
- New translations en-us.json (Korean)
- New translations en-us.json (Dutch)
- New translations en-us.json (Polish)
- New translations en-us.json (Portuguese)
- New translations en-us.json (Russian)
- New translations en-us.json (Turkish)
- New translations en-us.json (Chinese Simplified)
- New translations en-us.json (Norwegian Bokmal)
- New translations en-us.json (Spanish)
- Push back date
fix: 2797
The @ symbol in email addresses was being encoded as %40 when constructing invite URLs, causing broken or garbled links when copied/shared by users. - Remove encodeURIComponent(email) from server-side invite link construction in inviteUser.ts (both new invite and regenerate paths) - Remove encodeURIComponent(email) from client-side redirect URLs in InviteStatusCard.tsx (login, signup, and useEffect redirect paths) - Valid Zod-validated email addresses do not contain characters that require URL encoding for safe query parameter use (@ is permitted in query strings per RFC 3986 §3.4)
…-public fix(analytics): prevent countries from getting stuck highlighted on world map
fix: use targetId as row identifier
Fix invite email encoding
…followup fix(worldmap): correct topojson feature typing
New Crowdin updates
miloschwartz
approved these changes
Apr 13, 2026
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.