Commit Graph

3241 Commits (de4d6ec7df4e261ee3ff9827018ef207818202fa)

Author SHA1 Message Date
Ozzie Isaacs 791bc9621a Improved parsing of pdf files, bugfix for pypdf2 > V3.0 1 year ago
Ozzie Isaacs 2d6fe483ba Fix for #2657 (TypeError: 'NoneType' object is not iterable from amazon) 1 year ago
Ozzie Isaacs 77637d81dd Fix fro #2670 (user has no attribute eReader_mail) 1 year ago
Ozzie Isaacs a2bf6dfb7b Bugfix csp header
Bugfix for loading metadata from google with old books (publishing date only year)
1 year ago
Ozzie Isaacs 1cd05d614c Merge remote-tracking branch 'csp/patch-1' 1 year ago
Ozzie Isaacs d75f681247 Merge remote-tracking branch 'no/Translate-to-norwegian' 1 year ago
Ozzie Isaacs 2be2920833 Fixed typo 1 year ago
Ozzie Isaacs d6184619f5 New generated translation files 1 year ago
Ozzie Isaacs 43ee85fbb5 Removed unnecessary Unicode "u" 1 year ago
Ozzie Isaacs 8022b1bb36 Merge remote-tracking branch 'english/master' 1 year ago
Ozzie Isaacs 9e75c65af8 Merge remote-tracking branch 'pdfreader/issue-2659' 1 year ago
Ozzie Isaacs 7881950e66 Merge remote-tracking branch 'id-translation/master' 1 year ago
Arief Hidayat 48c2c7b543
First fix after proofread
Fixed typos and inconsistencies.
Defined "Berkas" instead of "File" for English term "File".
Defined "Pengaturan" and its root word "Atur" instead of "Konfigurasi" for English term "Configuration".
Reverting technical terms "Logfile", "access logfile", "Keyfile" to its English origin.
1 year ago
Petipopotam beb619c2c2
Correct CSP
no need blob: value for object-src
1 year ago
Petipopotam ed22209e6c
Content Security Policy syntax was invalid
According to https://csp-evaluator.withgoogle.com/ the CSP built here is NOT valid (and the blob: value is missing at img-src, so the image is not displayed when reading ebook in a browser)

Before this commit, in Chrome response header you can find 

Content-Security-Policy: default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self'  data:; object-src: 'none'; blob:;style-src-elem 'self' blob: 'unsafe-inline';

After :

Content-Security-Policy: default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' blob: data:; object-src 'none'  blob:; style-src-elem 'self' blob: 'unsafe-inline';

