Skip to content

1.17.1-s.0 - #2852

Merged
oschwartz10612 merged 44 commits into
mainfrom
dev
Apr 13, 2026
Merged

1.17.1-s.0#2852
oschwartz10612 merged 44 commits into
mainfrom
dev

Conversation

@oschwartz10612

Copy link
Copy Markdown
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

LaurenceJJones and others added 30 commits April 6, 2026 14:03
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
…followup

fix(worldmap): correct topojson feature typing
@oschwartz10612
oschwartz10612 merged commit 41f541a into main Apr 13, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add device flow forces digits-only keyboard on Android Default Identity Provider Dropdown No Longer Visible in Community Edition

5 participants