Commit Graph

3932 Commits (e32312b54a99507e211dbd134564d8fc7765cd8b)
 

Author SHA1 Message Date
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 cf9a7d538f
Add .key file to ignored files 2 years ago
Ozzie Isaacs ea9e8d4384
Delete .key 2 years ago
Ozzie Isaacs b9769a0975 Revert to latest syncronous jszip version to make comic reader work again 2 years ago
Ozzie Isaacs 3a262661b5 Update test status 2 years ago
Ozzie Isaacs d2056ceb51 Updated readme to make
and exclude library from getting zipped
2 years ago
Ozzie Isaacs e71a3452e1 Added empty database 2 years ago
Ozzie Isaacs 189da65fac leave fields filled after invalid login attempt 2 years ago
Ozzie Isaacs 0e6b7f96d3 Update flask requirement 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 9701a97a57 Updated optional-requirements 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 1899cda8d1 Update Teststatus 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 ad43f07dab Added additional installation hints based on #2660 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
Ozzie Isaacs 031658ae94 Update teststatus 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