and image in viewer are displayed
1 year ago
blitzmann 364c48edd8 PdfFileReader -> PdfReader 1 year ago
Ozzie Isaacs e178efb58c Update for #2653 (AP Scheduler triggers are function calls and not strings anymore) 1 year ago
Vegard Fladby 4105c64320 Added norwegian translation 2 years ago
Josh O'Brien b3335f6733 English Language Updates - V3 2 years ago
Benedikt McMullin fba95956de epub: Skip invalid dc:identifier 2 years ago
Ozzie Isaacs ce0b3d8d10 Merge remote-tracking branch 'bump_sortable' 2 years ago
Ozzie Isaacs 9545aa2a0b Merge remote-tracking branch 'kobo_path/master' 2 years ago
jvoisin 4629eec774 Bump sortable.js 2 years ago
Jeroen Kroese 4977381b1c Fix 'Kobo eReader.conf' path 2 years ago
Ozzie Isaacs 6c1631acba Updated requirements 2 years ago
Ozzie Isaacs 1489228649 Bugfix for testability 2 years ago
Ozzie Isaacs 1ca1281346 Merge remote-tracking branch 'jszip/compress_dl' 2 years ago
jvoisin 631496775e Minor code refactorisation of epub.py
- Reduce the amount of nested indentation
- Use proper functions instead of fragile manual parsing
2 years ago
jvoisin c5e539bbcd Bump jszip 2 years ago
jvoisin 02ec853e3b Remove a duplicate library 2 years ago
Ozzie Isaacs d0411fd9c7 Merge remote-tracking branch 'google_cover/patch-1' 2 years ago
Ozzie Isaacs 567cb2e097 Inlcuded indonesian translation 2 years ago
Ozzie Isaacs a635e136be Added databazeknih to supported links 2 years ago
Ozzie Isaacs 5ffb3e917f Merge remote-tracking branch 'caliblur/issue/2515' 2 years ago
Ozzie Isaacs 5dc3385ae5 Merge remote-tracking branch 'douban/metadata_provider/douban' 2 years ago
Ozzie Isaacs 66e0a81d23 Merge remote-tracking branch 'mp3_csrf/save-mp3-position' 2 years ago
Ozzie Isaacs 1f6eb2def6 html tag fix 2 years ago
Ozzie Isaacs 7d3af5bbd0 Merge remote-tracking branch 'font_size/issue/487' 2 years ago
Ozzie Isaacs 043a612d1a Update path to kobo config file 2 years ago
Ozzie Isaacs 928e24fd1a Merge remote-tracking branch 'google_site_verification/master' 2 years ago
Ozzie Isaacs 3361c41c6d Merge remote-tracking branch 'caliblur/issues/caliBlur' 2 years ago
Ozzie Isaacs 85a6616606 Merge remote-tracking branch 'fix_default_language/master' 2 years ago
Ozzie Isaacs c15b603fef Merge remote-tracking branch 'mp3listen/master' 2 years ago
Ozzie Isaacs b12e47d0e5 Merge remote-tracking branch 'fr' 2 years ago
Ozzie Isaacs 389263f5e7 Merge remote-tracking branch 'object_src_csp' 2 years ago
jvoisin 7d023ce741 Bump jquery's version from 3.6.0 to 3.6.3 2 years ago
Julien Voisin 2ddbaa2150
Add object-src to the CSP policy 2 years ago
jvoisin 29fef4a314 Add French articles to the title regex 2 years ago
JonathanHerrewijnen 9450084d6e Editing listenmp3.html page to show audiobook info 2 years ago
Vijay Pillai b52c7aac53 Added GOOGLE_SITE_VERIFICATION environmental value to enable google safe browsing 2 years ago
Feige-cn e8c461b14f
Update web.py
In Admin view page, Editor UI Configuration - Default Settings for New Users - Default Language, set up the new user's default language is not effective. I changed this web.py, add a line of code in 1248 lines in register function. Creating the new user need to take the default language.
2 years ago
Ghighi Eftimie 9409b9db9c fixes for 946, 2284 caliblur 2 years ago
Ghighi Eftimie a992aafc13 fixes #2515 2 years ago
Ghighi Eftimie b663f1ce83 added font size fader in reader's settings popup #487 2 years ago
Olivier adfbd447ed mp3 player was missing the csrf_token 2 years ago
xlivevil 73567db4fb
Update douban metadata provider
Change search API
Change to Return an empty list when an error occurs
Change the way to get tags
Fix series and publisher perse error
Rename a variable with the same name as the built-in
2 years ago
Ozzieisaacs 3d59a78c9f little refactoring for send emails through gmail account 2 years ago
Ghighi Eftimie 397cd987cb added try except block for send_gmail_email method 2 years ago
Ozzie Isaacs 7eef44f73c Make drive letters available in file picker 2 years ago
Ozzie Isaacs e22ecda137 Merge remote-tracking branch 'it/patch-30' 2 years ago
ElQuimm a003cd9758
update message.po (italian)
Hello, I ran the October 2 update, and this error appeared: 

Merge remote-tracking branch 'it/patch-28'
# Conflicts:
# cps/translations/it/LC_MESSAGES/messages.po

