Commit Graph

161 Commits (master)

Author SHA1 Message Date
Ozzie Isaacs 902fa254b0 Merge branch 'master' into Develop 4 months ago
Ozzie Isaacs 977f07364b Fix for #2961 (empty comment with newline causes error 500 on upload)
Language of error message for kobo sync improved
4 months ago
Ozzie Isaacs d272f43424 Show error message if user is missing download permission for kobo sync 4 months ago
Ozzie Isaacs 3a012c900e Merge branch 'master' into Develop 6 months ago
Russell 01108aac42
Remove trailing slash
Signed-off-by: Russell <russell@troxel.io>
6 months ago
Russell Troxel 400c745692
Update KOBO_IMAGEHOST_URL to new CDN endpoint
Kobo has introduced a vanity URL to their Akamai CDN config - "https://https://cdn.kobo.com". As a result, requests sent to the old raw Akamai endpoint now through 404s. This is a simple PR that updates to the new URL.

This is visible in the config of a newly bought Kobo Sage (mine):
```
image_host=https://cdn.kobo.com/book-images/
image_url_quality_template=https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/{Quality}/{IsGreyscale}/image.jpg
image_url_template=https://cdn.kobo.com/book-images/{ImageId}/{Width}/{Height}/false/image.jpg
```

Example:

OLD:
https://kbimages1-a.akamaihd.net/1abfb307-457b-4597-b2ea-74beb2eb1478/149/223/false/image.jpg
(Throws 404)

New:
https://cdn.kobo.com/book-images/1abfb307-457b-4597-b2ea-74beb2eb1478/149/223/false/image.jpg
(Renders Properly)

fixes #2371 
ref #2731
6 months ago
Ozzie Isaacs bd71391bfb Possible fix for #2849 (404 error during sync request) 6 months ago
Ozzie Isaacs 20b2936cc1 Merge branch 'master' into Develop 6 months ago
Ozzie Isaacs 19825a635a Possible fix for 2849 (404 error during sync request) 6 months ago
Ozzie Isaacs d68e57c4fc Implement split library and books
Bugfix arrows in comic reader
Fix kobo download link
Updated requirement
6 months ago
Ozzie Isaacs c550d6c90d Fix comic reader arrow visiblilty for one paged comic files
Changed logging during kobo sync
7 months ago
Ozzie Isaacs 0c43d80163 Added additional debug output for download links
Removed unused code
7 months ago
Ozzie Isaacs a1899bf582 Fix for #2603 (Kobo UserKey in request missing due to no kobo account) 9 months ago
Ozzie Isaacs d253804a50 fix for #2865 (Kobo sync fails during cover request) 9 months ago
Ozzie Isaacs 7818c4a7b0 Adapt cover size to kobo sync requested sze 9 months ago
Ozzie Isaacs 60e904967b Fix deprecated text parameter 10 months ago
Ozzie Isaacs 1c8bc78b48 Improvements for sqlalchemy 2 1 year ago
Thomas de Ruiter a952c36ab7 Remove unused fallback cover handling 1 year ago
Thomas de Ruiter 5f0c7737fe Fix proxy cover images to Kobo store 1 year ago
Ozzie Isaacs 7ff4747f63 Bugfix after merge 1 year ago
Ozzie Isaacs a414db0243 Merge remote-tracking branch 'fixed_layout/kobo-sync-detect-fixed-layout'
# Conflicts:
#	cps/kobo.py
1 year ago
Ozzie Isaacs 8022b1bb36 Merge remote-tracking branch 'english/master' 1 year ago
Ozzieisaacs 9fa56a2323 Merge remote-tracking branch 'kobolanguage/language' 2 years ago
Ozzie Isaacs dc3cafd23d Debug message improved (fix for #2516) 2 years ago
Martin Brodbeck cd143b7ef4 Use part1 instead of part3 language codes 2 years ago
Martin Brodbeck 8a5112502d Considers the language of the ebook instead of always specifying "English". 2 years ago
Kian-Meng Ang c4104ddaf4 Fix typos 2 years ago
Evan Peterson 7ae9f89bbf
Merge branch 'Develop' into kobo-sync-detect-fixed-layout 2 years ago
Ozzie Isaacs 069dc2766f Update optional-requirements
Bugfix with serializing tasks
Bugfix order of tasks (id was used instead of task_id)
Code cosmetics
2 years ago
Ozzie Isaacs 9a8093db31 Thumbnail is generated directly after a book is added 2 years ago
Ozzie Isaacs ae9c5da777 Merge branch 'master' into Develop:
Access to shelfs
2 years ago
Ozzie Isaacs 42f8209a4a Fixed access to shelfs 2 years ago
Ozzie Isaacs 127bf98aac Merge branch 'master' into Develop
# Conflicts:
#	cps/templates/detail.html
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Evan Peterson 4eaa9413f9
Kobo metadata return correct layout format for fixed layout 2 years ago
Ozzie Isaacs 0feb62c142 Improvements delete user (delete also depending entries in tables)
Fixes kobo sync with sync only selected shelfs
2 years ago
Ozzie Isaacs df67079573 Fixes for kobosync with multiple users (#2230) 2 years ago
Ozzieisaacs f22e4d996c Proxy kobo library sync at the end of local sync 2 years ago
Ozzieisaacs 47f5e2ffb4 Remove python2 urllib imports
Fix for "javascript:" script links in identifier
2 years ago
Ozzie Isaacs 2e815147fb Merge branch 'master' into Develop
# Conflicts:
#	cps/kobo_sync_status.py
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 25422b3411 Fix for #2195 Sync token only updated after complete library sync and sync token content is discarded on first sync to enable real forced full sync 2 years ago
Ozzie Isaacs 42bf40d7bb Change 2 timestamps to utctime 2 years ago
Ozzie Isaacs 9d9acb058d Add button to force full kobo sync 2 years ago
Ozzie Isaacs d217676350 Upated testresult
Bugfix book table
2 years ago
Ozzie Isaacs 3bf173d958 Added response for kobo-benefits route and kobo-gettest route 2 years ago
Ozzie Isaacs eb2e816bfd Switch encoding in kobo metadata to ensure utf-8 characters to show up properly (finally) 2 years ago
Ozzie Isaacs 91a21ababe Allow download of archived books 2 years ago
Ozzie Isaacs 7640ac1b3b Books are removed from synced books upon archiving (from kobo or calibre-web side)
unicode texts (title, author) are showing up right on kobo reader
Added some missing kobo routes (prevents 404 response)
Added a lot of debug output on kobo sync requests
2 years ago
Ozzie Isaacs e880238cb9 Add missing filter for current user in KoboSyncedBooks queries 3 years ago
Ozzie Isaacs 666015e867 Fix datepicker localized month names
Removed redundant parenthesis in kobo.py response
3 years ago
Ozzie Isaacs 50d703e2d8 Chunked reading status on kobo sync
Bugfix loading text on shelf delete
Bugfix sort books list according to selection without selection
3 years ago