Owen
64c901d91f
Properly lock the ip selection through writes to db
2026-05-27 21:08:45 -07:00
Owen
cd9e56fdb7
Make the destination optional
2026-05-27 17:52:04 -07:00
Owen
1b6b112e92
Add auth daemon to blueprints
2026-05-27 17:29:19 -07:00
Owen
0ff0e83c9f
Complete removal of http and protocol from public
2026-05-27 17:19:04 -07:00
Owen
6d491b7bb9
Cache wildcard certs for easy lookup
2026-05-27 14:58:36 -07:00
miloschwartz
cdc50ed47a
remove shadow from labels
2026-05-27 14:23:04 -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
miloschwartz
e2441ce284
adjust label overflow
2026-05-26 23:59:49 -07:00
miloschwartz
0b6a3234a5
auto close labels dropdown on select but not on checkbox
2026-05-26 22:47:05 -07:00
miloschwartz
ae8599c723
dont close label filter after select
2026-05-26 22:30:55 -07:00
miloschwartz
938e9b0d49
more ui/ux enhancements around labels and tables
2026-05-26 22:26:54 -07:00
miloschwartz
05e4ad3200
minor visual adjustments to tags
2026-05-26 21:34:15 -07:00
Owen
cb90672573
Trying to get these forms to work
2026-05-26 21:20:34 -07:00
Milo Schwartz
9eb55ba68c
Merge pull request #3130 from Fredkiss3/feat/filter-on-label-column
...
feat: add label filter column to sites, resource & client tables
2026-05-26 21:01:22 -07:00
Owen
e19b6ebc82
Hide the destination and the alias
2026-05-26 20:38:04 -07:00
Owen
5a6de12f74
Revert to the mode on top and make it 2 x 2
2026-05-26 20:30:33 -07:00
Owen
6e6c91a27c
Move site down
2026-05-26 20:16:54 -07:00
Shlee
cf12ab1ac3
Update main.go
2026-05-27 12:12:48 +09:30
Owen
aa7004b2ff
Add new ssh config for private resources
2026-05-26 17:50:46 -07:00
Owen
eca87b66f0
Use the create api
2026-05-26 17:11:45 -07:00
Owen
cc8c89eeae
Cleaning up some react
2026-05-26 16:53:22 -07:00
Fred KISSIE
6d14a4df49
💄 fix blueprint toast color
2026-05-27 01:36:45 +02:00
Owen
6ea4aa1920
Suppoter key
2026-05-26 16:35:28 -07:00
Owen
f12451b8f9
Consolidate target components
2026-05-26 16:33:54 -07:00
Owen
0d4bb65a92
Adjusting the create ui
2026-05-26 16:10:06 -07:00
Owen
d47ad9ac40
Fix height problem
2026-05-26 16:08:52 -07:00
Fred KISSIE
94949aa3fd
♻️ fix search params on other tables too
2026-05-27 00:44:18 +02:00
Fred KISSIE
df098f55ba
♻️ pass default user search params query to user devices table
2026-05-27 00:23:48 +02:00
Owen
f81ae24ba7
Clean up the ui a bit
2026-05-26 15:05:30 -07:00
Fred KISSIE
facbb8f0a4
✨ label filter column on the clients table
2026-05-26 23:46:56 +02:00
Fred KISSIE
36fbd8818c
✨ label filter column for private resources
2026-05-26 23:36:07 +02:00
Owen
df1e28aabd
Pass one on the new create screen
2026-05-26 14:29:13 -07:00
Fred KISSIE
91883397e6
✨ label filter column
2026-05-26 22:45:41 +02:00
Fred KISSIE
fd1813f3a7
Merge branch 'dev' into feat/filter-on-label-column
2026-05-26 22:26:18 +02:00
Owen Schwartz
ddabfb5ca1
Merge pull request #3154 from RitwijParmar/codex/pangolin-refresh-live-log-window
...
fix(logs): refresh default end time
2026-05-26 11:52:10 -07:00
Owen Schwartz
ec0666a612
Merge pull request #3151 from shleeable/patch-1
...
Installer: Handle both Maxmind Country and ASN databases.
2026-05-26 09:50:08 -07:00
Shlee
bbf42c5802
Update main.go
2026-05-26 17:14:06 +09:30
Ritwij Aryan Parmar
6aa1d3b094
fix(logs): refresh default end time
2026-05-26 01:26:53 -04:00
miloschwartz
0d820df797
add ce or ee to issue template
2026-05-25 21:40:02 -07:00
Shlee
f1ec1a2fb1
Update docker-compose.yml
2026-05-26 13:49:06 +09:30
Shlee
32fcf90467
Update docker-compose.yml
2026-05-26 13:48:00 +09:30
Shlee
5a53f88fd6
Update main.go
2026-05-26 13:37:28 +09:30
Shlee
51971c7ef2
Update config.yml
2026-05-26 13:36:01 +09:30
Shlee
491096109a
Update main.go
2026-05-26 13:31:07 +09:30
Shlee
802a41b1bd
Update main.go
2026-05-26 13:25:53 +09:30
Shlee
f59fbabede
Update main.go
2026-05-26 13:12:48 +09:30
Shlee
5a7d54058e
Update main.go
2026-05-26 13:06:35 +09:30
Owen Schwartz
5ef4490692
Merge pull request #3148 from bishnubista/fix-audit-log-replica-routing
...
fix(audit-logs): route request audit log reads through logsDb
2026-05-25 12:02:24 -07:00
bishnubista
817e848d08
fix(audit-logs): route request audit log reads through logsDb
...
Route the read paths in queryRequestAuditLog.ts and
queryRequestAnalytics.ts through `logsDb` instead of
`primaryLogsDb`, matching the existing private audit log routes
(queryActionAuditLog, queryAccessAuditLog, queryConnectionAuditLog
all already use `logsDb`). In PostgreSQL deployments configured
with a read replica via `withReplicas` (see server/db/pg/logsDriver.ts),
this keeps high-volume audit log reads off the primary. No-op
in OSS-SQLite where `logsDb === primaryDb`.
Investigated rewriting `queryUniqueFilterAttributes` per the
in-line TODO ("SOMEONE PLEASE OPTIMIZE THIS!!!!!"). A candidate
rewrite using UNION ALL with six GROUP BY...LIMIT 500 arms
benchmarked 48-61% slower than the current SELECT DISTINCT
LIMIT 501 approach on SQLite (100k/300k/1M rows, 20 runs each):
each grouped arm materializes a temp B-tree before applying LIMIT,
while DISTINCT short-circuits via hash dedup with early exit.
A materialized facets table is likely the right long-term fix,
not a query-shape rewrite.
2026-05-25 10:37:47 -07:00