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
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
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
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
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
Owen
ed73d089d0
Auto update newt
2026-05-21 14:13:32 -07:00
Owen
3b89104a59
Add regional redis cache
2026-05-21 14:07:09 -07:00
Owen
834672c846
Improve delete function speed & order of ops
2026-05-21 12:05:16 -07:00
Owen Schwartz
b8180d848a
Merge pull request #3118 from Adityakk9031/#3105
...
Fix public resource health with unknown WireGuard targets
2026-05-20 16:20:25 -07:00
Owen
6337cf4359
Fix #3104
2026-05-20 16:14:47 -07:00
Owen
87bcd8ec1b
Merge branch 'main' into dev
2026-05-20 15:59:01 -07:00
Owen
d65128671c
Fix logo url
2026-05-20 14:18:55 -07:00
Owen
2704202ba9
Add button to rebuid cache
2026-05-20 12:08:20 -07:00
Owen
1442faa740
Prevent concurrent rebuilds
2026-05-20 11:46:59 -07:00
Owen
6aa589e612
Block adds to clients in jit mode
2026-05-20 11:35:15 -07:00
Owen
4b1a8e14c4
Put long running into the background to end transaction
2026-05-20 11:18:47 -07:00
Owen
1a0db10b1a
Verify button to verify cache
2026-05-20 11:15:15 -07:00
Owen
b7634086db
Just accept any url for now
2026-05-20 10:47:37 -07:00
Aditya kumar singh
73e9e830c3
Sort resource filter options in audit logs
2026-05-20 11:13:50 +05:30
Aditya kumar singh
a6469e67a8
Fix public resource health with unknown WireGuard targets
2026-05-20 09:05:05 +05:30
Owen
23ca3efbf4
Merge branch 'dev' into rdp-ssh
2026-05-19 20:12:05 -07:00
Owen Schwartz
e88e262abe
Merge pull request #3004 from Fredkiss3/feat/labels-on-sites-and-resources
...
feat: site & resource labels
2026-05-19 20:03:22 -07:00
Owen
832d45e32b
Move pages back
2026-05-19 20:02:27 -07:00
Owen
69e3ac3cd4
Move login page locations
2026-05-19 20:02:27 -07:00
Owen
5d8486dd7f
Sure up some things with browserAccessType
2026-05-19 20:02:27 -07:00
Owen
3c25932787
Adjust page to be editable
2026-05-19 20:02:27 -07:00
Owen
0938997548
Add crud for browser targets
2026-05-19 20:02:27 -07:00
Owen
6010515da0
Pull in the destination from the api
2026-05-19 20:02:26 -07:00
Owen
868bcd8e34
USe right table
2026-05-19 20:02:26 -07:00
Owen
20c4904965
Add internal api get for proxy information
2026-05-19 20:02:26 -07:00
Owen
d2423919e9
Add favicon passthrough
2026-05-19 20:02:26 -07:00
Owen
2250fcd177
Serve the resource from the right place
2026-05-19 20:02:26 -07:00
Owen
2a33256d17
Add gateway endpoints into the traefik config
2026-05-19 20:02:26 -07:00
Owen
117aa750f8
Working on new target type
2026-05-19 20:02:26 -07:00
Owen
15f161274f
Add browserGatewayTarget table
2026-05-19 20:02:26 -07:00
Owen
08a08e73b3
derived only from roles that the user holds AND are assigned to the target resource
2026-05-19 10:53:54 -07:00
copilot-swe-agent[bot]
81ed391efb
Remove obsolete stoi import from blueprint OpenAPI route
...
Agent-Logs-Url: https://github.com/fosrl/pangolin/sessions/7b395a8e-7fae-4f4d-952e-4030fea08262
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com >
2026-05-17 21:30:23 +00:00
copilot-swe-agent[bot]
f3bee70c23
Reformat generated OpenAPI response schemas for readability
...
Agent-Logs-Url: https://github.com/fosrl/pangolin/sessions/7b395a8e-7fae-4f4d-952e-4030fea08262
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com >
2026-05-17 21:28:39 +00:00
copilot-swe-agent[bot]
15a9eb28d9
Add concrete OpenAPI data schemas for selected routes
...
Agent-Logs-Url: https://github.com/fosrl/pangolin/sessions/7b395a8e-7fae-4f4d-952e-4030fea08262
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com >
2026-05-17 21:25:53 +00:00
copilot-swe-agent[bot]
a0a093ed0b
Document all registerPath responses and normalize OpenAPI parser schemas
...
Agent-Logs-Url: https://github.com/fosrl/pangolin/sessions/73990123-9c27-444b-bc6e-77e890a0d57c
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com >
2026-05-17 06:43:10 +00:00
copilot-swe-agent[bot]
9cec711427
Fix custom parser OpenAPI types and add structured default response schema
...
Agent-Logs-Url: https://github.com/fosrl/pangolin/sessions/73990123-9c27-444b-bc6e-77e890a0d57c
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com >
2026-05-17 06:38:44 +00:00
Marc Schäfer
18d380ce30
fix(security): normalize request parameters and update dependencies
...
Signed-off-by: Marc Schäfer <git@marcschaeferger.de >
2026-05-15 18:35:58 +00: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