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
Ozzieisaacs
f705889c23
Inital Kobo
5 years ago
Ozzieisaacs
7098d08888
Added option to convert AZW3 to mobi for sending to kindle
5 years ago
Ozzieisaacs
eabc6e23be
Test Email now send to user's email address ( #834 )
...
Added forgot/reset password routine (#1098 , #1063 )
5 years ago
Ozzieisaacs
b6d7207ec3
Added platform information for better debugging
5 years ago
Ozzieisaacs
c33623efee
Unified wording for recently added books, series, categories, etc in opds and web UI ( #1045 )
...
Added file formats and languages to opds feed
5 years ago
Ozzieisaacs
2215bf3d7f
Implemented #1083 (Advanced search for extensions)
5 years ago
Ozzieisaacs
86fe970651
More fixes for googledrive
5 years ago
Andrew Roberts
3dc372c573
fixed typo
5 years ago
Andrew Roberts
efcee0a7b7
added reverse proxy configuration form and handler
5 years ago
Andrew Roberts
39b6b100f9
whitespace
5 years ago
Andrew Roberts
9351ff032f
whitespace
5 years ago
Andrew Roberts
f0760c07d8
added admin display of reverse proxy settings
5 years ago
Andrew Roberts
77b0954c70
use a macro for the display of boolean settings
5 years ago
Andrew Roberts
af7dbbf1e4
added logic for reverse proxy login
5 years ago
Andrew Roberts
b661c2fa92
added config fields to settings table
5 years ago
Ozzieisaacs
e308a74dc2
Fix ( #1103 ) Internal server error with Goodreads and no result for author name on Goodreads
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
Ozzieisaacs
eede894e72
Merge remote-tracking branch 'merge-metadata'
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
Ozzieisaacs
22add37b64
Merge remote-tracking branch 'fix typo in config_edit.html #1097'
...
Updated translations
5 years ago
Ozzieisaacs
8a9695d48e
Fix getting metadata from douban ( #858 )
5 years ago
Ozzieisaacs
e0faad1e59
Handle no write permission to tmp folder ( #1060 )
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
Christian Keil
c61463447f
Merge metadata of uploaded book versions.
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
zhiyue
222797e631
support douban book search using apikey
5 years ago
dalin
92841b46d7
update Simplified Chinese translations.
5 years ago
dalin
6fe60d5c5e
Merge branch 'master' of https://github.com/idalin/calibre-web
5 years ago
dalin
4c2323fcc9
fix typo in config_edit.html
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
2f27a7b0ce
Merge remote-tracking branch 'd/master'
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