Original PR: https://github.com/fosrl/pangolin/pull/3003 Author: @oschwartz10612 Created: 5/5/2026 Status: ✅ Merged Merged: 5/5/2026 Merged by: @oschwartz10612
Base: main ← Head: dev
main
dev
d6abe83
2c85bcd
0655ba9
9bd3307
2154811
969db14
53c138c
91f1bae
0e7aafd
c8e7e0e
14 files changed (+141 additions, -32 deletions)
📝 server/db/sqlite/driver.ts (+63 -1) 📝 server/private/routers/ws/ws.ts (+9 -3) 📝 server/routers/ws/ws.ts (+23 -3) 📝 src/components/CertificateStatus.tsx (+8 -7) 📝 src/components/CopyToClipboard.tsx (+1 -1) 📝 src/components/IdpLoginButtons.tsx (+1 -1) 📝 src/components/InfoSection.tsx (+18 -5) 📝 src/components/LoginForm.tsx (+1 -1) 📝 src/components/MfaInputForm.tsx (+1 -1) 📝 src/components/ResetPasswordForm.tsx (+1 -1) 📝 src/components/ResourceInfoBox.tsx (+10 -4) 📝 src/components/SmartLoginForm.tsx (+1 -1) 📝 src/components/SmartLoginOrgSelector.tsx (+2 -2) 📝 src/components/ValidateOidcToken.tsx (+2 -1)
server/db/sqlite/driver.ts
server/private/routers/ws/ws.ts
server/routers/ws/ws.ts
src/components/CertificateStatus.tsx
src/components/CopyToClipboard.tsx
src/components/IdpLoginButtons.tsx
src/components/InfoSection.tsx
src/components/LoginForm.tsx
src/components/MfaInputForm.tsx
src/components/ResetPasswordForm.tsx
src/components/ResourceInfoBox.tsx
src/components/SmartLoginForm.tsx
src/components/SmartLoginOrgSelector.tsx
src/components/ValidateOidcToken.tsx
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/3003
Author: @oschwartz10612
Created: 5/5/2026
Status: ✅ Merged
Merged: 5/5/2026
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (10+)
d6abe83fix: memory improvements2c85bcdfix(db): deterministically finalize prepared statements after execution0655ba9fix: revert investigative changes, keep root cause fixes only9bd3307cleaned comments - more concise2154811removed possible introduced HA Redis bug; improved comment969db14remove delay in oidc validate53c138cuse consistent button spacing91f1baefix alignement in info sections0e7aafdMerge pull request #2998 from Josh-Voyles/mem-fix-2c8e7e0eWAL off default ENABLE_SQLITE_WAL_MODE to enable📊 Changes
14 files changed (+141 additions, -32 deletions)
View changed files
📝
server/db/sqlite/driver.ts(+63 -1)📝
server/private/routers/ws/ws.ts(+9 -3)📝
server/routers/ws/ws.ts(+23 -3)📝
src/components/CertificateStatus.tsx(+8 -7)📝
src/components/CopyToClipboard.tsx(+1 -1)📝
src/components/IdpLoginButtons.tsx(+1 -1)📝
src/components/InfoSection.tsx(+18 -5)📝
src/components/LoginForm.tsx(+1 -1)📝
src/components/MfaInputForm.tsx(+1 -1)📝
src/components/ResetPasswordForm.tsx(+1 -1)📝
src/components/ResourceInfoBox.tsx(+10 -4)📝
src/components/SmartLoginForm.tsx(+1 -1)📝
src/components/SmartLoginOrgSelector.tsx(+2 -2)📝
src/components/ValidateOidcToken.tsx(+2 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.