Ozzie Isaacs
ce48e06c45
Improved limiter
2023-02-12 13:10:00 +01:00
Ozzie Isaacs
f4ecfe4aca
Merge branch 'master' into Develop
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2023-02-11 07:44:40 +01:00
Ozzie Isaacs
dda20eb912
Further improvements for sqlalchemy compatibility
2023-02-11 07:43:48 +01:00
Ozzie Isaacs
63a3edd429
Merge remote-tracking branch 'csp/patch-2'
...
Updated testresult
2023-02-10 18:18:27 +01:00
Ozzie Isaacs
3b45234beb
Bugfix from testrun
2023-02-09 19:46:36 +01:00
Ozzie Isaacs
8d0a699078
Merge branch 'master' into Develop
2023-02-07 18:38:47 +01:00
Ozzie Isaacs
5b5146a793
Merge remote-tracking branch 'csp/patch-2'
2023-02-07 18:38:25 +01:00
Ozzie Isaacs
7a4e6fbdfb
Merge branch 'master' into Develop
...
# Conflicts:
# test/Calibre-Web TestSummary_Linux.html
2023-02-06 19:02:47 +01:00
Ozzie Isaacs
14d14637cd
Updated test status
...
updated jzip for epub reader
Bugfix for opds login with ldap
updated requirementes
2023-02-06 19:02:27 +01:00
Ozzie Isaacs
fb42f6bfff
Make it possible to disable ratelimiter
...
Update APScheduler
Error message on missing flask-limiter
2023-02-05 13:43:35 +01:00
Ozzie Isaacs
4b7a0f3662
Merge branch 'master' into Develop
...
# Conflicts:
# cps/opds.py
# cps/server.py
# cps/web.py
2023-02-05 12:10:01 +01:00
Ozzie Isaacs
275675b48a
Search query is now also a post request (possible fix for Forward Auth Search Redirect Issue #2681 )
2023-02-05 09:34:57 +01:00
Ozzie Isaacs
907606295d
Merge remote-tracking branch 'it/patch-1'
2023-02-05 08:50:33 +01:00
Ozzie Isaacs
794c6ba254
Updated chinese translation
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
ac13f6042a
Removed prints
...
Enabled additional reverse proxy authentication for opds feeds (fixes #2399 )
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
f8fbc807f1
further refactored user login
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
98da7dd5b0
remove g.user from before request
2023-02-05 08:47:10 +01:00
Ozzie Isaacs
1c3b69c710
refactored login routines
2023-02-05 08:47:10 +01:00
mapi68
1dd638a786
Update messages.po
2023-02-04 20:39:36 +01:00
Ozzie Isaacs
b9769a0975
Revert to latest syncronous jszip version to make comic reader work again
2023-02-01 18:46:23 +01:00
Ozzie Isaacs
189da65fac
leave fields filled after invalid login attempt
2023-01-29 13:20:22 +01:00
Ozzie Isaacs
1babb566fb
Update version
2023-01-29 09:55:32 +01:00
Ozzie Isaacs
c4e4acfc26
Stop scheduler also on restart calibre-web
2023-01-29 09:54:07 +01:00
Ozzie Isaacs
6afb429185
Stop Scheduler also on reboot
2023-01-29 09:53:02 +01:00
Ozzie Isaacs
f241b260d7
Updated requirements
...
Bugfix from testrun
Testresults
2023-01-29 09:52:25 +01:00
Ozzie Isaacs
260a694834
Bugfixes after merge
2023-01-28 18:59:14 +01:00
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
2023-01-28 18:52:50 +01:00
Ozzie Isaacs
4913f06e0d
Updated test status
...
Fix for #2614 (Send to eReader not working for guest user)
2023-01-24 18:07:21 +01:00
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';
2023-01-24 11:03:19 +01:00
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';
2023-01-24 10:51:48 +01:00
Ozzie Isaacs
36cb454d1c
Bugfixes from testrun
2023-01-23 16:04:25 +01:00
Ozzie Isaacs
8dd4d0be1b
Merge handle epub iodentifier
2023-01-23 12:55:09 +01:00
Ozzie Isaacs
d48d6880af
Update German translation
2023-01-22 13:53:10 +01:00
Ozzie Isaacs
94a6931d48
Handle version 3.0 of flask-babel
2023-01-22 12:09:19 +01:00
Ozzie Isaacs
c21a870b8e
Migrated pypdf2 to the now active developed pypdf
2023-01-22 11:31:47 +01:00
Ozzie Isaacs
791bc9621a
Improved parsing of pdf files, bugfix for pypdf2 > V3.0
2023-01-22 11:25:24 +01:00
Ozzie Isaacs
2d6fe483ba
Fix for #2657 (TypeError: 'NoneType' object is not iterable from amazon)
2023-01-22 08:02:17 +01:00
Ozzie Isaacs
77637d81dd
Fix fro #2670 (user has no attribute eReader_mail)
2023-01-22 07:42:44 +01:00
Ozzie Isaacs
a2bf6dfb7b
Bugfix csp header
...
Bugfix for loading metadata from google with old books (publishing date only year)
2023-01-21 17:09:02 +01:00
Ozzie Isaacs
1cd05d614c
Merge remote-tracking branch 'csp/patch-1'
2023-01-21 15:48:08 +01:00
Ozzie Isaacs
d75f681247
Merge remote-tracking branch 'no/Translate-to-norwegian'
2023-01-21 15:44:10 +01:00
Ozzie Isaacs
2be2920833
Fixed typo
2023-01-21 15:27:51 +01:00
Ozzie Isaacs
d6184619f5
New generated translation files
2023-01-21 15:27:11 +01:00
Ozzie Isaacs
43ee85fbb5
Removed unnecessary Unicode "u"
2023-01-21 15:23:18 +01:00
Ozzie Isaacs
8022b1bb36
Merge remote-tracking branch 'english/master'
2023-01-21 15:19:59 +01:00
Ozzie Isaacs
9e75c65af8
Merge remote-tracking branch 'pdfreader/issue-2659'
2023-01-21 14:27:59 +01:00
Ozzie Isaacs
7881950e66
Merge remote-tracking branch 'id-translation/master'
2023-01-21 14:18:45 +01:00
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.
2023-01-21 09:37:16 +07:00
Petipopotam
beb619c2c2
Correct CSP
...
no need blob: value for object-src
2023-01-19 20:19:55 +01:00
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
2023-01-19 19:56:27 +01:00