cc1b69baeb
fix: missing idp routes, bad orgs query, removed managed page
2025-09-02 23:26:38 +02:00
38ac391618
Update Pangolin to v1.9.3
2025-09-01 13:43:10 +02:00
Owen
f37eda4739
Fix #1376
2025-08-30 22:28:37 -07:00
miloschwartz
7402590f49
remove api-key-org association for root keys
2025-08-01 15:56:03 -07:00
Owen
6d359b6bb9
Add createdAt to org insert
2025-07-31 17:53:11 -07:00
miloschwartz
adc0a81592
delete org domains and resources on org delete
2025-07-28 15:34:56 -07:00
miloschwartz
494329f568
delete resources on delete org
2025-07-28 12:55:20 -07:00
Owen
84ca275f1e
Remove subnet check on the org for now
2025-07-15 16:15:22 -07:00
miloschwartz
f1291d4d7d
remove is base domain resource and flag
2025-07-15 15:07:34 -07:00
Owen
b75800c583
Reintroduce clients conditionally
2025-07-14 11:43:13 -07:00
Owen
98a261e38c
Pull up downstream changes
2025-07-13 21:57:24 -07:00
miloschwartz
9bb4d8b2a3
store last visited org in cookie
2025-06-24 14:54:07 -04:00
07b517c605
Update Pangolin to v1.5.1
2025-06-12 10:40:46 +02:00
Owen
0537992603
Merge branch 'dev' into clients-pops
2025-06-10 13:00:20 -04:00
miloschwartz
2cca561e51
support postgresql as database option
2025-06-04 12:02:07 -04:00
9bed44dcfd
feat: add OIDC autoprovision
2025-05-10 04:39:26 +02:00
Owen
a76dd9c9d1
Merge branch 'dev' into auth-providers-clients
2025-05-03 11:45:11 -04:00
miloschwartz
a9f0b9aa38
add user checks in routes
2025-05-02 10:44:50 -04:00
miloschwartz
237960fc5b
various small fixes
2025-04-29 22:59:38 -04:00
Owen
752c474983
Merge branch 'dev' into auth-providers-clients
2025-04-29 11:39:12 -04:00
miloschwartz
599d0a52bf
add api key code and oidc auto provision code
2025-04-28 21:14:09 -04:00
miloschwartz
d737fda8bc
Merge branch 'auth-providers' into auth-providers-clients
2025-04-20 22:51:05 -04:00
miloschwartz
f960fb7d67
Merge branch 'hp-multi-client' into auth-providers-clients
2025-04-20 16:15:40 -04:00
miloschwartz
99188233db
create, delete, and update idp org policies
2025-04-18 15:38:50 -04:00
Owen
581fdd67b1
Allow picking ips when creating stuff
2025-04-18 14:41:27 -04:00
Owen
db0328fa71
Allow configuration of client and org subnets
2025-04-16 22:00:24 -04:00
miloschwartz
d260450a84
add openapi registers
2025-04-06 22:44:14 -04:00
miloschwartz
80ef8f189e
replace old error formatting with zod format error
2025-03-31 22:37:39 -04:00
miloschwartz
fbd78ab842
add new checkbox variants
2025-03-27 23:12:36 -04:00
miloschwartz
5e2f9e1eeb
add createNewt action and remove max orgs restriction
2025-03-26 22:20:22 -04:00
Owen
87012c47ea
Start changes for multi site clients
...
- Org subnet and assign sites and clients out of the same subnet group
on each org
- Add join table for client on multiple sites
- Start to handle websocket endpoints for these multiple connections
2025-03-25 22:01:08 -04:00
miloschwartz
fefb07e14c
move schema.ts to module
2025-03-23 17:11:48 -04:00
miloschwartz
82f990eb8b
add list domains for org endpoint
2025-02-16 18:09:17 -05:00
miloschwartz
851bedb2e5
refactor create and update resource endpoints
2025-02-16 17:28:10 -05:00
Milo Schwartz
235e91294e
remove base_url
from config ( #13 )
...
* add example config dir, logos, and update CONTRIBUTING.md
* update dockerignore
* split base_url into dashboard_url and base_domain
* Remove unessicary ports
* Allow anything for the ip
* Update docker tags
* Complex regex for domains/ips
* update gitignore
---------
Co-authored-by: Owen Schwartz <owen@txv.io>
2025-01-07 22:41:35 -05:00
Milo Schwartz
3b4a993704
refactor and reorganize
2025-01-01 21:41:31 -05:00
Milo Schwartz
9732098799
make config class and separate migrations script
2025-01-01 17:50:12 -05:00
Milo Schwartz
b199595100
rename auth and start work separating config
2025-01-01 16:40:01 -05:00
Milo Schwartz
b78e7a324d
place holder landing pages
2024-12-26 19:33:56 -05:00
Milo Schwartz
4cdaa9b588
Merge branch 'main' of https://github.com/fosrl/pangolin
2024-12-25 15:55:50 -05:00
Milo Schwartz
4a1e869e58
setup server admin
2024-12-25 15:54:32 -05:00
Owen Schwartz
2f328fc719
Add basic transactions
2024-12-24 16:00:02 -05:00
Owen Schwartz
35358cbe57
Working on delete
2024-12-24 12:08:31 -05:00
Owen Schwartz
9988061058
Add setup entrypoint
2024-12-22 12:33:49 -05:00
Owen Schwartz
0386d81b95
Merge branch 'main' of https://github.com/fosrl/pangolin
2024-12-22 12:04:57 -05:00
Owen Schwartz
1361b47ef7
Remove dangerous logging
2024-12-22 12:03:46 -05:00
Milo Schwartz
ce5df3b0b9
fix issues from test deploy
2024-12-21 21:01:12 -05:00
Milo Schwartz
0d30ac2ddc
org setup wip
2024-12-21 14:25:54 -05:00
Milo Schwartz
ba3505a385
use strict zod objects and hide proto on targets
2024-11-14 00:00:17 -05:00
Milo Schwartz
231e1d2e2d
more user role stuff
2024-11-09 23:59:19 -05:00