| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| channels | ||
| chat | ||
| dashboard | ||
| errors | ||
| keys | ||
| models | ||
| playground | ||
| profile | ||
| redemption-codes | ||
| subscriptions | ||
| system-info | ||
| system-settings | ||
| task-plugins | ||
| usage-logs | ||
| users | ||
| wallet | ||
| chat2link.tsx | ||
| route.tsx |
* fix: reduce public bootstrap requests and revalidate content * fix(controller): use a weak ETag for revalidated public JSON /api is gzip-compressed by middleware that runs after the handler returns, and the validator is computed over the uncompressed body. The compressed and identity forms of one payload therefore share a validator, which a strong ETag must not do -- it asserts byte-for-byte equality across representations (RFC 9110 8.8.1). Serve W/ instead. Weak comparison ignores W/ on both operands, so etagMatches now strips it from the served validator as well as from each candidate. Stripping only the candidate would make a weak served validator match nothing and silently disable every 304. Vary: Accept-Encoding stays. Weakening the validator makes revalidation correct, but it does not separate the two encodings in a shared cache. * fix(test): align response cookie helper name * fix(auth): revalidate stale route sessions * Update web/src/features/about/api.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * test: remove newly added PR tests --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| channels | Loading commit data... | |
| chat | Loading commit data... | |
| dashboard | Loading commit data... | |
| errors | Loading commit data... | |
| keys | Loading commit data... | |
| models | Loading commit data... | |
| playground | Loading commit data... | |
| profile | Loading commit data... | |
| redemption-codes | Loading commit data... | |
| subscriptions | Loading commit data... | |
| system-info | Loading commit data... | |
| system-settings | Loading commit data... | |
| task-plugins | Loading commit data... | |
| usage-logs | Loading commit data... | |
| users | Loading commit data... | |
| wallet | Loading commit data... | |
| chat2link.tsx | Loading commit data... | |
| route.tsx | Loading commit data... |