Commit Graph

3470 Commits (master)

Author SHA1 Message Date
Ozzie Isaacs 57fb5001e2 Merge branch 'Develop' 3 months ago
Ozzie Isaacs 64e5314148 Merge remote-tracking branch 'identifier/master' into Develop 3 months ago
Ozzie Isaacs 873602a5c9 Deleted unused code 3 months ago
Ozzie Isaacs 09e966e18a Merge remote-tracking branch 'optimize_details_html/only-render-cc-with-data' into Develop 3 months ago
Ozzie Isaacs f7718cae0c Fix typo in send password message 3 months ago
Ozzie Isaacs 90e728516c Merge remote-tracking branch 'it/master' 3 months ago
Ozzie Isaacs 7c04b68c88 Merge remote-tracking branch 'icon/master' 3 months ago
Ozzie Isaacs 8549689a0f Merge branch 'Develop'
Separate library from metadata file
embed metadata on download
3 months ago
Ozzie Isaacs d8f5c17518 Mark separate library as highly experimental 3 months ago
mapi68 05367d2df5
Update messages.po 4 months ago
Webysther Sperandio eb6fbfc90c
HiDPI icons 4 months ago
Ozzie Isaacs c2267b6902 Bugfix add to shelf 4 months ago
Ozzie Isaacs 0e5520a261 Bugfix add to shelf 4 months ago
Ozzie Isaacs 706b9c4013 Improved errorhandling for adding invalid book_id to shelf 4 months ago
Ozzie Isaacs 6972c1b841 Improved errorhandling for adding invalid book_id to shelf 4 months ago
Ozzie Isaacs b9c329535d Fix for #2980 (invalid seriesindex causes no longer a crash) 4 months ago
Ozzie Isaacs 31a344b410 Bugfix from testrun 4 months ago
Ozzie Isaacs 3814fbf08f Bugfixes from testrun 4 months ago
Ozzie Isaacs ffc13a5565 Merge branch 'master' into Develop 4 months ago
Ozzie Isaacs 74c61d9685 Merge branch 'metadata' into Develop 4 months ago
Ozzie Isaacs b8031cd53f Add possibility to replace kepub metadata on download 4 months ago
Ozzie Isaacs 898e76fc37 re enable gevent 4 months ago
Ozzie Isaacs af71a1a2ed Fix for #2973 (No unix sockets on windows available) 4 months ago
Ozzie Isaacs e0327db08f Enable embedd metadata of kepub file during conversion 4 months ago
Ozzie Isaacs 902fa254b0 Merge branch 'master' into Develop 4 months ago
Ozzie Isaacs f0cc93abd3 Sanitze username for logging 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 00acd745f4 Fix tornado deprecation warning 4 months ago
Ozzie Isaacs d272f43424 Show error message if user is missing download permission for kobo sync 4 months ago
Whatever Cloud 7a8d8375d0 Refactor detail.html to optimize custom_column rendering
The div with class "real_custom_columns" is now only rendered if the custom_column data exists, removing blank space in details view.
4 months ago
Ozzie Isaacs 25fb8d934f Merge remote-tracking branch 'nl/master' 5 months ago
GONCALVES Nelson (T0025615) f08c8faaff Generate identifiers in opf metadata file 5 months ago
Michiel Cornelissen bc0ebdb78d Updated Dutch translation. 5 months ago
Ozzie Isaacs 2a4b3cb7af Update Teststatus
Add hint for calibre binary
5 months ago
Ozzie Isaacs 4401cf66d1 Remove remains of ie8 support 5 months ago
Ozzie Isaacs d353c9b6d3 Fix #2945 (handle illegal multibyte sequence) 5 months ago
Ozzie Isaacs 23033255b8 Bugfix updater 5 months ago
Ozzie Isaacs 31c8909dea Merge branch 'Develop' into metadata -> Now all tests should run "pass" now
# Conflicts:
#	cps/constants.py
#	cps/helper.py
#	cps/tasks/convert.py
#	test/Calibre-Web TestSummary_Linux.html
5 months ago
Ozzie Isaacs 9ef89dbcc3 Bugfix convert file from gdrive without cover
Update Teststatus
5 months ago
Ozzie Isaacs 1086296d1d Make embed metadata configurable 5 months ago
Ozzie Isaacs d341faf204 Make Version setuptools compatible and still have the "Beta" in the User interface 5 months ago
Ozzie Isaacs 2334e8f9c9 Refactored calibre executable detection for better error messages 5 months ago
Ozzie Isaacs 90ad570578 Show only folders for selecting converter binaries 5 months ago
Ozzie Isaacs fd90d6e375 Delete temp dir not shown in tasks overview
Handle case no cover during convert ebook
5 months ago
Ozzie Isaacs 7fbbb85f47 Temp folder is deleted on regular base 5 months ago
Ozzie Isaacs 794cd354ca Added ToDo's 5 months ago
Ghighi Eftimie 389e3f09f5 small fix for mobile resolution - add to shelf button 5 months ago
Ghighi Eftimie 285979b68d fix for 2931 5 months ago
Ozzie Isaacs 3a012c900e Merge branch 'master' into Develop 6 months ago
Ozzie Isaacs ec45de3212 Merge remote-tracking branch 'douban/master' 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
ye 9841a4d068 fix the the problem that metadata_provider/douban.py can't get tags info 6 months ago
Ozzie Isaacs 7fd1d10fca Implement gdrive metadata on download 6 months ago
Ozzie Isaacs 4f6bbfa8b8 Little refactoring do_download 6 months ago
Ozzie Isaacs cf6810db87 Refactored get_temp_dir
bugfixes export_metadata
6 months ago
Ozzie Isaacs 5afff2231e Fix for #2743 (read status is no longer implicitly added to advanced search query) 6 months ago
Ozzie Isaacs d611582b78 Fix for #2743 (read status is no longer implicitly added to advanced search query) 6 months ago
Ozzie Isaacs 3bbd8ee27e Use belach or nh3 for cleaning html (fix for #2874) 6 months ago
Ozzie Isaacs f78e0ff938 Use belach or nh3 for cleaning html (fix for #2874) 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 effd026fe2 Merge branch 'master' into Develop 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 184ce23351 Catch error with tornado on restart 6 months ago
Ozzie Isaacs 2fbc3da451 Added Slovak translation 6 months ago
Ozzie Isaacs fad6550ff1 Show "all" opds feed entries only if there is at least one entry 6 months ago
Ozzie Isaacs b7aaa0f24d Add metadata change code 6 months ago
Ozzie Isaacs 5040bb762c Merge remote-tracking branch 'vi/master' 6 months ago
Ozzie Isaacs 55deca1ec8 Catch additional errors on logfile
Fix error on exception in session management
6 months ago
Ozzie Isaacs 40a16f4717 Reenabled gevent as server 7 months ago
Ozzie Isaacs d26e60724a Socket listening and socket activation enabled on tornado
Refactoring of server code
Updates requirements
Improved requirements parsing for versions containing letters
7 months ago
Ozzie Isaacs d877fa1c68 Merge remote-tracking branch 'socket-activation/socket-activated' 7 months ago
Ozzie Isaacs d55bafdfa9 Added hint for beta release format 7 months ago
Ozzie Isaacs a2a431802a Added prc to supported convert from formats (#2801)
Improved error message for not able to listen to ipv6 address with gevent
7 months ago
Ozzie Isaacs 6c2e40f544 Added favicon in opds feed
Merge remote-tracking branch 'favicon/master'
7 months ago
Ozzie Isaacs 5e3d0ec2ad Fix location of config files for executable files (#2917) 7 months ago
Ozzie Isaacs c550d6c90d Fix comic reader arrow visiblilty for one paged comic files
Changed logging during kobo sync
7 months ago
bacpd 3b1d0b4013
Update messages.po 7 months ago
Ozzie Isaacs 3d07efbb4f Update Italian and German translation 7 months ago
mapi68 c0ae5bb381
Update messages.po 7 months ago
Ozzie Isaacs 6e755a26f9 Version update
Updated security file
7 months ago
Ozzie Isaacs c45188beb2 Version update 7 months ago
Ozzie Isaacs 87b3999ec8 Merge remote-tracking branch 'ko/master' 7 months ago
Ozzie Isaacs 96958e7266 Merge remote-tracking branch 'upload_text/patch-1' 7 months ago
Ozzie Isaacs 2c339ed10c Merge branch 'Develop':
- Fix for new tornado version
- bookmark for comic viewer
- Bugfix for showing series containing only one book in list view containing having this book no series_index value set
- updated requirements
7 months ago
Ozzie Isaacs dc2c30f508 Added additional debug output for download links during kobo sync 7 months ago
Ozzie Isaacs 0c43d80163 Added additional debug output for download links
Removed unused code
7 months ago
Ozzie Isaacs df71a86f94 New testrun 7 months ago
Ozzie Isaacs 7ed56b4397 Better fix for new tornado version 7 months ago
Ozzie Isaacs 5ceb2b6d83 Merge branch 'master' into Develop 7 months ago
Ozzie Isaacs 11816d3405 Fix for tornado 6.3 no response in restart moment
Update test results (many tests fail due to above problem)
7 months ago
Ozzie Isaacs 198bff928f Merge remote-tracking branch 'cn/master' 7 months ago
lawsssscat cac200ba61 Fix messages.po in zh_Hans_CN 8 months ago
databoy2k b3d1558df8
Add Favicon to OPDS Feed
<icon> is a standard of the OPDS spec, and this commit adds the favicon to the feed. Certain OPDS readers, e.g. FBReader on Windows, respect this tag and will show the same icon as the main page.
8 months ago
byword77 a045b6f467
Update messages.po
It is final commit. 
I made a mistake in the previous update. 
So, Please disregard the previous file.
8 months ago
Ozzie Isaacs 7a961c9011 Fix for click on scrollbar in long strip view
Fix for tornado version
9 months ago
Ozzie Isaacs 444ac181f8 more bookmark feature
tornado fix for tornado <6.2
9 months ago
Ozzie Isaacs 5509d4598b Bugfix for showing series coatining only one book in list view containing having this book no series_index value set 9 months ago