Commit graph

103 commits

Author SHA1 Message Date
Owen
3dc79da2fa
Merge branch 'dev' into clients-pops-dev 2025-07-14 16:59:00 -07:00
miloschwartz
915ccdc007
server admin enforce 2fa per user 2025-07-13 21:58:37 -07:00
Owen
98a261e38c
Pull up downstream changes 2025-07-13 21:57:24 -07:00
miloschwartz
b39708700d
add exit node name and fix db import issues 2025-06-15 17:49:27 -04: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
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
6f59d0cd2d
add createOrgUser endpoint 2025-04-23 13:26:38 -04:00
miloschwartz
d737fda8bc
Merge branch 'auth-providers' into auth-providers-clients 2025-04-20 22:51:05 -04:00
miloschwartz
7938b419cc
add actions for idp 2025-04-20 21:31:01 -04:00
miloschwartz
fa6fc9e80d
small clients ui tweaks 2025-04-20 16:49:48 -04:00
miloschwartz
f960fb7d67
Merge branch 'hp-multi-client' into auth-providers-clients 2025-04-20 16:15:40 -04:00
miloschwartz
b4fda6a1f6
add default mapping policy and move auto provision 2025-04-18 17:04:16 -04:00
Owen
dc49027b30
Edit client page done 2025-04-18 15:32:20 -04:00
miloschwartz
53be2739bb
successful log in loop poc 2025-04-13 18:29:23 -04:00
miloschwartz
480a5f648d
testing oidc callback 2025-04-12 15:44:26 -04:00
grokdesigns
d7f50bac6a
Add invitation management 2025-04-08 18:18:57 -07:00
miloschwartz
0e65f8c921
check resource id on verify access token 2025-04-06 13:08:55 -04:00
miloschwartz
6cc4bc2645
add pass access token in headers 2025-04-05 22:36:51 -04:00
miloschwartz
74d6b3d902
shorten share links and add migration 2025-04-04 22:58:01 -04:00
Owen
56e1684e2e
Update api endpoints for new association 2025-03-31 16:21:01 -04:00
miloschwartz
5e2f9e1eeb
add createNewt action and remove max orgs restriction 2025-03-26 22:20:22 -04:00
miloschwartz
fefb07e14c
move schema.ts to module 2025-03-23 17:11:48 -04:00
miloschwartz
f2a14e6a36
append timestamp to cookie name to prevent redirect loops 2025-03-21 21:38:36 -04:00
Owen
1f11a1df02
Merge branch 'main' into holepunch 2025-03-10 21:13:05 -04:00
miloschwartz
adef93623d
more visual enhancements and use expires instead of max age in cookies 2025-03-02 15:50:03 -05:00
miloschwartz
e82df67063
Merge branch 'dev' into multi-domain 2025-02-26 21:26:20 -05:00
miloschwartz
ff37e07ce6
make cookies work with multi-domain 2025-02-23 23:04:01 -05:00
miloschwartz
6e1bfdac58
add listClients endpoint 2025-02-21 15:45:34 -05:00
miloschwartz
11920ca997
add deleteClient endpoint 2025-02-21 15:26:48 -05:00
Owen
e112fcba29
Move things around; rename to olm 2025-02-21 10:13:41 -05:00
miloschwartz
41983ce356
add wg site get config and pick client defaults 2025-02-20 22:34:51 -05:00
miloschwartz
82f990eb8b
add list domains for org endpoint 2025-02-16 18:09:17 -05:00
Milo Schwartz
8dd30c88ab
fix reset password sql error 2025-02-14 13:12:29 -05:00
Milo Schwartz
19273ddbd5
use zod for rules ip validation 2025-02-12 21:52:58 -05:00
Milo Schwartz
6fba13c8d1
Merge pull request #185 from fosrl/rules
Rules
2025-02-10 21:11:57 -05:00
Owen
8f96d0795c
Add update 2025-02-08 17:10:37 -05:00
Owen
da3c8823f8
rename to resource rules and add api endpoints 2025-02-08 17:07:21 -05:00
Milo Schwartz
b1fa980f56
expand list of allowed special characters in password 2025-02-08 16:04:41 -05:00
Milo Schwartz
bb5573a8f4
allow comma in password closes #121 2025-01-31 15:03:36 -05:00
Milo Schwartz
f40d91ff9e
remove secure_cookies option from config 2025-01-30 21:53:42 -05:00
Milo Schwartz
60110350aa
use smtp user if no no-reply set 2025-01-28 21:26:34 -05:00
Milo Schwartz
9f1f2910e4
refactor auth to work cross domain and with http resources closes #100 2025-01-26 14:42:02 -05:00
Milo Schwartz
ab18e15a71
allow controlling cors from config and add cors middleware to traefik 2025-01-13 23:59:10 -05:00
Milo Schwartz
f5fda5d8ea
allow access token in resource url 2025-01-11 19:47:07 -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