Commit Graph
8384 Commits
Author SHA1 Message Date
Jan Kahmen a7d4745f93 Only accept http(s) targets for the resource auth redirect
The resource auth page copies the redirect query parameter into
redirectUrl when its host matches the resource host
(src/app/auth/resource/[resourceGuid]/page.tsx:121-150). URL parses a
host out of every scheme that uses "//", so a target such as
javascript://resource-host/... passes that comparison. The value is
handed to ResourceAuthPortal as the redirect prop and assigned to
window.location.href after a successful login
(src/components/ResourceAuthPortal.tsx:213,247,281).

Parse the target once and require http: or https: before the host
comparisons. The three branches that assigned the same value are folded
into one condition; the accepted set of http(s) targets is unchanged.
2026-09-15 10:46:05 +00:00
Owen 56e758a656 Resolve oss build issue 2026-09-14 18:05:30 -04:00
Owen Schwartz fb726cc6b2 Merge pull request #3743 from fosrl/l10n_dev
New Crowdin updates
2026-09-14 17:51:52 -04:00
Owen Schwartz 5d0ceebe0d New translations en-us.json (Norwegian Bokmal)
[ci skip]
2026-09-14 17:51:05 -04:00
Owen Schwartz c964821195 New translations en-us.json (Chinese Simplified)
[ci skip]
2026-09-14 17:51:03 -04:00
Owen Schwartz 5c44c6da73 New translations en-us.json (Turkish)
[ci skip]
2026-09-14 17:51:01 -04:00
Owen Schwartz 6e52758d6e New translations en-us.json (Russian)
[ci skip]
2026-09-14 17:50:59 -04:00
Owen Schwartz 0af194550f New translations en-us.json (Portuguese)
[ci skip]
2026-09-14 17:50:57 -04:00
Owen Schwartz 0d12402662 New translations en-us.json (Polish)
[ci skip]
2026-09-14 17:50:54 -04:00
Owen Schwartz 3fb2e34256 New translations en-us.json (Dutch)
[ci skip]
2026-09-14 17:50:52 -04:00
Owen Schwartz ec2b1fbd37 New translations en-us.json (Korean)
[ci skip]
2026-09-14 17:50:50 -04:00
Owen Schwartz 806ae93a12 New translations en-us.json (Italian)
[ci skip]
2026-09-14 17:50:48 -04:00
Owen Schwartz 5d99e0a2f6 New translations en-us.json (German)
[ci skip]
2026-09-14 17:50:45 -04:00
Owen Schwartz a75f335791 New translations en-us.json (Danish)
[ci skip]
2026-09-14 17:50:43 -04:00
Owen Schwartz 153d29c47c New translations en-us.json (Czech)
[ci skip]
2026-09-14 17:50:41 -04:00
Owen Schwartz ee8749c292 New translations en-us.json (Bulgarian)
[ci skip]
2026-09-14 17:50:39 -04:00
Owen Schwartz 4f905ddae5 New translations en-us.json (Spanish)
[ci skip]
2026-09-14 17:50:37 -04:00
Owen Schwartz 74e686ff3f New translations en-us.json (French)
[ci skip]
2026-09-14 17:50:35 -04:00
Owen a4ade43380 Fix compilation issue with prop 2026-09-14 17:47:44 -04:00
miloschwartz 68821514a0 replace node cache in dns server 2026-09-14 17:41:41 -04:00
Owen Schwartz a2652cf692 New translations en-us.json (Norwegian Bokmal)
[ci skip]
2026-09-14 17:41:14 -04:00
Owen Schwartz 957144ac3a New translations en-us.json (Chinese Simplified)
[ci skip]
2026-09-14 17:41:11 -04:00
Owen Schwartz 20c23cdfc5 New translations en-us.json (Turkish)
[ci skip]
2026-09-14 17:41:09 -04:00
Owen Schwartz c03e1c5781 New translations en-us.json (Russian)
[ci skip]
2026-09-14 17:41:06 -04:00
Owen Schwartz e69d3eded5 New translations en-us.json (Portuguese)
[ci skip]
2026-09-14 17:41:04 -04:00
Owen Schwartz 34084cc3a6 New translations en-us.json (Polish)
[ci skip]
2026-09-14 17:41:02 -04:00
Owen Schwartz 91776ad2e4 New translations en-us.json (Dutch)
[ci skip]
2026-09-14 17:41:00 -04:00
Owen Schwartz 77eabf41e7 New translations en-us.json (Korean)
[ci skip]
2026-09-14 17:40:58 -04:00
Owen Schwartz d68895e64a New translations en-us.json (Italian)
[ci skip]
2026-09-14 17:40:56 -04:00
Owen Schwartz 1c2d81d77c New translations en-us.json (German)
[ci skip]
2026-09-14 17:40:53 -04:00
Owen Schwartz 998778eb72 New translations en-us.json (Danish)
[ci skip]
2026-09-14 17:40:51 -04:00
Owen Schwartz 7be206947a New translations en-us.json (Czech)
[ci skip]
2026-09-14 17:40:49 -04:00
Owen Schwartz 125d33c071 New translations en-us.json (Bulgarian)
[ci skip]
2026-09-14 17:40:47 -04:00
Owen Schwartz 410d26f2df New translations en-us.json (Spanish)
[ci skip]
2026-09-14 17:40:45 -04:00
Owen Schwartz 6aa1dafa10 New translations en-us.json (French)
[ci skip]
2026-09-14 17:40:43 -04:00
miloschwartz 8f1344a665 bump version and add 1.23 migrations 2026-09-14 17:18:31 -04:00
Owen d23028d38e Update lock 2026-09-14 17:06:14 -04:00
Owen Schwartz 7506a2614b Update Crowdin configuration file
[ci skip]
2026-09-14 17:00:52 -04:00
Owen b3e5de4a4d Fix cache separation for versions 2026-09-14 16:48:12 -04:00
Owen f9f38fb3f0 Handle the agent and agent version 2026-09-14 16:48:12 -04:00
Owen 888ccce397 Rename newt site to site 2026-09-14 16:48:12 -04:00
Owen 49e0a8bd47 Update the install and run commands to use the cli 2026-09-14 16:48:11 -04:00
Owen f59aed8482 Replace newt and olm with pangolin-cli 2026-09-14 16:48:11 -04:00
Owen b6c048c805 Store the cli version for display and handle auto update 2026-09-14 16:48:11 -04:00
Owen 018ee17304 Include erid new node 2026-09-14 16:48:11 -04:00
Owen 5cad796023 Dont restrict 2026-09-14 16:48:11 -04:00
Owen 5a445817e0 Show the remote nodes on enterprise pangolin dns 2026-09-14 16:48:11 -04:00
Owen fd2c397bfc Update comment to be more clear 2026-09-14 16:48:11 -04:00
Owen 6c794e0b0c Just point to the docs 2026-09-14 16:48:11 -04:00
Owen 7acb98e245 Working on ha config and docs 2026-09-14 16:48:11 -04:00