Owen Schwartz
ccc7003ac1
New translations en-us.json (Spanish)
2026-04-13 11:24:32 -07:00
Owen Schwartz
93cbd47b5d
New translations en-us.json (Norwegian Bokmal)
2026-04-13 11:24:30 -07:00
Owen Schwartz
8b808e44b6
New translations en-us.json (Chinese Simplified)
2026-04-13 11:24:28 -07:00
Owen Schwartz
0644e26297
New translations en-us.json (Turkish)
2026-04-13 11:24:27 -07:00
Owen Schwartz
682653b977
New translations en-us.json (Russian)
2026-04-13 11:24:25 -07:00
Owen Schwartz
0053cfc8fc
New translations en-us.json (Portuguese)
2026-04-13 11:24:23 -07:00
Owen Schwartz
5cb62a30cc
New translations en-us.json (Polish)
2026-04-13 11:24:21 -07:00
Owen Schwartz
e596a63058
New translations en-us.json (Dutch)
2026-04-13 11:24:19 -07:00
Owen Schwartz
3ec32afb37
New translations en-us.json (Korean)
2026-04-13 11:24:17 -07:00
Owen Schwartz
0189a86757
New translations en-us.json (Italian)
2026-04-13 11:24:15 -07:00
Owen Schwartz
ee32307654
New translations en-us.json (German)
2026-04-13 11:24:14 -07:00
Owen Schwartz
2f08e6b838
New translations en-us.json (Czech)
2026-04-13 11:24:12 -07:00
Owen Schwartz
c8a3fc350d
New translations en-us.json (Bulgarian)
2026-04-13 11:24:10 -07:00
Owen Schwartz
dc63ef1284
New translations en-us.json (French)
2026-04-13 11:24:07 -07:00
Owen
92332fb02f
Hide the home unless you have it
2026-04-13 11:17:14 -07:00
miloschwartz
acc6a26654
update readme
2026-04-13 11:12:09 -07:00
Owen
2bd4d2faaf
Merge branch 'main' into dev
2026-04-13 10:50:12 -07:00
Owen
1e77ead488
Adjust functioning of ee button
2026-04-13 10:49:57 -07:00
Milo Schwartz
c008ef7c1b
Merge pull request #2850 from fosrl/miloschwartz-patch-1
...
Update README.md
2026-04-13 10:04:55 -07:00
Milo Schwartz
02dfeed3ce
Update README.md
2026-04-13 13:03:53 -04:00
Owen Schwartz
34cc2e0ed1
Merge pull request #2841 from AdnanSilajdzic/fix/worldmap-typescript-followup
...
fix(worldmap): correct topojson feature typing
2026-04-13 09:42:05 -07:00
miloschwartz
f5d0694574
change user devices column name from online to connected
2026-04-12 15:27:14 -07:00
miloschwartz
f91da2ec46
fix no default idp selector showing on ce closes #2813
2026-04-12 15:20:09 -07:00
miloschwartz
89471a0174
include site name in target dropdown in public resources table
2026-04-12 15:09:40 -07:00
Adnan Silajdzic
0cb04d0290
fix(worldmap): correct topojson feature typing
2026-04-12 17:05:53 +00:00
miloschwartz
e118e5b047
add list alises endpoint
2026-04-11 21:03:35 -07:00
miloschwartz
7e4e8ea266
add niceId to list user resources
2026-04-11 17:56:16 -07:00
Owen
2f386f8e47
Grandfather in old users
2026-04-11 16:59:43 -07:00
Owen
f4ea572f6b
Fix #2828
2026-04-11 16:50:28 -07:00
Owen Schwartz
825df7da63
Merge pull request #2806 from jbelke/fix-invite-email-encoding
...
Fix invite email encoding
2026-04-11 16:37:49 -07:00
Owen Schwartz
cd34f0a7b0
Merge pull request #2799 from LaurenceJJones/fix/proxy-target-deletion
...
fix: use targetId as row identifier
2026-04-11 16:35:09 -07:00
Owen Schwartz
b1b22c439a
Merge pull request #2825 from AdnanSilajdzic/fix/worldmap-hover-stuck-public
...
fix(analytics): prevent countries from getting stuck highlighted on world map
2026-04-11 16:32:32 -07:00
Owen
eac747849b
Restrict namespaces to paid plans due to abuse
2026-04-11 14:22:00 -07:00
Adnan Silajdzic
1aedf9da0a
fix(worldmap): avoid stuck country hover state
2026-04-10 14:37:48 +00:00
miloschwartz
840684aeba
dont show wildcard in domain picker
2026-04-09 17:54:25 -04:00
miloschwartz
f57012eb90
dont show international domain warning when capital letter present
2026-04-09 17:06:04 -04:00
miloschwartz
34387d9859
simplify wildcard domain on non pangolin-dns
2026-04-09 17:04:28 -04:00
miloschwartz
80f5914fdd
add pluto
2026-04-09 16:15:19 -04:00
miloschwartz
eaa70da4dd
add pluto
2026-04-09 16:14:46 -04:00
Owen
466f137590
Fix migration by testing for orphans
2026-04-09 10:29:51 -04:00
Joshua Belke
028df8bf27
fix: remove encodeURIComponent from invite link email parameter
...
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)
2026-04-07 14:58:27 -04:00
Owen
28ef5238c9
Add CODEOWNERS
2026-04-07 11:36:02 -04:00
Laurence
7d3d5b2b22
use targetid also on proxy create as that also has same issue
2026-04-06 14:17:04 +01:00
Laurence
81eba50c9a
fix: use targetId as row identifier
...
fix: 2797
2026-04-06 14:03:33 +01:00
Owen Schwartz
3436105bec
Merge pull request #2784 from fosrl/dev
...
Try to prevent deadlocks
1.17.0-s.4
2026-04-03 23:01:09 -04:00
Owen
d948d2ec33
Try to prevent deadlocks
2026-04-03 22:55:04 -04:00
Owen Schwartz
4b3375ab8e
Merge pull request #2783 from fosrl/dev
...
Fix 1.17.0
1.17.0
2026-04-03 22:42:03 -04:00
Owen
6b8a3c8d77
Revert #2570
...
Fix #2782
2026-04-03 22:37:42 -04:00
Owen
ba9794c067
Put middleware back
...
Fix #2781
2026-04-03 22:16:26 -04:00
Owen Schwartz
6ce165bfd5
Merge pull request #2780 from fosrl/dev
...
1.17.0
1.17.0-s.3
2026-04-03 18:19:40 -04:00