Owen
9d77fcc457
Make the first ssh page and conditional http page
2026-05-22 15:12:37 -07:00
Owen
454449ec8a
Add support for push pam users
2026-05-22 12:12:55 -07:00
Owen
715b957660
Support not push ssh method
2026-05-22 11:19:35 -07:00
Owen
23ca3efbf4
Merge branch 'dev' into rdp-ssh
2026-05-19 20:12:05 -07:00
Owen
5d8486dd7f
Sure up some things with browserAccessType
2026-05-19 20:02:27 -07:00
Owen
0938997548
Add crud for browser targets
2026-05-19 20:02:27 -07:00
Owen
15f161274f
Add browserGatewayTarget table
2026-05-19 20:02:26 -07:00
Fred KISSIE
5b50024712
Merge branch 'dev' into feat/labels-on-sites-and-resources
2026-05-14 18:15:14 +02:00
Fred KISSIE
ce746a2a21
✨ Handle labels for machine clients
2026-05-12 22:32:56 +02:00
Fred KISSIE
91e8a13e59
🗃️ Add site resource labels schema
2026-05-12 17:55:56 +02:00
Fred KISSIE
a0759a79a1
🗃️ add unique indexes to site & resource labels in sqlite
2026-05-11 18:28:40 +02:00
Fred KISSIE
b9ab35a05b
🐛 handle idempotency when adding/removing labels from sites/resources
2026-05-11 16:57:53 +02:00
Owen
27d230647f
Merge branch 's3' into dev
2026-05-08 17:05:39 -07:00
Owen
114486608e
Add client endpoint to network log
2026-05-08 17:04:58 -07:00
Owen
10fa9274d0
Add streaming errors for debug
2026-05-08 16:27:40 -07:00
Fred KISSIE
39b09b7f3f
Merge branch 'dev' into feat/labels-on-sites-and-resources
2026-05-08 18:21:46 +02:00
Owen
c46ef2fe9c
Fix ts type issue
2026-05-07 20:03:48 -07:00
Fred KISSIE
09baf2f32e
🗃️ add sqlite table for labels
2026-05-05 21:08:22 +02:00
Fred KISSIE
3253d60900
🚧 Add CRUD endpoints and tables for labels
2026-05-05 20:53:16 +02:00
Owen
c8e7e0ee1e
WAL off default ENABLE_SQLITE_WAL_MODE to enable
2026-05-04 17:54:28 -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
Josh Voyles
2154811ffb
removed possible introduced HA Redis bug; improved comment
2026-05-03 09:39:27 -04:00
Josh Voyles
9bd33072f4
cleaned comments - more concise
2026-05-03 00:00:11 -04:00
Josh Voyles
2c85bcd06b
fix(db): deterministically finalize prepared statements after execution
...
Wrap Statement .all()/.get()/.run() via autoFinalizeStatement() with
try/finally calling stmt.finalize() post-execution, releasing native
sqlite3_stmt memory immediately instead of waiting for GC.
Safe because:
- Drizzle one-time queries invoke each statement once only
- Drizzle does not access statement after .all()/.get()/.run() returns
- Migration scripts use isolated new Database() instances (unpatched)
- No app code holds persistent .prepare() refs on main db
2026-05-02 15:50:54 -04:00
miloschwartz
de92a28435
update mac models
2026-05-02 12:09:55 -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
Owen
93b09de425
Adjust cloud api endpoints
2026-04-29 21:04:11 -07:00
Owen
f89b0a17ac
Set the default to unknown
2026-04-27 17:15:44 -07:00
Owen
82212af643
Add resource degraded
2026-04-25 15:34:04 -07:00
Owen
5e293e8364
Handle getting resources
2026-04-23 17:14:05 -07:00
Owen
fa117198a0
Pass one at getting it into the db
2026-04-23 14:05:08 -07:00
Owen
dcbd22b4ad
Handle all of the alerting from the functions
2026-04-22 18:13:15 -07:00
Owen
1a0bde2ee9
Merge branch 'alerting-rules' into trial
2026-04-21 14:57:25 -07:00
Owen
b1293e6f56
Add siteId to api
2026-04-21 14:12:05 -07:00
Owen
725603101b
Support the all types in the schema and engine
2026-04-20 21:00:28 -07:00
Owen
f38069623b
Add resource
2026-04-20 17:48:44 -07:00
Owen
0a70896080
Add toggle types
2026-04-20 17:37:01 -07:00
Owen
5a09062070
roleIds are numbers
2026-04-20 17:19:44 -07:00
Owen
55989c2019
Add trial system
2026-04-18 13:40:50 -07:00
Owen
f932cc7aca
Fix status history and show on the health check
2026-04-16 20:55:21 -07:00
Owen
c1782a2650
Add uptime tracking
2026-04-16 18:25:25 -07:00
Owen
d6c15c8b81
Add resource column to hc and remove —
2026-04-16 17:42:30 -07:00
Owen
1a1d1cfb83
Not null removed
2026-04-15 20:40:23 -07:00
Owen
a04e2a5e00
Transititioning the hc table and firing the alerts
2026-04-15 17:46:04 -07:00
Owen
ad15b7c3c6
Add new intervals and tcp mode to health checks
2026-04-15 16:31:15 -07:00
Owen
3c6775992d
Merge branch 'private-http-ha' into alerting-rules
2026-04-15 14:59:50 -07:00
Owen
bf64e226d3
Many to one on sites and health checks
2026-04-15 14:58:33 -07:00
Owen
7d50703c26
First pass
2026-04-14 21:58:36 -07:00
Owen
33182bcf85
Add init alert schema
2026-04-14 21:43:16 -07:00
Owen
af709331fb
Add missing DnsRecords type
2026-04-14 19:46:25 -07:00