Owen
2f9994f600
Merge branch 'dev' of github.com:fosrl/pangolin into dev
2025-07-30 10:09:34 -07:00
Owen
1cca06a274
Add note about wintun
2025-07-29 23:09:49 -07:00
miloschwartz
8fdb3ea631
hide favicon
2025-07-29 10:46:08 -07:00
Owen
35823d5751
Fix adding sites to client
2025-07-28 22:40:27 -07:00
Owen
66f90a542a
Rename to pg
2025-07-28 18:34:23 -07:00
Owen
49981c4bee
Add 21820 to docker
2025-07-28 18:34:01 -07:00
Owen
d732c1a845
Clean up migrations
2025-07-28 17:32:15 -07:00
Owen
4d7e25f97b
Complete migrations
2025-07-28 17:22:53 -07:00
Owen
80656f48e0
Sqlite migration done
2025-07-28 17:18:51 -07:00
Owen
ebde149980
Merge branch 'main' into dev
2025-07-28 17:15:05 -07:00
miloschwartz
adc0a81592
delete org domains and resources on org delete
2025-07-28 15:34:56 -07:00
Owen Schwartz
b596f00ce5
New translations en-us.json (Chinese Simplified)
2025-07-28 14:16:24 -07:00
Owen Schwartz
448442f92b
New translations en-us.json (Turkish)
2025-07-28 14:16:23 -07:00
Owen Schwartz
8518201562
New translations en-us.json (Portuguese)
2025-07-28 14:16:21 -07:00
Owen Schwartz
17586c4559
New translations en-us.json (Polish)
2025-07-28 14:16:19 -07:00
Owen Schwartz
f8622da7d4
New translations en-us.json (Dutch)
2025-07-28 14:16:18 -07:00
Owen Schwartz
b1a27e9060
New translations en-us.json (Korean)
2025-07-28 14:16:17 -07:00
Owen Schwartz
3c6423d444
New translations en-us.json (Italian)
2025-07-28 14:16:15 -07:00
Owen Schwartz
91b03160ea
New translations en-us.json (German)
2025-07-28 14:16:14 -07:00
Owen Schwartz
0c1e20ba48
New translations en-us.json (Czech)
2025-07-28 14:16:13 -07:00
Owen Schwartz
1dcac85c0d
New translations en-us.json (Spanish)
2025-07-28 14:16:12 -07:00
Owen Schwartz
3fc72dbec2
New translations en-us.json (French)
2025-07-28 14:16:11 -07:00
miloschwartz
494329f568
delete resources on delete org
2025-07-28 12:55:20 -07:00
Owen
a1e8211ba7
Dont send enableProxy
2025-07-28 12:53:13 -07:00
miloschwartz
80aa7502af
fix resource domain not required
2025-07-28 12:52:44 -07:00
miloschwartz
67bae76048
minor visual tweaks to member landing
2025-07-28 12:21:15 -07:00
Milo Schwartz
bda2aa46b6
Merge pull request #1124 from adrianeastles/feature/member-resouce-landing-page
...
New Member Resource Landing Page
2025-07-28 14:33:09 -04:00
copilot-swe-agent[bot]
27ac204bb6
Fix variables incorrectly changed from let to const - revert to let where variables are reassigned
...
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-07-28 17:43:40 +00:00
copilot-swe-agent[bot]
a2526ea244
Revert mappings variable from const to let in getAllRelays.ts
...
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-07-28 17:30:21 +00:00
Owen Schwartz
6d9ba8dd2f
Merge pull request #1104 from jackrosenberg/nixos_newt
...
add nixos option for newt in site creation
2025-07-28 10:19:23 -07:00
Owen
2ca8febff7
We dont need this config
2025-07-27 14:12:01 -07:00
Owen
e105a523e4
Add log and fix default
2025-07-27 14:11:36 -07:00
Owen
28f8b05dbc
Basic clients working
2025-07-27 10:21:27 -07:00
Owen Schwartz
d95286db0e
Merge pull request #1139 from SigmaSquadron/push-xlmpuutwtnuy
...
add shebangs to migration and server scripts
2025-07-27 10:11:17 -07:00
Owen Schwartz
8e45c34e8e
Merge pull request #1138 from SigmaSquadron/push-uolqlutswopp
...
add an environment variable for the smtp_pass config option
2025-07-27 10:09:25 -07:00
Fernando Rodrigues
9e87c42d0c
add shebangs to migration and server scripts
...
In NixOS, we wrap these files in a bash script to allow users to just run them as normal executables, instead of calling them as arguments to Node.JS. In our build scripts, we just add the shebang after the files have been compiled, but adding it upstream will allow all Pangolin users to just run ./server.mjs to start their Pangolin instances.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-07-27 13:10:18 +10:00
Fernando Rodrigues
0b52cd002e
add an environment variable for the smtp_pass config option
...
The password for secure authentication may be sensitive, so it is best
to not leave it lying around in a config file. This commit introduces
the EMAIL_SMTP_PASS environment variable, which can be set to configure
the SMTP password without writing it to the configuration file.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-07-27 13:03:29 +10:00
Marvin
39c43c0c09
modified: .github/workflows/cicd.yml
...
modified: .github/workflows/linting.yml
modified: .github/workflows/test.yml
modified: .nvmrc
modified: Dockerfile.dev
modified: Dockerfile.pg
modified: Dockerfile.sqlite
modified: esbuild.mjs
modified: package-lock.json
modified: tsconfig.json
2025-07-26 14:17:55 +00:00
Adrian Astles
350485612e
This improves the user experience by automatically filling the email field
...
and preventing users from changing the email they were invited with.
- Update invite link generation to include email parameter in URL
- Modify signup form to pre-fill and lock email field when provided via invite
- Update invite page and status card to preserve email through redirect chain
- Ensure existing invite URLs continue to work without breaking changes
2025-07-25 22:46:40 +08:00
Adrian Astles
df31c13912
added real-time password validation to signup form.
2025-07-25 21:59:25 +08:00
Owen
15adfcca8c
Add remote subnets to ui
2025-07-24 22:01:22 -07:00
Owen
1466788f77
Clients ui done
2025-07-24 21:42:44 -07:00
Owen
760fe3aca9
Create client component done
2025-07-24 21:26:02 -07:00
Owen
5f75813e84
Handle relaying change values in gerbil
2025-07-24 20:47:39 -07:00
Owen
59cb06acf4
Support relaying on register
2025-07-24 14:48:24 -07:00
Adrian Astles
6349406523
Removed member resouce sidebar to work with new sidebar.
2025-07-24 21:30:20 +08:00
Adrian Astles
bcc2c59f08
Add member portal functionality - extracted from feature/member-landing-page
2025-07-24 21:04:55 +08:00
jack
52d46f9879
add nixos option for newt in site creation
2025-07-23 10:02:58 +02:00
Owen Schwartz
0b50a5474d
Merge pull request #1041 from wayneyaoo/feature/podman-installer
...
Add podman support to the installer
2025-07-22 21:41:32 -07:00
copilot-swe-agent[bot]
2259879595
Fix ESLint issues: prefer-const warnings and missing semicolons
...
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
2025-07-22 19:07:43 +00:00