Owen
|
987b5d580e
|
Sure up some things with browserAccessType
|
2026-05-15 17:26:58 -07:00 |
|
Owen
|
cb75ffc3b7
|
Adjust page to be editable
|
2026-05-15 16:46:43 -07:00 |
|
Owen
|
75b5afd544
|
Add crud for browser targets
|
2026-05-15 14:09:33 -07:00 |
|
Owen
|
4c8f0cc9ec
|
Pull in the destination from the api
|
2026-05-15 11:48:13 -07:00 |
|
Owen
|
e822b681cd
|
Merge branch 'dev' into rdp-ssh
|
2026-05-15 11:18:31 -07:00 |
|
Owen
|
6e4a28f227
|
Add site information as well
|
2026-05-14 18:02:42 -07:00 |
|
Owen
|
d58b96f4b1
|
Add port and icmp information to api endpoint
|
2026-05-14 17:39:22 -07:00 |
|
Owen
|
6422208f69
|
Optimize get all relays
|
2026-05-14 16:59:15 -07:00 |
|
Owen
|
c3ebc423b5
|
Each node should only update its own sites
|
2026-05-14 16:51:09 -07:00 |
|
Owen
|
78ad2d17c7
|
Optimize building aliases in jit mode
|
2026-05-14 12:25:05 -07:00 |
|
Owen
|
5a8de8210b
|
Further optimizations
|
2026-05-14 11:59:59 -07:00 |
|
Owen
|
0e0666cacf
|
Optimize this
|
2026-05-14 11:34:09 -07:00 |
|
Owen
|
e1583a58aa
|
USe right table
|
2026-05-14 11:33:42 -07:00 |
|
Owen
|
7d922ac95f
|
Add internal api get for proxy information
|
2026-05-13 21:54:58 -07:00 |
|
Owen
|
de70d72e0d
|
Add gateway endpoints into the traefik config
|
2026-05-13 17:33:16 -07:00 |
|
Owen
|
92a06e0ea3
|
Handle jit mode with syncs
|
2026-05-13 14:00:43 -07:00 |
|
Owen
|
c16d2ff2ed
|
Fix log message
|
2026-05-13 13:52:35 -07:00 |
|
Owen
|
4e07e9c52c
|
Working on new target type
|
2026-05-13 11:56:23 -07:00 |
|
miloschwartz
|
9fb677e952
|
allow editing self and owner user roles
|
2026-05-08 17:48:43 -07:00 |
|
Owen
|
114486608e
|
Add client endpoint to network log
|
2026-05-08 17:04:58 -07:00 |
|
Owen
|
5b8994d143
|
Cange to use primaryDb
|
2026-05-07 20:07:06 -07:00 |
|
Owen
|
4eb49e3e60
|
Make the rebuild long running function background
|
2026-05-07 15:40:34 -07:00 |
|
Owen
|
8ed01372b8
|
Add org to logs
|
2026-05-07 15:14:44 -07:00 |
|
Owen
|
adf4a1ffda
|
Link to http private resources
|
2026-05-06 11:03:38 -07:00 |
|
Owen
|
7d67fb9984
|
Make sure the domain is defined on a http resource
|
2026-05-05 20:07:06 -07:00 |
|
miloschwartz
|
2ecf076c0f
|
don't await second calculate func
|
2026-05-05 12:37:52 -07:00 |
|
miloschwartz
|
e06dda27cb
|
dont wait rebuild
|
2026-05-05 12:10:55 -07:00 |
|
miloschwartz
|
18f6e0f75d
|
add subscribed check back
|
2026-05-05 11:52:31 -07:00 |
|
Owen Schwartz
|
0e7aafd364
|
Merge pull request #2998 from Josh-Voyles/mem-fix-2
fix: deterministically finalize SQLite prepared statements to prevent native memory leak (#2120)
|
2026-05-04 17:29:45 -07:00 |
|
Owen
|
d724f5bb5d
|
Add missing redirects and threshold to api
Fixes #2987
|
2026-05-04 10:46:11 -07:00 |
|
Owen
|
bcd164219f
|
Try to speed up
|
2026-05-03 12:29:48 -07:00 |
|
Mustafa
|
b2c8311b26
|
Merge branch 'fosrl:dev' into dev
|
2026-05-03 18:53:48 +02:00 |
|
Josh Voyles
|
9bd33072f4
|
cleaned comments - more concise
|
2026-05-03 00:00:11 -04:00 |
|
miloschwartz
|
3694f43ae8
|
dont early return on multi org
|
2026-05-02 20:38:14 -07:00 |
|
Owen
|
b8822b4d25
|
Fix CE not processing alert status
Fixes #2968
|
2026-05-02 13:38:05 -07:00 |
|
Josh Voyles
|
0655ba9423
|
fix: revert investigative changes, keep root cause fixes only
Reverts diagnostic instrumentation and defensive hardening added during
memory leak investigation. Only root cause fixes survive.
Root causes fixed:
- SQLite driver: auto-finalize wrapper + PRAGMAs
- WS routers: delete clientConfigVersions on disconnect (unbounded Map leak)
- WS private router: same + Redis key cleanup
Reverted:
- Memory monitor, rate limiting, request timeouts (diagnostic/hardening)
- shutdownAuditLogger wiring, audit re-queue change, debug logs (cleanup/secondary)
- package-lock.json drift
|
2026-05-02 16:33:13 -04:00 |
|
Owen
|
e1afbc226c
|
Allow configuring the webhook body
|
2026-05-02 13:26:54 -07:00 |
|
Owen
|
726e000154
|
Show remote nodes update in table
|
2026-05-02 11:55:01 -07:00 |
|
Josh Voyles
|
d6abe83fdc
|
fix: memory improvements
- SQLite: enable WAL mode and PRAGMA performance settings
- ws.ts (public + private): fix clientConfigVersions memory leak
- internal server: add rate limiting and request timeouts
- audit log: fix flush re-queue feedback loop
- memory: add monitoring instrumentation
- security: remove debug log of full request body
|
2026-05-02 07:37:18 -04:00 |
|
miloschwartz
|
9757c3d8b6
|
show newt version on site
|
2026-05-01 16:26:45 -07:00 |
|
Owen
|
53e096f7cb
|
Allow deleting account with trial
|
2026-05-01 15:01:48 -07:00 |
|
Owen
|
54d2d689c1
|
Run messaging for delete in the background as well
|
2026-04-30 14:38:03 -07:00 |
|
Owen
|
68f5512732
|
Handle messaging in the background; dont time out
|
2026-04-30 14:00:32 -07:00 |
|
miloschwartz
|
a029b107ae
|
dont show site online status for local sites
|
2026-04-29 12:35:08 -07:00 |
|
Owen
|
8c645315f3
|
Handle when siteIds is not provided
|
2026-04-29 10:59:36 -07:00 |
|
Owen
|
1d0a92c83e
|
Its in the transaction so we wait
|
2026-04-28 22:22:06 -07:00 |
|
Owen
|
a44100c2bd
|
Handle deleting client and orphaning resources
|
2026-04-28 22:19:22 -07:00 |
|
miloschwartz
|
2203ebf723
|
show user idp in devices
|
2026-04-28 21:27:11 -07:00 |
|
Owen
|
7e374baee9
|
Update if the ssl toggle changes
|
2026-04-28 20:45:20 -07:00 |
|
Owen
|
4cf6ca1d55
|
Force tcp and udp ports when http mode
|
2026-04-28 20:27:27 -07:00 |
|