Ozzie Isaacs
2c9d4d2487
Merge remote-tracking branch 'djvu_mimetype/new_djvu_mimetyp'
2025-03-30 09:17:59 +02:00
Louis
eb02c9e5d4
Fix to use common djvu mimetype
2025-02-25 12:49:31 +01:00
Juan Orti Alcaine
1ee49791f4
Remove duplicated 'charset' in Content-Type header for Javascript files
...
Javascript files are served over HTTP with an incorrect Content-Type
header because the 'charset' option is duplicated:
$ curl -I http://127.0.0.1:8083/static/js/table.js
HTTP/1.1 200 OK
Content-Disposition: inline; filename=table.js
Content-Type: text/javascript; charset=UTF-8; charset=utf-8
Content-Length: 35967
Last-Modified: Sat, 16 Nov 2024 06:21:28 GMT
Cache-Control: no-cache
ETag: "1731738088.0-35967-471731799"
Date: Sat, 08 Feb 2025 16:30:42 GMT
Content-Security-Policy: default-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; img-src 'self' data:; object-src 'none';
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000
This header is not RFC 1521 compliant and it's breaking some reverse
proxy setups that perform compression. See this bug for reference:
https://github.com/crocodilestick/Calibre-Web-Automated/issues/217
2025-02-08 17:29:02 +01:00
Ozzie Isaacs
e7c2a85fd4
Fix for uploading azw files ( #3263 )
2024-12-22 13:11:59 +01:00
Ozzie Isaacs
ee7f393e67
enable mobi and rtf files for upload (fix for #3258 )
2024-12-15 19:58:29 +01:00
Ozzie Isaacs
42924d9508
Added logging of ip address ( #3237 )
...
Refactored Response(json.dumps -> make_response(jsonify..)
Update mimetypes - Allow different mimetypes for download and file upload check (#3245 , #3243 )
Bugfixes from tests
Updated optional-requirements
2024-12-07 07:27:00 +01:00
Ozzie Isaacs
190ee09e60
update Tests
...
Per request db connection
2024-11-26 06:13:18 +01:00
Ozzie Isaacs
75499b989c
Merge branch 'Develop'
2024-11-01 09:43:43 +01:00
Ozzie Isaacs
eb6563480f
Fix #3153 (In Firefox, Github OAuth login goes into infinite redirect loops)
2024-09-21 13:01:48 +02:00
Ozzie Isaacs
d0e166140f
Fix import pycountry on python 3.12 without warning
...
Fix shadowed "babel" name
2024-09-16 17:22:27 +02:00
Ozzie Isaacs
2617fa8af4
Improved Dependency check
2024-09-16 15:53:29 +02:00
Ozzie Isaacs
a56d1c80ae
Remove deprecated utcnow method
...
Bugfix mp3 cover metadata extraction
2024-08-10 18:55:24 +02:00
Ozzie Isaacs
b3d878bae8
Fix deprecation warning datetime
2024-08-07 13:53:27 +02:00
Ozzie Isaacs
0d359e9e57
Add cookie prefix environment variable to config
2024-08-04 15:52:19 +02:00
Ozzie Isaacs
e6ccd42f89
Fixed read statu search with linked column in advanced search
2024-07-31 19:25:01 +02:00
Ozzie Isaacs
e3be7595e2
Attention flask-httpAuth is additionally needed to run calibre-web
...
Updated pdf.js viewer
Refactored login routine (#2623 )
2024-07-18 20:42:25 +02:00
Ozzie Isaacs
ebe7cd7ba4
proxy login is now no longer saving cookies,
...
Cookies are saved in database for better Invalidation
Cookies expiry date is saved in database for further deletion (missing)
Database conversion is missing
2024-07-14 16:24:07 +02:00
Ozzie Isaacs
840f4d2010
Update to make upload of m4a and m4b files work ( #3102 )
2024-07-11 20:10:15 +02:00
Ozzie Isaacs
09c0794f1a
Refactored rename_authors
...
Bugfixes from tests
2024-06-29 09:50:00 +02:00
Ozzie Isaacs
b28a3635f8
Merge branch 'master' into Develop
...
# Conflicts:
# cps/editbooks.py
# requirements.txt
# setup.cfg
# test/Calibre-Web TestSummary_Linux.html
2024-06-24 14:42:00 +02:00
Ozzie Isaacs
1a1f1498a5
Bugfixes from Tests
2024-06-24 14:39:28 +02:00
Ozzie Isaacs
d5a57e3b07
Merge remote-tracking branch 'mimetype/python_magic_poc' into Develop
2024-06-23 12:16:40 +02:00
Ozzie Isaacs
64e4a1155c
Code cosmetics
...
Bugfix missing bleach tags (#3080 )
Bugfix pdfreader
2024-06-20 19:12:46 +02:00
Ozzie Isaacs
25a875b628
Fix for goodreads blocking "requests"
2024-05-10 09:42:44 +02:00
Ozzie Isaacs
c901ccbb01
Improved js password strength check
...
Improved check of CJK-Characters
2024-02-29 11:48:07 +01:00
Ozzie Isaacs
c3fc125501
Added command line option or overwriting limiter backend
...
Added logger functions to remove newlines in messages
CalibreTask has now a default name
2024-02-25 16:02:01 +01:00
Ozzie Isaacs
3c4ed0de1a
Added ratelimiterbackends
2024-02-25 09:00:49 +01:00
Ozzie Isaacs
3a08b91ffa
Added cb7 to supported comic files for upload and metadata extraction
2023-08-16 18:44:15 +02:00
Ozzie Isaacs
ed09814460
Prevent log_message on startup
...
logfile Parameter
2023-05-28 20:42:18 +02:00
Ozzie Isaacs
7ca07f06ce
Bugfix change password on commandline
2023-02-15 20:17:10 +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
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
94a6931d48
Handle version 3.0 of flask-babel
2023-01-22 12:09:19 +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
Ozzieisaacs
6598c4d259
Add rate limit for opds
2022-09-04 19:47:04 +02:00
Ozzie Isaacs
7344ef353c
Rate limited login
2022-07-02 19:46:58 +02:00
Ozzie Isaacs
3bde8a5d95
Encrypt passwords
2022-07-02 17:45:24 +02:00
Ozzie Isaacs
73d48e4ac1
Frontend for password strength
2022-06-16 08:33:39 +02:00
Ozzie Isaacs
5d5a94c9e5
Bugfix start as program
2022-04-29 18:26:09 +02:00
Ozzie Isaacs
a968ddaef2
Bugfixes after testrun
2022-04-28 21:09:03 +02:00
Ozzie Isaacs
2e007a160e
reenable startup logging
...
Bugfixes from refactoring and merge
2022-04-26 14:45:06 +02:00
Ozzie Isaacs
e7464f2694
Refactored web.py to shrink size of file
2022-04-26 11:49:06 +02:00
Ozzie Isaacs
9410b47144
Refactored startup for compatibility with pyinstaller 5.0
2022-04-26 11:10:44 +02:00
Ozzie Isaacs
9a8093db31
Thumbnail is generated directly after a book is added
2022-04-22 16:13:51 +02:00
Ozzie Isaacs
fe5d684d2c
Merge branch 'master' into cover_thumbnail
2022-04-13 18:37:44 +02:00
Ozzie Isaacs
1136383b9a
Bugfix for cli folder names as -p or -g parameters
2022-04-11 19:15:50 +02:00
Ozzie Isaacs
d9a83e0638
Merge branch 'master' into cover_thumbnail
...
# Conflicts:
# cps/editbooks.py
# cps/helper.py
# cps/web.py
# test/Calibre-Web TestSummary_Linux.html
2022-03-14 19:41:47 +01:00
Ozzie Isaacs
4545f4a20d
Better epub cover parsing with multiple cover-image items
...
Code cosmetics
renamed variables
refactored xml page generation
refactored prepare author
2022-03-13 19:00:37 +01:00
Ozzie Isaacs
4a0dde0371
Merge remote-tracking branch 'cover_images/thumbnails' into cover_thumbnail
...
# Conflicts:
# cps/admin.py
# cps/config_sql.py
# cps/helper.py
# cps/tasks/upload.py
# cps/updater.py
# cps/web.py
2022-02-08 19:55:20 +01:00
Ozzie Isaacs
895f68033f
Improved detection of changed database
2022-02-06 14:22:55 +01:00