Commit Graph

3241 Commits (de4d6ec7df4e261ee3ff9827018ef207818202fa)

Author SHA1 Message Date
Ozzie Isaacs 38c601bb10 Bugfix server restart to prevent infinite calibre-web instances 2 years ago
Ozzie Isaacs e7a6fe0bec Bugfix restart calibre-web on windows 2 years ago
Ozzie Isaacs 6119eb3681 Revert restart change 2 years ago
Ozzie Isaacs 6b2ca9537d revert restart change 2 years ago
Ozzie Isaacs 3cb9a9b04a Merge branch 'master' into Develop
# Conflicts:
#	cps/server.py
2 years ago
Ozzie Isaacs 3d8256b6a6 Bugfix for restarting on ubuntu 20.04 on restart 2 years ago
Ozzie Isaacs 660d1fb1ff Fix for infinite creation of subprocesses on restart 2 years ago
Ozzie Isaacs fa3fe47059 Fix for infinite process generation on restart 2 years ago
Ozzie Isaacs 89bc72958e new random password generation algorithm to ensure compliance with password rules
bugfix opds login limit
2 years ago
Ozzie Isaacs 7ca07f06ce Bugfix change password on commandline 2 years ago
Ozzie Isaacs 8ee34bf428 Bugfixes for password policy 2 years ago
Ozzie Isaacs 66d5b5a697 Exclude also .key file from updater 2 years ago
Ozzie Isaacs ce48e06c45 Improved limiter 2 years ago
Ozzie Isaacs f4ecfe4aca Merge branch 'master' into Develop
# Conflicts:
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs dda20eb912 Further improvements for sqlalchemy compatibility 2 years ago
GarcaMan c4326c9495 Merge branch 'master' of github.com:GarckaMan/calibre-web into long_strip_cbrreader 2 years ago
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