NHClaessens
b84a7996a9
Adjust validation to allow creation with (optional) path
2026-05-28 20:15:22 -07:00
Owen
2f124bffc4
Merge branch 'main' into dev
2026-05-28 17:46:42 -07:00
Owen Schwartz
c74b423bae
Merge pull request #3119 from Adityakk9031/#3086
...
Sort resource filter options in audit logs
2026-05-28 15:50:27 -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
073dc34522
Merge branch 'rdp-ssh' into dev
2026-05-28 13:59:14 -07:00
Owen
e2f2608358
Merge branch 'main' into dev
2026-05-28 13:56:08 -07:00
Owen Schwartz
957e7ba127
Merge pull request #3175 from shleeable/patch-4
...
Fix: OLM token rate limit uses wrong field name
2026-05-28 12:13:04 -07:00
Owen Schwartz
def710cba8
Merge pull request #3176 from shleeable/patch-5
...
Fix: Update external.ts windowMs rate limit for milliseconds
2026-05-28 12:12:39 -07:00
Owen Schwartz
2946df3b8e
Merge pull request #3085 from marcschaeferger-org/security-updates
...
Normalize request parameters and update dependencies for Security
2026-05-28 11:54:23 -07:00
Shlee
a79d0f1677
Update external.ts
2026-05-28 15:45:06 +09:30
Shlee
bfd7a7f561
Update external.ts
2026-05-28 15:31:45 +09:30
Owen Schwartz
ddb132f9fa
Merge pull request #3085 from marcschaeferger-org/security-updates
...
Normalize request parameters and update dependencies for Security
2026-05-27 21:37:50 -07:00
Owen
64c901d91f
Properly lock the ip selection through writes to db
2026-05-27 21:08:45 -07:00
Owen
0ff0e83c9f
Complete removal of http and protocol from public
2026-05-27 17:19: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
Owen
cb90672573
Trying to get these forms to work
2026-05-26 21:20:34 -07:00
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
0d4bb65a92
Adjusting the create ui
2026-05-26 16:10:06 -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
Fred KISSIE
91883397e6
✨ label filter column
2026-05-26 22:45:41 +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
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
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
834672c846
Improve delete function speed & order of ops
2026-05-21 12:05:16 -07:00
Owen
87bcd8ec1b
Merge branch 'main' into dev
2026-05-20 15:59:01 -07:00
Owen
2704202ba9
Add button to rebuid cache
2026-05-20 12:08:20 -07:00
Owen
1a0db10b1a
Verify button to verify cache
2026-05-20 11:15:15 -07:00
Aditya kumar singh
73e9e830c3
Sort resource filter options in audit logs
2026-05-20 11:13:50 +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
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
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
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