Julian van der Horst and Claude Opus 5
6ad09adefa
Merge upstream/dev into feature-response-headers
...
Resolve conflicts against upstream's refactors:
- server/db/sqlite/schema/schema.ts: adopt upstream's reindented
sqliteTable(name, cols, indexes) form for sites/resources, re-applying
the headers -> requestHeaders/responseHeaders split. Kept in sync with
the Postgres schema.
- server/lib/traefik/headersMiddleware.ts: extend upstream's extracted
buildCustomHeadersMiddleware helper to take requestHeaders and
responseHeaders and emit both customRequestHeaders and
customResponseHeaders.
- server/lib/traefik/getTraefikConfig.ts and
server/private/lib/traefik/getTraefikConfig.ts: keep upstream's helper
extraction and appendPathMatch refactor, dropping the superseded inline
blocks.
Also carry the feature forward onto code that moved upstream:
- The resource settings UI moved from resources/proxy/[niceId]/proxy to
resources/public/[niceId]/http, which dropped this branch's changes in
the previous merge. Re-add the request/response header inputs there and
rename the vestigial headers field on the tcp page.
- messages/da-DK.json is new upstream and still had the old customHeaders
key; rename it in line with the other locales.
Per the contributing docs, versioned migrations are intentionally omitted
so maintainers can write them at release time.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-09-01 13:40:49 +02:00
Owen
780d767a65
Merge branch 'main' into dev
2026-08-31 17:07:56 -04:00
Owen
2cc7d03ace
Update to fall back but still use cache
2026-08-31 17:02:03 -04:00
Owen Schwartz
c36cf698c1
Merge pull request #3627 from fosrl/feat/ip-filtering
...
feat: Add IP column filtering to tables
2026-08-31 16:59:34 -04:00
Shlee
34671c6b13
Update license.ts
2026-08-31 16:57:36 -04:00
Owen
a02d16fd58
Handle compression of ai session logs
2026-08-26 11:28:14 -04:00
Owen
e57826d6e0
Session logs and usage logs should use seconds not ms
2026-08-26 10:50:16 -04:00
Fred KISSIE
d00b9478a2
Merge branch 'dev' into feat/ip-filtering
2026-08-24 22:06:55 +02:00
Fred KISSIE
4ddf36ebcc
💄 some last UI fixes
2026-08-24 20:39:30 +02:00
miloschwartz
2051e5df37
fix syntax
2026-08-24 14:32:52 -04:00
Owen
9b0e049a21
Scope exit node creation to orgs
2026-08-24 10:44:54 -04:00
Fred KISSIE
28b32fe6f7
🏷️ fix types
2026-08-21 23:26:18 +02:00
Fred KISSIE
adfb6003d9
Merge branch 'dev' into feat/ip-filtering
2026-08-21 23:24:09 +02:00
Owen
19ce236262
Support AI session log streaming
2026-08-21 17:22:00 -04:00
Fred KISSIE
6a5ecab013
✨ Implement IP filtering for admin access logs
2026-08-21 22:49:45 +02:00
Owen
4229ef9173
Change log to warn
2026-08-21 14:03:36 -04:00
Owen
59f286299e
Move the request log to be public
2026-08-21 13:41:45 -04:00
Owen
442cefda84
Dont allow clients to connect to remote nodes quite yet
2026-08-21 12:25:14 -04:00
Owen
2e87927b83
Remove unused use_subdomain
2026-08-21 10:21:21 -04:00
Owen
365a905e69
Add more data to the models catalog list
2026-08-20 15:17:48 -04:00
Owen
c1caa30cb9
Move session logs to private
2026-08-19 17:25:32 -04:00
Owen
114592add8
Show a warning if the logs are disabled to reduce confusion
2026-08-19 16:16:05 -04:00
Milo Schwartz
bb824a7070
Merge pull request #3541 from fosrl/feat/test-alert-button
...
Feat: test alert rules
2026-08-19 10:33:16 -04:00
Milo Schwartz
f98de98288
Merge pull request #3527 from fosrl/feat/log-audit-fails
...
Fix: log access depends on the wrong org log retention settings field
2026-08-19 10:29:04 -04:00
Owen
7a61b182e0
Deduplicate inference resources by fullDomain to prevent duplicate routers
2026-08-17 17:13:22 -04:00
Owen
91b697b80b
Track public inference domains to avoid duplicate routers for siteResource aliases
2026-08-17 17:06:37 -04:00
Owen
7e9407fbc7
Don't generate ai resource for remote nodes
2026-08-17 15:48:32 -04:00
Owen
328a2d52da
Remove defaults from private config for legacy acme
2026-08-17 15:01:26 -04:00
Owen
555b36e13e
Fix target pulling still being private
2026-08-17 13:40:09 -04:00
Owen
749abdcb56
Fix circular import issue
2026-08-17 12:00:13 -04:00
Owen
7d6f3a2925
Refactor license key validation and recheck logic to improve error handling and maintain cache integrity
2026-08-17 12:00:13 -04:00
Owen
af515f1072
Pass 2 bring over browser resources and http resource cert gen
2026-08-17 12:00:12 -04:00
Owen
c90c67eab3
Pass 1 of pulling traefik config into functions
2026-08-17 12:00:12 -04:00
Owen
11daf4f927
Move certificates
2026-08-17 12:00:12 -04:00
Owen
58195b5959
Move the acme cert sync
2026-08-17 12:00:12 -04:00
Owen
b51aecf45a
Remove advanced resources paywall
2026-08-17 12:00:12 -04:00
Owen
32d76ee2ac
Resolve cert not generated without a provider
2026-08-14 14:27:14 -04:00
Owen
234819f8f2
Dont load private resource inference without a exit node loaded
2026-08-14 12:23:20 -04:00
Fred KISSIE
46f341f7fd
🏷️ fix types
2026-08-13 19:26:15 +02:00
Owen
7291628f86
optionally stamp ip header for downstream use
2026-08-13 09:14:37 -04:00
Owen
5fbb205044
search the right resource
2026-08-12 17:52:39 -04:00
Owen
860fa47b7c
Split out the token header into a common middleware for efficiency
2026-08-12 16:30:42 -04:00
Fred KISSIE
4b61e12ca6
♻️ trigger alert correctly
2026-08-12 18:56:56 +02:00
Fred KISSIE
c6bd657ee6
✨ send webhook action
2026-08-12 18:48:14 +02:00
miloschwartz
49020fa6ea
add virtual api key validation in verifySession
2026-08-12 10:38:26 -04:00
Owen
9369e60695
Merge branch 'dev' into aig
2026-08-12 09:19:12 -04:00
Owen
295e38d2af
Remove arbitrary max 50 limit from email whitelist
...
Fix #3568
2026-08-12 09:11:10 -04:00
Fred KISSIE
21032bc22b
✨ test alert email works
2026-08-11 22:25:26 +02:00
Fred KISSIE
899c47e9a3
🚧 write process test alert function
2026-08-11 20:52:13 +02:00
Owen
e0a66e79bb
Continue to quiet log messages
2026-08-11 14:07:33 -04:00