Commit Graph

163 Commits (0ff3f0f426bc51e7445ad49550e73832455a3eb9)

Author SHA1 Message Date
Ozzie Isaacs ebe7cd7ba4 proxy login is now no longer saving cookies,
Cookies are saved in database for better Invalidation
Cookies expiry date is saved in database for further deletion (missing)
Database conversion is missing
2 months ago
Ozzie Isaacs 64e4a1155c Code cosmetics
Bugfix missing bleach tags (#3080)
Bugfix pdfreader
3 months ago
Ozzie Isaacs 902fa254b0 Merge branch 'master' into Develop 9 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
9 months ago
Ozzie Isaacs d272f43424 Show error message if user is missing download permission for kobo sync 9 months ago
Ozzie Isaacs 3a012c900e Merge branch 'master' into Develop 10 months ago
Russell 01108aac42
Remove trailing slash
Signed-off-by: Russell <russell@troxel.io>
10 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
10 months ago
Ozzie Isaacs bd71391bfb Possible fix for #2849 (404 error during sync request) 11 months ago
Ozzie Isaacs 20b2936cc1 Merge branch 'master' into Develop 11 months ago
Ozzie Isaacs 19825a635a Possible fix for 2849 (404 error during sync request) 11 months ago
Ozzie Isaacs d68e57c4fc Implement split library and books
Bugfix arrows in comic reader
Fix kobo download link
Updated requirement
11 months ago
Ozzie Isaacs c550d6c90d Fix comic reader arrow visiblilty for one paged comic files
Changed logging during kobo sync
11 months ago
Ozzie Isaacs 0c43d80163 Added additional debug output for download links
Removed unused code
11 months ago
Ozzie Isaacs a1899bf582 Fix for #2603 (Kobo UserKey in request missing due to no kobo account) 1 year ago
Ozzie Isaacs d253804a50 fix for #2865 (Kobo sync fails during cover request) 1 year ago
Ozzie Isaacs 7818c4a7b0 Adapt cover size to kobo sync requested sze 1 year ago
Ozzie Isaacs 60e904967b Fix deprecated text parameter 1 year ago
Ozzie Isaacs 1c8bc78b48 Improvements for sqlalchemy 2 1 year ago
Thomas de Ruiter a952c36ab7 Remove unused fallback cover handling 2 years ago
Thomas de Ruiter 5f0c7737fe Fix proxy cover images to Kobo store 2 years ago
Ozzie Isaacs 7ff4747f63 Bugfix after merge 2 years ago
Ozzie Isaacs a414db0243 Merge remote-tracking branch 'fixed_layout/kobo-sync-detect-fixed-layout'
# Conflicts:
#	cps/kobo.py
2 years ago
Ozzie Isaacs 8022b1bb36 Merge remote-tracking branch 'english/master' 2 years 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
3 years ago
Ozzie Isaacs 42f8209a4a Fixed access to shelfs 3 years ago
Ozzie Isaacs 127bf98aac Merge branch 'master' into Develop
# Conflicts:
#	cps/templates/detail.html
#	test/Calibre-Web TestSummary_Linux.html
3 years ago
Evan Peterson 4eaa9413f9
Kobo metadata return correct layout format for fixed layout 3 years ago
Ozzie Isaacs 0feb62c142 Improvements delete user (delete also depending entries in tables)
Fixes kobo sync with sync only selected shelfs
3 years ago
Ozzie Isaacs df67079573 Fixes for kobosync with multiple users (#2230) 3 years ago
Ozzieisaacs f22e4d996c Proxy kobo library sync at the end of local sync 3 years ago
Ozzieisaacs 47f5e2ffb4 Remove python2 urllib imports
Fix for "javascript:" script links in identifier
3 years ago
Ozzie Isaacs 2e815147fb Merge branch 'master' into Develop
# Conflicts:
#	cps/kobo_sync_status.py
#	test/Calibre-Web TestSummary_Linux.html
3 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 3 years ago
Ozzie Isaacs 42bf40d7bb Change 2 timestamps to utctime 3 years ago
Ozzie Isaacs 9d9acb058d Add button to force full kobo sync 3 years ago
Ozzie Isaacs d217676350 Upated testresult
Bugfix book table
3 years ago
Ozzie Isaacs 3bf173d958 Added response for kobo-benefits route and kobo-gettest route 3 years ago
Ozzie Isaacs eb2e816bfd Switch encoding in kobo metadata to ensure utf-8 characters to show up properly (finally) 3 years ago
Ozzie Isaacs 91a21ababe Allow download of archived books 3 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
3 years ago
Ozzie Isaacs e880238cb9 Add missing filter for current user in KoboSyncedBooks queries 3 years ago