Commit Graph

3470 Commits (master)

Author SHA1 Message Date
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' 8 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
Ozzie Isaacs fab35e69ec Update Teststatus
Little code refactoring
9 months ago
Ozzie Isaacs 4f0f5b1495 Merge remote-tracking branch 'origin/Develop' into Develop
# Conflicts:
#	optional-requirements.txt
9 months ago
Ozzie Isaacs cfa309f0d1 Merge branch 'master' into Develop
# Conflicts:
#	cps/services/SyncToken.py
#	cps/static/js/kthoom.js
#	cps/templates/readcbr.html
9 months ago
Ozzie Isaacs 885d914f18 Update tornado to 6.2
Remove unneeded imports from jsonschema for synctoken
Update optional requirements
Remove invalid direction arrows in comic reader
9 months ago
Ozzie Isaacs 6a14e2cf68 Next try showing last book of series in grid view 9 months ago
Ozzie Isaacs 8535bb5821 Fix "got an unexpected keyword argument 'rarExecutable'" during format upload 9 months ago
Ozzie Isaacs b2a26a421c Removed deprecation warning for sqlalchemy2.0 9 months ago
Ozzie Isaacs 52172044e6 Fix deprecation warnings 9 months ago
Ozzie Isaacs 9b99427c84 Merged comic save position 9 months ago
Ozzie Isaacs 0499e578cd Added /opds/stats route 9 months ago
Ozzie Isaacs b3a85ffcbb Added CB7 to supported upload formats 9 months ago
PhracturedBlue 074e611705 Add support for systemd socket-activation 9 months ago
Ozzie Isaacs a1899bf582 Fix for #2603 (Kobo UserKey in request missing due to no kobo account) 9 months ago
Ozzie Isaacs 3a08b91ffa Added cb7 to supported comic files for upload and metadata extraction 9 months ago
Ozzie Isaacs d253804a50 fix for #2865 (Kobo sync fails during cover request) 9 months ago
Ozzie Isaacs ba0e5399d6 Fixes Uploading pdf file fails with whitespace title (#2824)
Merge remote-tracking branch 'pdf_title/fix/title-parsing-of-pdf-metadata'
9 months ago
Ozzie Isaacs 7818c4a7b0 Adapt cover size to kobo sync requested sze 9 months ago
Ozzie Isaacs 3f6a12898b Merge branch 'Develop' 10 months ago
Ozzie Isaacs caf69669cb Removed encode utf-8 in dodownload 10 months ago
Ozzie Isaacs de59181be7 Merge remote-tracking branch 'home/link_fixes' into Develop 10 months ago
Ozzie Isaacs 966c9236b9 Merge remote-tracking branch 'home/link_fixes' 10 months ago
Ozzie Isaacs 34c6010ad0 Catch additional error during kobo detect layout 10 months ago
Ozzie Isaacs 60e904967b Fix deprecated text parameter 10 months ago
Ozzie Isaacs 3efcbcc679 Fix deprecated text parameter 10 months ago
Ozzie Isaacs 7bb4bc934c Merge remote-tracking branch 'caliblur/issues/caliblur2838' 10 months ago
Ozzie Isaacs dcb8a0f77b Merge remote-tracking branch 'lubimyczytac/fix-lubimyczytac-metadata' 10 months ago
Ozzie Isaacs 2f12b2e315 Handle invalid or missing container.xml during kobo sync (Fix for #2840) 10 months ago
Ozzie Isaacs 279f0569e4 Fix visibility for sending to reader without download permissions (fix for #2847) 10 months ago
Ozzie Isaacs fda62dde1d Fix for not changing password in email settings
Improved ssl certificate check on sending emails
10 months ago
Ozzie Isaacs df74fdb4d1 Update edit identifiers 10 months ago
Ozzie Isaacs e8b0051b31 Merge development into master 10 months ago
Ozzie Isaacs 986eaf9f02 Merge remote-tracking branch 'br/horus68-pt-translation' 10 months ago
Ozzie Isaacs caf8ed77d7 Merge remote-tracking branch 'br/horus68-ptbr-fix' 10 months ago
Ghighi Eftimie ee5cfa1f36 fix for #2838 10 months ago
Horus68 5eef476135
Update messages.po 10 months ago
Horus68 b5e4a88357
Update messages.po 10 months ago
Horus68 256f4bb428
Update messages.po
fix typo
10 months ago
Horus68 a4d45512ee
pt-BR Update messages.po
fixing pt-BR major errors
10 months ago
Horus68 074687c330
Create pt-PT translation
Translation to european portuguese - pt-PT portuguese (Portugal)
Note: messages.mo not created as file was translated directly in browser
10 months ago
archont 2f7b175dda Fix tags xpath 10 months ago
Ozzie Isaacs a256bd5260 Password is not returned in smtp settings 10 months ago
Ozzie Isaacs fdd1410b06 Improved pathchooser 10 months ago
Ozzie Isaacs 3f5583017f Improved pathchooser 10 months ago
Ozzie Isaacs 63b7d70f33 Update optional requirements
Update to be compatible with comicapi 3.2
11 months ago
Ozzie Isaacs 500758050c Fixed typo in German translation 11 months ago
Ozzie Isaacs eff0750d77 Fix for renaming uppercase/lowercase author, tag, series, publisher entries (fix for #2787)
Update epub.js
11 months ago
Ozzie Isaacs e63a04093c Bugfix rename author in book list 11 months ago
Ozzie Isaacs 07d97d18d0 Merge remote-tracking branch 'epubreader/update_epub.min.js' into Develop 11 months ago
Ozzie Isaacs 062efc4e78 Bugfix change uppercase/lowercase on edit authors
Remove autocomplete on several elements to make typeahead work without problems
11 months ago
Ozzie Isaacs 4dc5885723 Bugfix for upper/lowercase rename if not before part of book 11 months ago
quarz12 39638d3c9c updated epub.min.js to version 0.3.93 11 months ago
Ozzie Isaacs 3ef34c8f15 Bugfixes rename upper-lowercase after testrun 11 months ago
Ozzie Isaacs 932abbf090 Merge remote-tracking branch 'error_scroll/error_page' 11 months ago
Ozzie Isaacs 860443079d Fix for (#2802) search request fails with error after browser session closed and currently returns all results 11 months ago
Ozzie Isaacs bd4b7ffaba Fix for upper lower change of non ascii values in series, tags, ... 12 months ago
Ozzie Isaacs ed09814460 Prevent log_message on startup
logfile Parameter
12 months ago
Daniel dc7fbce4f7 changed style property of container 12 months ago
Ozzie Isaacs 8a87c152b4 Bugfix opds search 12 months ago
Daniel 2eb334fb3d fixed a typo in http_error.html which broke the github link
changed the behavior of the home button so it directs to the application root, not the server root .
1 year ago
Ozzie Isaacs cb7356a04d Fixes to word with new version of comicapi 1 year ago
Ozzie Isaacs cc733454b2 Merge remote-tracking branch 'chinese/translation/Simplified_Chinese' 1 year ago
whilenot 940544577a don't mutate meta into a str, keep it a namedtuple 1 year ago
xlivevil 9e0fc320cb Update Simplified Chinese translation 1 year ago
xlivevil bf3ca20fb2 Update Simplified Chinese translation 1 year ago
Ozzie Isaacs fe4dc1bb8f Fix #2757 (Sqlalchemy >1.30 <1.4.24 wasn't supported anymore) 1 year ago
Ozzie Isaacs f2369609e8 Bugfix for non existent rating, language, and user downloaded books 1 year ago
Ozzie Isaacs de4d6ec7df Merge remote-tracking branch 'it/patch-1' 1 year ago
mapi68 7754f4aa5d
Update messages.po 1 year ago
Ozzie Isaacs 524751ea51 Removed superfluous space 1 year ago
Ozzie Isaacs 8111d0dd51 Update translation status 1 year ago
Ozzie Isaacs fad5929253 Bugfix getPath for logfile viewer 1 year ago
Ozzie Isaacs 9f28144779 Fix for #2756 (Home button in caliblur is leading to "/" instead of calibre-web home) 1 year ago
Ozzie Isaacs e2785c3985 Added djv file format to djvu reader 1 year ago
Ozzie Isaacs dba83a2900 Fixes for sqlalachemy2 1 year ago
Ozzie Isaacs 1c8bc78b48 Improvements for sqlalchemy 2 1 year ago
Ozzie Isaacs 6c6841f8b0 Further fixes for sqlalchemy 2.0 1 year ago
Ozzie Isaacs 592216588c Revert "post" as search request. Search request is now get again (fix for #2741)
Revert "Auxiliary commit to revert individual files from 275675b48add79d2bbce06426cc1224c5e2c1bfb"

This reverts commit 6c920bc49f133d5c7451230448121f1f8b3cd9f2.
1 year ago
Ozzie Isaacs 13c0d30a8f Update login
Removed not needed parameters for task status
1 year ago
Ozzie Isaacs b9c942befc Fix for 'NoneType' object has no attribute 'author_sort' while trying to read a book (#2733) 1 year ago
Ozzie Isaacs a68a0dd037 Fixed typo 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 38484624e9 Version update 1 year ago
Ozzie Isaacs 1451a67912 Version bump 1 year ago
Ozzie Isaacs a72f0a160b Bugfix for python3.11, table gdrive_ids2 already exists (fix for #2729) 1 year ago
Ozzie Isaacs 253386b0a5 Bugfix parse ldap server config 1 year ago
Ozzie Isaacs 6c8ffb3e7e Bugfix path selection for reverse proxy 1 year ago
Ozzie Isaacs 7d26e6fc85 Bugfix get updater status 1 year ago
Ozzie Isaacs 085a6b88a3 Fix for #2713 (strip scheme from ldap server name) 1 year ago
Ozzie Isaacs bde36e3cd4 Bugfix for logging ldap debug messages with non stream logfile 1 year ago
Ozzie Isaacs 9646b6e2dd Enable debug output for ldap login 1 year ago
Ozzie Isaacs d35e781d41 Bugfixes after testrun
Catch StaleDataError
1 year ago
Ozzie Isaacs 321db4d712 Refactored send email by make use of ajax calls instead of posting the page
Always use getPath instead of pathname
1 year ago
Ozzie Isaacs 2b9f920454 Metadata backup configurable 1 year ago
Ozzie Isaacs cbd7ca2f3e Activate metadata backup 1 year ago
Ozzie Isaacs ba7fee3918 Update metadatabackup 1 year ago
Ozzie Isaacs 46d2d217ee Bugfix metadata backup with custom columns 1 year ago
Ozzie Isaacs e3fffa8a8f Bugfix backup metadata for custom date, custom categories 1 year ago
Ozzie Isaacs dfb49bfca9 Merge branch 'master' into Develop (handle case of cover smaller than thumbnail) 1 year ago
Ozzie Isaacs 224777f5e3 Handle case that cover size is smaller than thumbnail size
Update teststatus
1 year ago