Commit Graph

3225 Commits (a72f0a160b6067afb83aea0393b40649a1cc3349)

Author SHA1 Message Date
Ozzie Isaacs 63a3edd429 Merge remote-tracking branch 'csp/patch-2'
Updated testresult
2 years ago
Ozzie Isaacs 3b45234beb Bugfix from testrun 2 years ago
Ozzie Isaacs 8d0a699078 Merge branch 'master' into Develop 2 years ago
Ozzie Isaacs 5b5146a793 Merge remote-tracking branch 'csp/patch-2' 2 years ago
Ozzie Isaacs 7a4e6fbdfb Merge branch 'master' into Develop
# Conflicts:
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 14d14637cd Updated test status
updated jzip for epub reader
Bugfix for opds login with ldap
updated requirementes
2 years ago
Ozzie Isaacs fb42f6bfff Make it possible to disable ratelimiter
Update APScheduler
Error message on missing flask-limiter
2 years ago
Ozzie Isaacs 4b7a0f3662 Merge branch 'master' into Develop
# Conflicts:
#	cps/opds.py
#	cps/server.py
#	cps/web.py
2 years ago
Ozzie Isaacs 275675b48a Search query is now also a post request (possible fix for Forward Auth Search Redirect Issue #2681) 2 years ago
Ozzie Isaacs 907606295d Merge remote-tracking branch 'it/patch-1' 2 years ago
Ozzie Isaacs 794c6ba254 Updated chinese translation 2 years ago
Ozzie Isaacs ac13f6042a Removed prints
Enabled additional reverse proxy authentication for opds feeds (fixes #2399)
2 years ago
Ozzie Isaacs f8fbc807f1 further refactored user login 2 years ago
Ozzie Isaacs 98da7dd5b0 remove g.user from before request 2 years ago
Ozzie Isaacs 1c3b69c710 refactored login routines 2 years ago
mapi68 1dd638a786
Update messages.po 2 years ago
_Fervor_ 6da7d05c6c
Update readpdf.html 2 years ago
_Fervor_ 3f72c3fffe
Update web.py 2 years ago
Ozzie Isaacs b9769a0975 Revert to latest syncronous jszip version to make comic reader work again 2 years ago
Ozzie Isaacs 189da65fac leave fields filled after invalid login attempt 2 years ago
Ozzie Isaacs 1babb566fb Update version 2 years ago
Ozzie Isaacs c4e4acfc26 Stop scheduler also on restart calibre-web 2 years ago
Ozzie Isaacs 6afb429185 Stop Scheduler also on reboot 2 years ago
Ozzie Isaacs f241b260d7 Updated requirements
Bugfix from testrun
Testresults
2 years ago
Ozzie Isaacs 260a694834 Bugfixes after merge 2 years ago
Ozzie Isaacs 508e2b4d0a Merge branch 'master' into Develop
# Conflicts:
#	cps/admin.py
#	cps/config_sql.py
#	cps/search.py
#	cps/templates/admin.html
#	cps/web.py
#	setup.cfg
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 4913f06e0d Updated test status
Fix for #2614 (Send to eReader not working for guest user)
2 years ago
Petipopotam d545ea9e6f
CSP invalid to display image when web.read_book
CSP 
Before : default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; style-src-elem 'self' blob: 'unsafe-inline'; object-src 'none';
After :    default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data: blob:; style-src-elem 'self' blob: 'unsafe-inline';object-src 'none';
2 years ago
Petipopotam 1ad8dc102a
CSP invalid syntax
CSP had some "cosmetic" errors

Before : default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data: style-src-elem 'self' blob: 'unsafe-inline';object-src: 'none';
After :    default-src 'self'  'unsafe-inline' 'unsafe-eval'; font-src 'self' data:;  img-src 'self' data:; style-src-elem 'self' blob: 'unsafe-inline'; object-src 'none';
2 years ago
Ozzie Isaacs 36cb454d1c Bugfixes from testrun 2 years ago
Ozzie Isaacs 8dd4d0be1b Merge handle epub iodentifier 2 years ago
Ozzie Isaacs d48d6880af Update German translation 2 years ago
Ozzie Isaacs 94a6931d48 Handle version 3.0 of flask-babel 2 years ago
Ozzie Isaacs c21a870b8e Migrated pypdf2 to the now active developed pypdf 2 years ago
Ozzie Isaacs 791bc9621a Improved parsing of pdf files, bugfix for pypdf2 > V3.0 2 years ago
Ozzie Isaacs 2d6fe483ba Fix for #2657 (TypeError: 'NoneType' object is not iterable from amazon) 2 years ago
Ozzie Isaacs 77637d81dd Fix fro #2670 (user has no attribute eReader_mail) 2 years ago
Ozzie Isaacs a2bf6dfb7b Bugfix csp header
Bugfix for loading metadata from google with old books (publishing date only year)
2 years ago
Ozzie Isaacs 1cd05d614c Merge remote-tracking branch 'csp/patch-1' 2 years ago
Ozzie Isaacs d75f681247 Merge remote-tracking branch 'no/Translate-to-norwegian' 2 years ago
Ozzie Isaacs 2be2920833 Fixed typo 2 years ago
Ozzie Isaacs d6184619f5 New generated translation files 2 years ago
Ozzie Isaacs 43ee85fbb5 Removed unnecessary Unicode "u" 2 years ago
Ozzie Isaacs 8022b1bb36 Merge remote-tracking branch 'english/master' 2 years ago
Ozzie Isaacs 9e75c65af8 Merge remote-tracking branch 'pdfreader/issue-2659' 2 years ago
Ozzie Isaacs 7881950e66 Merge remote-tracking branch 'id-translation/master' 2 years 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.
2 years ago
Petipopotam beb619c2c2
Correct CSP
no need blob: value for object-src
2 years 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
2 years ago
blitzmann 364c48edd8 PdfFileReader -> PdfReader 2 years ago
Ozzie Isaacs e178efb58c Update for #2653 (AP Scheduler triggers are function calls and not strings anymore) 2 years 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