NHClaessens
db5d1d4a16
Update postgres schema
2026-05-28 20:20:34 -07:00
Owen
a9b0bd8b47
Alter schema + add form field
2026-05-28 20:15:13 -07:00
Owen
f8a757c55f
Merge branch 'resource-policies' into dev
2026-05-28 15:30:16 -07:00
Owen
6aea3f1643
Merge branch 'auto-update' into dev
2026-05-28 13:59:34 -07:00
Owen
06cc13c637
Moving to mode replacing http and protocol fields
2026-05-27 12:04:00 -07:00
Owen
464d4990df
Fix cascading errors
2026-05-27 11:34:34 -07:00
Owen
cb90672573
Trying to get these forms to work
2026-05-26 21:20:34 -07:00
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
6d4afd0953
Control updates from the ui
2026-05-21 15:43:31 -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
Owen
e9df995e76
Merge branch 'dev' into resource-policies
2026-05-12 21:12:40 -07: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
f4602a120e
Merge branch 'dev' into resource-policies
2026-05-04 17:57:09 -07:00
Owen
c8e7e0ee1e
WAL off default ENABLE_SQLITE_WAL_MODE to enable
2026-05-04 17:54:28 -07:00
Owen
f81f78f294
Merge branch 'dev' into resource-policies
2026-05-04 17:41:49 -07:00
Owen
6cab223f12
Adjust verify session queries to use policies
2026-05-04 17:30:10 -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
660197eef1
Merge branch 'feat/resource-policies' into resource-policies
2026-05-04 14:40:44 -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