Sync from upstream (15 commits, 6 files changed)#363
Merged
holta merged 15 commits intoiiab:masterfrom Feb 25, 2026
Merged
Conversation
- 【style】 constrain add-to-shelves dropdown height and enable scroll - 【style】 prevent overly tall menus from overflowing the page
- 【style】 constrain add-to-shelves dropdown height and enable scroll - 【style】 prevent overly tall menus from overflowing the page
regex should not impose a space after "l'" otherwise detection for "L'arbre" fails.
…in init response The HandleInitRequest() function rewrites image URLs to point to the local Calibre-Web instance, but library_sync was left pointing to storeapi.kobo.com. This caused Kobo e-readers to call Kobo's servers for sync instead of the local server, resulting in no books being synced when running behind a reverse proxy.
…nstead of truthiness
…lves-dropdown-menu'
request_username() is used as flask-limiter's key_func for the OPDS blueprint. The limiter evaluates key_func in a before_request handler, before the route's auth decorator runs. When no Authorization header is present, request.authorization is None, causing an AttributeError and a 500 response instead of the expected 401. Guard against None so unauthenticated requests fall back to an empty string key, allowing the auth decorator to handle the 401 correctly. Fixes #3592 Disclaimer: AI assisted—humans supervised.
…ds-500-unauthenticated-request'
chapmanjacobd
approved these changes
Feb 25, 2026
Member
Author
|
I've gambled again, merging experimentally. As the "test install" CI is not indicative when the PR is coming from upstream. (Hopefully in future we can refine that, so that the CI does a provisional merge of the upstream branch into IIAB Calibre-Web's latest master/main branch, before running test install!?) cc: @Akatama |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks @deldesir and @chapmanjacobd if you can take a quick look reviewing!