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
dependabot[bot]
166c8326c5
Bump actions/stale from 10.2.0 to 10.3.0
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](b5d41d4e1d...eb5cf3af3a )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 01:52:46 +00:00
dependabot[bot]
673f1e93f4
Bump docker/login-action from 4.1.0 to 4.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](4907a6ddec...650006c6eb )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-25 01:52:42 +00:00
Owen
4c1e1daf07
All page types are there and look mostly correct
2026-05-22 17:37:37 -07:00
Owen
7c54df7ed1
Rework page to be functional
2026-05-22 16:09:02 -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
fe67e8e384
Clean up types
2026-05-22 12:12:46 -07:00
Owen
715b957660
Support not push ssh method
2026-05-22 11:19:35 -07:00
Owen
f1e4bf8d36
Add hint about invoices for the license key
2026-05-22 10:30:41 -07:00
Fred KISSIE
76aea311a4
✨ add label filter column to sitesTable
2026-05-22 04:07:49 +02:00
Owen
3539b9ddb4
Working
2026-05-21 17:30:06 -07:00
Owen Schwartz
1a3cf2094b
Merge pull request #3117 from Fredkiss3/refactor/loading-animation-on-request-logs
...
feat: Show a loading animation on http request logs table
2026-05-21 17:28:20 -07:00
Owen
4530aac4f3
Update setting is working
...
Adjust the ui
Adjust description
2026-05-21 16:34:32 -07:00
Fred KISSIE
09cb20a084
push
2026-05-22 00:44:29 +02:00
Owen
6d4afd0953
Control updates from the ui
2026-05-21 15:43:31 -07:00
Owen
d1fb2e19d3
Fix cache import to be dynamic
2026-05-21 14:43:50 -07:00
Owen
dee0ca6864
Add permissions check, shasum check, & build info
2026-05-21 14:34:16 -07:00
Fred KISSIE
2934bbdd20
♻️ use react query for network logs
2026-05-21 23:27:02 +02:00
Fred KISSIE
2b46e8eaba
♻️ use useQuery for network action logs
2026-05-21 23:23:49 +02:00