Calibre-Web does not start again and the container logfile does not allow me to have more information.
I proceeded to verify the translation file (I did not find anything strange) and I made some updates of the text.
2 years ago
Ozzie Isaacs 44f6655dd2 Catch one additional database error on edit book 2 years ago
Ozzie Isaacs bd52f08a30 Fix for #2547 (None isn't iterable, so in case scholary request fails, empty list has to be returned) 2 years ago
Ozzie Isaacs edc9703716 Merge remote-tracking branch 'vi/add-translation' 2 years ago
Ozzie Isaacs 56d697122c Merge remote-tracking branch 'it/patch-28'
# Conflicts:
#	cps/translations/it/LC_MESSAGES/messages.po
2 years ago
Ozzie Isaacs d39a43e838 Merge remote-tracking branch 'cn/Translation/Simplifield_Chinese' 2 years ago
ElQuimm 9df3a2558d
update message.po
updated italian message.po translation
2 years ago
xlivevil 7339c804a3
fix typo 2 years ago
xlivevil 4d61c5535e
Update Simplifield Chinese translation 2 years ago
xlivevil 09e1ec3d08
fix typo 2 years ago
Ozzie Isaacs 59a5ccd05c Bugfixes after testrun 2 years ago
Ozzie Isaacs 04908e22fe backup metadata 5th step 2 years ago
Ozzie Isaacs 0f67e57be4 Merge branch 'master' 2 years ago
Ozzie Isaacs 071d19b8b3 Fix for #2537 (Impossible to set Denied Column Value from user table) 2 years ago
halink0803 1ffa190938
add vietnamese translation 2 years ago
Ozzie Isaacs c10708ed07 Backup metadata 4th step 2 years ago
Ozzie Isaacs b4851e1d70 Fix for #2545 (Max task duration double entry "1hour") 2 years ago
Ozzie Isaacs 26be5ee237 Backup metadata 3rd step 2 years ago
Ozzieisaacs 241aa77d41 backup metadata second step 2 years ago
Ozzieisaacs ca0ee5d391 backup metadata first step 2 years ago
Ozzieisaacs 110d283a50 Enable series type custom column 2 years ago
Giulio De Pasquale f6a9030c33
Removed extra space 2 years ago
Giulio De Pasquale 452093db47
Google Covers: strip curl in thumbnail and request higher resolution image 2 years ago
Ozzieisaacs 9fa56a2323 Merge remote-tracking branch 'kobolanguage/language' 2 years ago
Ozzieisaacs 3a133901e4 Fix: ignore special files originating from Apple devices 2 years ago
Ozzieisaacs 7750ebde0f Update pdf Reader 2 years ago
Ozzieisaacs 2472e03a69 Bugfix ratelimiter kobo 2 years ago
Ozzieisaacs 6598c4d259 Add rate limit for opds 2 years ago
Ozzie Isaacs a9b20ca136 Fix for big database not showing tags 2 years ago
Ozzie Isaacs bf0375d51d Bugfix change emails 2 years ago
Ozzie Isaacs 89d226e36b Allow deletion of kindle email address and force e-mail address to be valid 2 years ago
Ozzie Isaacs ec8844c7d4 Make pyPDF2 again to the favorite pdf metadata extractor 2 years ago
Ozzie Isaacs e5c8a7ce50 Change landing page for issues, to reduce number of empty issues 2 years ago
Ozzie Isaacs dc3cafd23d Debug message improved (fix for #2516) 2 years ago
Ozzie Isaacs 9de474e665 Add galician language to available translations (#2510) 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
Ozzie Isaacs b5d5660d04 Update version 2 years ago
Ozzie Isaacs fc9c641e55 Updated brazilian translation (fix #2496) 2 years ago
Ozzie Isaacs 68e21e1098 Fix #2495, Fix #2494 (Convert for not existent file no longer fails) 2 years ago
viljasenville 46e5305f23 Comic reader: ignore special files originating from Apple devices 2 years ago
Ozzie Isaacs a3f7dc2a5a Bugfix search with wrong custom column configured 2 years ago
Ozzie Isaacs ae3e3559b8 Rate limit prepared for feedback on login route 2 years ago
Ozzie Isaacs a72f16fd3a Fix missing or_ import 2 years ago
Ozzie Isaacs c2545315e1 Fix Ratings with 0 stars are counted as None 2 years ago
Ozzie Isaacs 61a0c72f8e Merge remote-tracking branch 'typo/fix-typos' 2 years ago
Ozzie Isaacs 1e44cb3b6c Merge remote-tracking branch 'cn/Translation/Simplifield_Chinese'
# Conflicts:
#	cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo
#	cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po
2 years ago
Ozzie Isaacs 462aa47ed6 Merge remote-tracking branch 'jp/japanese' 2 years ago
Ozzie Isaacs 7344ef353c Rate limited login 2 years ago
Ozzie Isaacs 3bde8a5d95 Encrypt passwords 2 years ago
Kian-Meng Ang c4104ddaf4 Fix typos 2 years ago
xlivevil b47c1d2431
Update Simplifield Chinese translation 2 years ago
subdiox 12071f3e64 Fix author & series ID translation 2 years ago
subdiox 92b6dbf26f Fix one Japanese translation 2 years ago
subdiox 98b554a3a0 Fix Japanese translation 2 years ago
Ozzie Isaacs 07c67b09db Merge remote-tracking branch 'uk/master' 2 years ago
Ozzieisaacs c5fc30a1be Bugfix error message missing custom read status column
Bugfix password validation
2 years ago
Ozzie Isaacs 29fd4ae4a2 Bugfixes create users
Update Teststatus
2 years ago
Ozzieisaacs 4ef8c35fb7 Bugfies password validation from testrun 2 years ago
Ozzieisaacs 04326af2da password validation working 2 years ago
Ozzieisaacs d6a31e5db8 config verify password working 2 years ago
Ozzie Isaacs 73d48e4ac1 Frontend for password strength 2 years ago
Ozzie Isaacs 02e1be09df Catch StaleDataError
Update requirements jsonschema
2 years ago
Ozzie Isaacs f85b587d0a Prevent converting of kepub on every new user (#2446)
Added error logging message if convert fails
If convert only task, only convert book message is logged
2 years ago
Ozzie Isaacs 89d522e389 Fix for #2445 (book read status can't be set if custom column is linked and read status was set before) 2 years ago
Thore Schillmann 2816a75c3e changed datetime format of published tag 2 years ago
Ozzie Isaacs 78b45f716a Bugfix for #2433 (LazyString is not JSON serializable if one of kepubify/ebook-convert/unrar is not installed) 2 years ago
Ozzie Isaacs 91df265d40 Fix for #2437 (advanced search for read status crashes calibre-web) 2 years ago
Illia Maier 7e7f54cfa7
Update Ukrainian translation
Update Ukrainian translation
2 years ago
Illia Maier 80bc14c0cf
Merge pull request #1 from Illia-M/Develop
Develop
2 years ago
Illia Maier 7685818b16
Update Ukrainian translation
Update Ukrainian translation
2 years ago
Ozzie Isaacs f44d42f834 Merge remote-tracking branch 'opds/bugfix_2419'
Bugfix send emails
2 years ago
GarcaMan bf12542df5 Updated Rotate Left/Right shortcut funtions to update inmediatly
Minor fixes
2 years ago
Ozzie Isaacs 25f2af3f03 Whitespaces are striped from email address (fixes #2432) 2 years ago
Ozzie Isaacs d90cfce97f Merge remote-tracking branch 'ldap/master' 2 years ago
Ozzie Isaacs 543fe12862 Merge remote-tracking branch 'epub_theme/epub_themes' 2 years ago
Ozzie Isaacs 4f66d6b3b1 Update ukranian translation 2 years ago
Illia Maier c36138b144
Update Ukrainian translations 2 years ago
Thore Schillmann 7f6e88ce5e fixes bug 2419 2 years ago
Ozzie Isaacs aa442d8c51 Update flask-login requirement 2 years ago
Aisha Tammy a3cd217cea allow @ in auto username detection
Signed-off-by: Aisha Tammy <aisha@bsd.ac>
2 years ago
Thore Schillmann 0f3f918153 multiple authors and publication date in opds feed 2 years ago
Ozzieisaacs 790080f2a0 Fix Cache Buster 2 years ago
Ozzieisaacs 4ea80e9810 Code cosmetics 2 years ago
leexia 3b7cd38d5e Fix grammar mistake 2 years ago
Evan Peterson 7ae9f89bbf
Merge branch 'Develop' into kobo-sync-detect-fixed-layout 2 years ago
Ozzie Isaacs 8a6a8dcbe8 Transfer gevent errors to log file
Transfer warnings from warnings module to logfile (#2394)
2 years ago
Ozzie Isaacs fbac3e38ac Eenabled send epubs to E-Reader devices 2 years ago
Ozzie Isaacs c1f1952b04 Updated jsonschema requirement
Testupdate
Fixed file mode of main.js
2 years ago
Ozzie Isaacs 5e4cf839bc Replace "ast" by "json.loads" to handle enums with default values/colors (fix for #2398) 2 years ago