add Basic Authentication for OPDS catalog#1637
Conversation
use coroutine to support ad-hoc callback in login button so that when the username/password is incorrect it will retry automatically currently tested with COPS on apache This should fix #1001.
a38d82d to
b0df6d5
Compare
|
"All checks have failed" and all the little red "x"s, does that mean the code won't be added or won't work? Is it just a warning for something you are aware of and safely discount? I've been seeing this a lot lately. |
|
What you see under details is more important. There's one check in the unit tests that's currently not working out and needs to be updated, perhaps because of this change. It's to help against inadvertently breaking something. |
add Basic Authentication for OPDS catalog
|
@Frenzie The failed test in for i = 1, 5, 1 do
rolling:gotoPage(i)
local words = search:searchFromStart("Verona")
assert(words == nil)
end
which tests full text search from the beginning of a book to current page for EPUB format. So it's definitely cannot be affected by koreader/koreader-base@3d9bd2a which only changed the scale in PDF/DjVu reflowing. |
|
My bad, I hadn't investigated but the PR said "update crengine" and the On Tue, Sep 15, 2015 at 1:42 PM, Huang Xin notifications@github.com wrote:
|
|
Never mind, I didn't notice that PR had a crengine update which might have something to do with this. Will look into this tonight. |
* Err, libcurl's rpath made no sense (it lives in libs/ already...) * And libzstd's rpath made no sense either. It's a library, not a binary in the root folder. Also, it doesn't actually have meaningful deps, so we don't actually need an rpath anyway... * Set webp's rpath to $ORIGIN, so it picks up our own dependencies
use coroutine to support ad-hoc callback in login button so that when
the username/password is incorrect it will retry automatically
currently tested with COPS on apache
This should fix #1001.