Michael Shavit
9ec3ddd492
Fix the HandleCoverImage endpoint so that it requires login, and doesn't
...
take unused parameters.
5 years ago
Michael Shavit
d81dbb13e4
Support Epub downloads
5 years ago
Michael Shavit
c238367b64
Reload database on every call to v1/library/sync. This fixes an issue where side-loaded books appear in the sync response with no download urls.
5 years ago
Michael Shavit
cdcb8a50d1
Fix /reconnect endpoint, which was broken by 006e596c72
5 years ago
Michael Shavit
b831b9d6b2
Integrate with the official Kobo store endpoint so that no
...
functionanility is lost by overriding the api_endpoint setting.
Requests are either:
* Redirected to the Kobo Store
* Proxied to the Kobo Store
* Proxied to the Kobo Store and merged with results from CalibreWeb.
5 years ago
Michael Shavit
d6a9746824
Add a filter to the Sync request endpoint to ignore books that don't
...
have any formats supported by the device.
5 years ago
Michael Shavit
f84274f1c5
git add missing generate_kobo_auth_url.html
5 years ago
Michael Shavit
2118d920f5
Formatter.
5 years ago
Michael Shavit
207004beff
Remove config_server_url setting.
5 years ago
Michael Shavit
27d084ce39
Remove the KoboUserKey-based Authentication.
...
Instead, the user generates the api_endpoint url to set on their device
by visiting http://.../kobo_auth/generate_auth_token .
The generated url will contain a RemoteAuthorizationToken that will be
included on all subsequent requests from the device to the kobo/
endpoints. (In contrast, the device is authenticated using a session cookie on
requests to the download endpoint).
Also use Flask.url_for to generate download urls.
5 years ago
Michael Shavit
040d7d9ae3
Remove unused import and fix python3 compatibility, as per Ozielsaacs comments.
5 years ago
Michael Shavit
f9b1e84704
Remove backblaze leftovers
5 years ago
Michael Shavit
55c0bb6d34
Set the "Size" attribute for Kobo download_urls, and refactor the code
...
to eventually allow formats other than KEPUB.
5 years ago
Michael Shavit
2b55b9b250
Use the login_user Cookie to authorize download requests instead of
...
passing the UserKey over url params.
5 years ago
Michael Shavit
fffa2d5a1b
Support passing the Auth token as a url param.
...
This is required to support ebook downloads which the Kobo device emits
without any auth headers.
* Also some other small bug fixes discovered during device testing.
5 years ago
Michael Shavit
0926ae530c
Remove custom_column usages from an earlier commit.
5 years ago
Michael Shavit
0b709f7dfb
Merge branch 'master' into kobo
5 years ago
Michael Shavit
b5da2c4199
Clean-up: Fix import order in kobo.py, and other minor formatting
...
changes.
5 years ago
Michael Shavit
9ede01f130
* Add a UserKeyToken to the User table for Kobo authorization.
...
* Add proper authorization checks on the new Kobo endpoints.
Important Note: As a side-effect, all CalibreWeb API calls can be
authorized using this token (i.e without a username&password).
5 years ago
Michael Shavit
55b54de6a0
Add simple get_download_url implementation to replace the backblaze-backed implementation
5 years ago
Michael Shavit
5357867103
Add initial support for Kobo device Sync endpoint.
...
- Supports /v1/library/sync call to get list of books
- Supports /v1/library/metadata call to get metadata for a given book
+ Assumes books are stored on Backblaze for metadata call
- Changes to helper.py so that we can return no cover instead of a blank
image.
5 years ago
Ozzieisaacs
fda0ab1e86
FIx for ( #1092 listening to mp3 not working)
5 years ago
Ozzieisaacs
54079b36ae
Fix #1095 (epub viewer not working if only viewer rule wa sapplied)
5 years ago
Ozzieisaacs
f8a99c60d8
Fix for #1096 (exception on digest request)
5 years ago
Ozzieisaacs
8af178c19c
Fix for gdrive not working #1081
5 years ago
Ozzieisaacs
78f9ee86b1
Fix pdf cover
...
Fix massadding books
Add feature inform of duplicate books
5 years ago
Ozzieisaacs
ab5873984e
Merge remote-tracking branch 'translation/patch-3'
5 years ago
Ozzieisaacs
62ea8b8913
Logging to stdout, proposal form #1078
5 years ago
Ozzieisaacs
a4416c202d
Merge remote-tracking branch 'rename/develop'
5 years ago
Jony
1f5edffccf
Fix typo and update translation
5 years ago
Ozzieisaacs
651260022c
Merge remote-tracking branch 'search_title/hotfix-searchform-title'
5 years ago
Ozzieisaacs
2e4344f7ea
Merge remote-tracking branch 'swedish/master'
5 years ago
Jony
3cb7e77b60
Update messages.po
5 years ago
Ghighi Eftimie
f782dc1857
fix for search title
5 years ago
Ozzieisaacs
88f31ddad1
Fix for #1034
5 years ago
Ozzieisaacs
a7ab7fcf06
Fix #1068 PDF cover Images inverted or incorrect single image grabbed from cover page
5 years ago
Ozzieisaacs
6f61e80c97
Fix #1074 , #1071
5 years ago
Ozzieisaacs
5167ee520e
Solve cropped image pdf import ( #1068 )
5 years ago
Ozzieisaacs
f758a1cc64
Solve inverted image pdf import ( #1068 )
5 years ago
Ozzieisaacs
2145be6db2
Improvement for #1062
5 years ago
Ozzieisaacs
c740fe9124
Merge remote-tracking branch 'github_2/it-adds-info-to-shelf-order'
5 years ago
Ozzieisaacs
a371e40c66
Merge remote-tracking branch 'github_3/hotfix/epub-import'
...
Improved cover extraction from epub files
5 years ago
Ozzieisaacs
ccc6184342
Merge remote-tracking branch 'github_1/patch-1'
5 years ago
Ozzieisaacs
c8c2d6659c
Merge remote-tracking branch 'public_reconnect/master'
5 years ago
Jan Guzej
c7d7a7597c
remove language from array metadata
5 years ago
Jan Guzej
fbb7663a2f
epub metadata import fix
5 years ago
Kyos
c93dd32179
Fixed typo and column size for LG screens
5 years ago
Kyos
7165826011
Adds Authors, Series and Book Cover to the shelf order view
5 years ago
Kyos
ada727a570
Adds Authors, Series and Book Cover to the shelf order view
5 years ago
gwenhael
01b0f9534c
fix issue #1064
...
Allow for finer steps in serie-index
5 years ago