Commit Graph

1044 Commits (3c4ed0de1a166be47cc02723ab0fa4b2a1af5007)

Author SHA1 Message Date
Ozzie Isaacs 3c4ed0de1a Added ratelimiterbackends 3 months ago
Ozzie Isaacs d659430116 Bugfix view None ratings caused error 500 in certain cases 4 months ago
Ozzie Isaacs 2bea4dbd06 Show List with no file formats available
Bugfix save order of format list view
4 months ago
Ozzie Isaacs 0180b4b6b5 Better error handling on next parameter 4 months ago
Ozzie Isaacs f7718cae0c Fix typo in send password message 4 months ago
Ozzie Isaacs 31a344b410 Bugfix from testrun 5 months ago
Ozzie Isaacs 902fa254b0 Merge branch 'master' into Develop 5 months ago
Ozzie Isaacs f0cc93abd3 Sanitze username for logging 5 months ago
Ozzie Isaacs d353c9b6d3 Fix #2945 (handle illegal multibyte sequence) 6 months ago
Ozzie Isaacs d68e57c4fc Implement split library and books
Bugfix arrows in comic reader
Fix kobo download link
Updated requirement
7 months ago
Ozzie Isaacs 5509d4598b Bugfix for showing series coatining only one book in list view containing having this book no series_index value set 9 months ago
Ozzie Isaacs 4f0f5b1495 Merge remote-tracking branch 'origin/Develop' into Develop
# Conflicts:
#	optional-requirements.txt
9 months ago
Ozzie Isaacs 6a14e2cf68 Next try showing last book of series in grid view 10 months ago
Ozzie Isaacs 9b99427c84 Merged comic save position 10 months ago
Ozzie Isaacs 860443079d Fix for (#2802) search request fails with error after browser session closed and currently returns all results 1 year ago
Ozzie Isaacs f2369609e8 Bugfix for non existent rating, language, and user downloaded books 1 year ago
Ozzie Isaacs e2785c3985 Added djv file format to djvu reader 1 year ago
Ozzie Isaacs 592216588c Revert "post" as search request. Search request is now get again (fix for #2741)
Revert "Auxiliary commit to revert individual files from 275675b48add79d2bbce06426cc1224c5e2c1bfb"

This reverts commit 6c920bc49f133d5c7451230448121f1f8b3cd9f2.
1 year ago
Ozzie Isaacs b9c942befc Fix for 'NoneType' object has no attribute 'author_sort' while trying to read a book (#2733) 1 year ago
Ozzie Isaacs 321db4d712 Refactored send email by make use of ajax calls instead of posting the page
Always use getPath instead of pathname
1 year ago
Ozzie Isaacs 64e9b13311 Bugfix after merge
Bugfix generate Metadata backup
1 year ago
Ozzie Isaacs 5c5db34a52 Merge branch 'master' into Develop
# Conflicts:
#	test/Calibre-Web TestSummary_Linux.html
1 year ago
Ozzie Isaacs 162ac73bee Bugfixes from testrun 1 year ago
Ozzie Isaacs fc31132f4e Merge remote-tracking branch 'pdf/master' 1 year ago
Ozzie Isaacs b28a2cc58c Merge branch 'master' into Develop
# Conflicts:
#	cps/web.py
#	test/Calibre-Web TestSummary_Linux.html
1 year ago
Ozzie Isaacs 595f01e7a3 Bugfix change erader email in /me page 1 year ago
Ozzie Isaacs 89bc72958e new random password generation algorithm to ensure compliance with password rules
bugfix opds login limit
1 year ago
Ozzie Isaacs 8ee34bf428 Bugfixes for password policy 1 year ago
Ozzie Isaacs ce48e06c45 Improved limiter 1 year ago
Ozzie Isaacs 63a3edd429 Merge remote-tracking branch 'csp/patch-2'
Updated testresult
1 year ago
Ozzie Isaacs 8d0a699078 Merge branch 'master' into Develop 1 year ago
Ozzie Isaacs 5b5146a793 Merge remote-tracking branch 'csp/patch-2' 1 year ago
Ozzie Isaacs fb42f6bfff Make it possible to disable ratelimiter
Update APScheduler
Error message on missing flask-limiter
1 year ago
Ozzie Isaacs 4b7a0f3662 Merge branch 'master' into Develop
# Conflicts:
#	cps/opds.py
#	cps/server.py
#	cps/web.py
1 year ago
Ozzie Isaacs 275675b48a Search query is now also a post request (possible fix for Forward Auth Search Redirect Issue #2681) 1 year ago
Ozzie Isaacs f8fbc807f1 further refactored user login 1 year ago
Ozzie Isaacs 1c3b69c710 refactored login routines 1 year ago
_Fervor_ 3f72c3fffe
Update web.py 1 year ago
Ozzie Isaacs 189da65fac leave fields filled after invalid login attempt 1 year ago
Ozzie Isaacs f241b260d7 Updated requirements
Bugfix from testrun
Testresults
1 year ago
Ozzie Isaacs 260a694834 Bugfixes after merge 1 year 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
1 year ago
Ozzie Isaacs 4913f06e0d Updated test status
Fix for #2614 (Send to eReader not working for guest user)
1 year 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';
1 year 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';
1 year ago
Ozzie Isaacs d48d6880af Update German translation 1 year ago
Ozzie Isaacs 77637d81dd Fix fro #2670 (user has no attribute eReader_mail) 1 year ago
Ozzie Isaacs a2bf6dfb7b Bugfix csp header
Bugfix for loading metadata from google with old books (publishing date only year)
1 year ago
Ozzie Isaacs 1cd05d614c Merge remote-tracking branch 'csp/patch-1' 1 year ago
Ozzie Isaacs 2be2920833 Fixed typo 1 year ago