Fred KISSIE
61c13db090
Merge branch 'dev' into feat/resource-policies
2026-03-12 22:19:37 +01:00
Owen Schwartz
9a0a255445
Merge pull request #2524 from shreyaspapi/fix/2294-path-based-routing
...
fix: path-based routing broken due to key collisions in sanitize()
2026-03-07 21:18:59 -08:00
Fred KISSIE
f8e18de2fc
♻️ prevent deleting resource policies if they have attached resources
2026-03-07 01:12:10 +01:00
Fred KISSIE
884482ec35
♻️ delete resource policy endpoint
2026-03-06 23:57:23 +01:00
Fred KISSIE
9b43948fa4
✨ delete resource policy endpoint
2026-03-06 22:39:44 +01:00
Fred KISSIE
bcd6cd99cc
🚧 wip
2026-03-06 04:37:57 +01:00
Fred KISSIE
dfe42e9016
♻️ refactor
2026-03-06 04:03:40 +01:00
Fred KISSIE
38aa2dace8
♻️ show list of resources on policy list
2026-03-06 04:03:25 +01:00
Fred KISSIE
cd5a38b1eb
🚧 WIP: create policy form
2026-03-05 18:56:35 +01:00
Fred KISSIE
595842c2c9
✨ finish create policy endpoint
2026-03-05 18:48:33 +01:00
Fred KISSIE
82d5276ade
🚧 wip: create resource policy
2026-03-05 18:24:04 +01:00
miloschwartz
ebcef28b05
remove resend from config
2026-03-04 17:45:48 -08:00
miloschwartz
e87e12898c
remove resend
2026-03-04 17:45:22 -08:00
Fred KISSIE
42c9bda939
Merge branch 'dev' into feat/resource-policies
2026-03-04 16:46:33 +01:00
miloschwartz
4cab693cfc
openapi and swagger ui improvements and cleanup
2026-03-03 14:54:17 -08:00
miloschwartz
ed95f10fcc
openapi and swagger ui improvements and cleanup
2026-03-02 21:59:41 -08:00
Fred KISSIE
5c280b024e
✨ update policy access control
2026-03-03 01:33:37 +01:00
Fred KISSIE
4c69b7a64e
✨ update policy access control
2026-03-02 19:26:51 +01:00
Fizza-Mukhtar
e63a6e9b77
fix: treat local and wireguard sites as online for failover
2026-03-01 07:56:47 -08:00
Shreyas Papinwar
75a909784a
fix: simplify path encoding per review — inline utils, use single key scheme
...
Address PR review comments:
- Remove pathUtils.ts and move sanitize/encodePath directly into utils.ts
- Simplify dual-key approach to single key using encodePath for map keys
- Remove backward-compat logic (not needed per reviewer)
- Update tests to match simplified approach
2026-03-01 15:48:26 +05:30
Shreyas
e58f0c9f07
fix: preserve backward-compatible router names while fixing path collisions
...
Use encodePath only for internal map key grouping (collision-free) and
sanitize for Traefik-facing router/service names (unchanged for existing
users). Extract pure functions into pathUtils.ts so tests can run without
DB dependencies.
2026-03-01 15:48:26 +05:30
Shreyas
5f18c06e03
fix: use collision-free path encoding for Traefik router key generation
2026-03-01 15:48:26 +05:30
Fizza-Mukhtar
f36cf06e26
fix: fallback to local targets when newt targets are unhealthy
2026-03-01 01:43:15 -08:00
Fred KISSIE
c292578f80
Merge branch 'dev' into feat/resource-policies
2026-02-28 01:08:12 +01:00
Fred KISSIE
d6a8021613
🚧 wip: update resource policy form
2026-02-27 04:21:20 +01:00
Fred KISSIE
c5231d37f6
🚧 wip
2026-02-26 19:20:15 +01:00
Owen
e23e446476
Fix rule violations of dynamic import
2026-02-25 16:35:57 -08:00
Owen
75f34ff127
Stub cache
2026-02-25 16:17:06 -08:00
Owen
c9586b4d93
Remove postgres logs from private config file
2026-02-25 16:09:26 -08:00
Owen
52937a6d90
Make sshCA GA
2026-02-25 16:04:47 -08:00
Owen
c3847e6001
Prefix usernames
2026-02-25 15:36:22 -08:00
Owen
5cf13a963d
Add missing saving username
2026-02-25 15:30:34 -08:00
Owen
959f68b520
Restrict cidr resource
2026-02-25 14:43:47 -08:00
Fred KISSIE
4d803a40c9
🚧 wip
2026-02-25 06:00:19 +01:00
Owen
f50d1549b0
Update cache to use redis
2026-02-24 19:50:42 -08:00
Owen
d6fe04ec4e
Fix orgid issue when regen credentials
2026-02-24 14:26:10 -08:00
Owen
b8a364af6a
Fix log query
2026-02-23 22:01:11 -08:00
Fred KISSIE
1d709b551a
✨ create policy endpoitn
2026-02-24 06:31:43 +01:00
Fred KISSIE
335411de4c
♻️ create table for resource policies associations with users
2026-02-24 03:05:51 +01:00
Owen
5ef808d4a2
Merge branch 'main' into logs-database
2026-02-23 16:39:39 -08:00
Owen
cf97b6df9c
Handle billing bad subs, remove exit node name from lock, prevent some
...
stuff on saas
2026-02-22 20:45:53 -08:00
Owen
6d9b129ac9
Merge branch 'main' into k8s
2026-02-22 17:28:09 -08:00
Owen Schwartz
63694032e8
Merge pull request #2511 from fosrl/dev
...
1.15.4-s.4
2026-02-20 20:45:23 -08:00
miloschwartz
d6ba34aeea
set auth daemon type on resource
2026-02-20 17:33:21 -08:00
Owen
b622aca221
Try to route logs requests to a different database
2026-02-20 17:20:01 -08:00
Owen
b786497299
Working on k8s
2026-02-19 17:55:49 -08:00
miloschwartz
7a01a4e090
ssh settings on a role
2026-02-19 17:53:11 -08:00
Fred KISSIE
267b40b73c
🚧 wip
2026-02-19 05:27:05 +01:00
Owen
874794c996
Clean email
2026-02-18 14:07:50 -08:00
Owen
5987f6b2cd
Allow enterprise
2026-02-17 21:55:57 -08:00