Skip to content

add Basic Authentication for OPDS catalog#1637

Merged
Frenzie merged 1 commit into
masterfrom
opds_authentication
Sep 14, 2015
Merged

add Basic Authentication for OPDS catalog#1637
Frenzie merged 1 commit into
masterfrom
opds_authentication

Conversation

@chrox

@chrox chrox commented Sep 14, 2015

Copy link
Copy Markdown
Member

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.

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.
@chrox chrox force-pushed the opds_authentication branch from a38d82d to b0df6d5 Compare September 14, 2015 16:59
@KenMaltby

Copy link
Copy Markdown

"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.

@Frenzie

Frenzie commented Sep 14, 2015

Copy link
Copy Markdown
Member

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.

Frenzie added a commit that referenced this pull request Sep 14, 2015
add Basic Authentication for OPDS catalog
@Frenzie Frenzie merged commit f5a98cc into master Sep 14, 2015
@chrox

chrox commented Sep 15, 2015

Copy link
Copy Markdown
Member Author

@Frenzie The failed test in readersearch_spec :

stack traceback:
    spec/front/unit/readersearch_spec.lua:61: in function <spec/front/unit/readersearch_spec.lua:50>
            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.

@Frenzie

Frenzie commented Sep 15, 2015

Copy link
Copy Markdown
Member

My bad, I hadn't investigated but the PR said "update crengine" and the
title sounded relevant.

On Tue, Sep 15, 2015 at 1:42 PM, Huang Xin notifications@github.com wrote:

@Frenzie https://github.com/Frenzie The failed test in readersearch_spec
:

stack traceback:
spec/front/unit/readersearch_spec.lua:61: in function <spec/front/unit/readersearch_spec.lua:50>

        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
koreader/koreader-base@3d9bd2a
which only changed the scale in PDF/DjVu reflowing.


Reply to this email directly or view it on GitHub
#1637 (comment).

@chrox

chrox commented Sep 15, 2015

Copy link
Copy Markdown
Member Author

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.

@chrox chrox deleted the opds_authentication branch September 26, 2015 05:05
@hius07 hius07 mentioned this pull request Mar 23, 2023
benoit-pierre pushed a commit to benoit-pierre/koreader that referenced this pull request Aug 2, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature request: authentication in OPDS catalog

3 participants