mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1951
Author: @jln-brtn
Created: 12/1/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @oschwartz10612
Base:
dev← Head:dev📝 Commits (1)
46ed27aFix: Extend Basic Auth compatibility with browsers📊 Changes
31 files changed (+527 additions, -300 deletions)
View changed files
📝
messages/bg-BG.json(+2 -0)📝
messages/cs-CZ.json(+2 -0)📝
messages/de-DE.json(+2 -0)📝
messages/en-US.json(+2 -0)📝
messages/es-ES.json(+2 -0)📝
messages/fr-FR.json(+19 -17)📝
messages/it-IT.json(+2 -0)📝
messages/ko-KR.json(+2 -0)📝
messages/nb-NO.json(+2 -0)📝
messages/nl-NL.json(+2 -0)📝
messages/pl-PL.json(+2 -0)📝
messages/pt-PT.json(+2 -0)📝
messages/ru-RU.json(+2 -0)📝
messages/tr-TR.json(+2 -0)📝
messages/zh-CN.json(+2 -0)📝
server/db/pg/schema/schema.ts(+9 -0)📝
server/db/queries/verifySessionQueries.ts(+12 -2)📝
server/db/sqlite/schema/schema.ts(+122 -111)📝
server/lib/blueprints/proxyResources.ts(+52 -27)📝
server/lib/blueprints/types.ts(+2 -1)...and 11 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR is related to the issue #1698
TL;DR : The current implementation only works with clients that include the Authorization header in the first request (like curl or Postman). Web Browser and Jellyfin don't, redirecting users to the pangolin login page.
I added an extended compatibility switch. Activating this feature will force a challenge during the verification process by sending a 401 response.
How to test?
Note
This code requires a modification to Badger. It was submitted as pull request #16.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.