Commit Graph

239 Commits (de989783e8fc53c2a88a82191e0f4b9f525dfdca)

Author SHA1 Message Date
Ozzie Isaacs bc1c097271 Updated readme for setup calibre binaries
Added h tags to recognized tags for sanitizing comments
Avoid depreciation warning in lubimyczytac
Removed some unsed imports
2 months ago
Ozzie Isaacs e02610e2f0 Bugfixes change author 3 months ago
Ozzie Isaacs 09c0794f1a Refactored rename_authors
Bugfixes from tests
3 months ago
Ozzie Isaacs b28a3635f8 Merge branch 'master' into Develop
# Conflicts:
#	cps/editbooks.py
#	requirements.txt
#	setup.cfg
#	test/Calibre-Web TestSummary_Linux.html
3 months ago
Ozzie Isaacs 6441f5f96b Prevent non unique authors on upload 3 months ago
Ozzie Isaacs d5a57e3b07 Merge remote-tracking branch 'mimetype/python_magic_poc' into Develop 3 months ago
Ozzie Isaacs 64e4a1155c Code cosmetics
Bugfix missing bleach tags (#3080)
Bugfix pdfreader
3 months ago
Ozzie Isaacs f7d5480811 Make bleach mandatory 3 months ago
yunimoo 7eece7603b Add mime_type checks on file uploads 4 months ago
Ozzie Isaacs 7e85894b3a Bugfix for goodreads (html formated info for authors now visible) 4 months ago
Ozzie Isaacs 3a603cec22 Handle error on uploading a book with lxml too new and no bleach, nh3 installation 5 months ago
Ozzie Isaacs e860b4e097 Back function implemented for delete book and edit book 7 months ago
Ozzie Isaacs 902fa254b0 Merge branch 'master' into Develop 9 months ago
Ozzie Isaacs 977f07364b Fix for #2961 (empty comment with newline causes error 500 on upload)
Language of error message for kobo sync improved
9 months ago
Ozzie Isaacs 3bbd8ee27e Use belach or nh3 for cleaning html (fix for #2874) 11 months ago
Ozzie Isaacs f78e0ff938 Use belach or nh3 for cleaning html (fix for #2874) 11 months ago
Ozzie Isaacs d68e57c4fc Implement split library and books
Bugfix arrows in comic reader
Fix kobo download link
Updated requirement
11 months ago
Ozzie Isaacs 4f0f5b1495 Merge remote-tracking branch 'origin/Develop' into Develop
# Conflicts:
#	optional-requirements.txt
1 year ago
Ozzie Isaacs 8535bb5821 Fix "got an unexpected keyword argument 'rarExecutable'" during format upload 1 year ago
Ozzie Isaacs 52172044e6 Fix deprecation warnings 1 year ago
Ozzie Isaacs df74fdb4d1 Update edit identifiers 1 year ago
Ozzie Isaacs e63a04093c Bugfix rename author in book list 1 year ago
Ozzie Isaacs 062efc4e78 Bugfix change uppercase/lowercase on edit authors
Remove autocomplete on several elements to make typeahead work without problems
1 year ago
Ozzie Isaacs 4dc5885723 Bugfix for upper/lowercase rename if not before part of book 1 year ago
Ozzie Isaacs 3ef34c8f15 Bugfixes rename upper-lowercase after testrun 1 year ago
Ozzie Isaacs bd4b7ffaba Fix for upper lower change of non ascii values in series, tags, ... 1 year ago
Ozzie Isaacs d35e781d41 Bugfixes after testrun
Catch StaleDataError
2 years ago
Ozzie Isaacs cbd679eb24 Bugfix write metadata
Bugfix change of custom column now sets updates the book timestamp
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 44f6655dd2 Catch one additional database error on edit book 2 years ago
Ozzieisaacs ca0ee5d391 backup metadata first step 2 years ago
Ozzie Isaacs 02e1be09df Catch StaleDataError
Update requirements jsonschema
2 years ago
Ozzie Isaacs 2e007a160e reenable startup logging
Bugfixes from refactoring and merge
2 years ago
Ozzie Isaacs e7464f2694 Refactored web.py to shrink size of file 2 years ago
Ozzie Isaacs 9410b47144 Refactored startup for compatibility with pyinstaller 5.0 2 years ago
Ozzie Isaacs 1e723dff3a Make texts in Background thread translatable 2 years ago
Ozzie Isaacs 8421a17a82 Always catch sqlite create_function error 2 years ago
Ozzie Isaacs 069dc2766f Update optional-requirements
Bugfix with serializing tasks
Bugfix order of tasks (id was used instead of task_id)
Code cosmetics
2 years ago
Ozzie Isaacs 9a8093db31 Thumbnail is generated directly after a book is added 2 years ago
Ozzie Isaacs 3c98cd1b9a Merge branch 'master' into cover_thumbnail
# Conflicts:
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs d75d95f401 Merge remote-tracking branch 'epub_meta/master' 2 years ago
Ozzie Isaacs fe5d684d2c Merge branch 'master' into cover_thumbnail 2 years ago
Ozzie Isaacs 83b99fcb1a Fix cover upload url with spaces at the end
Support image/jpg as upload format mimetype, remove redundant check of mimetype
2 years ago
Wulf Rajek adf6728f14 Gracefully deal with incorrect dates 2 years ago
Wulf Rajek 2d0af0ab49 Add pubdate, publisher and identifiers metadata #2163 2 years ago
Ozzie Isaacs ec53570118 Merge branch 'master' into cover_thumbnail
# Conflicts:
#	cps/editbooks.py
#	test/Calibre-Web TestSummary_Linux.html
3 years ago
Ozzie Isaacs 8cb5989c97 Catch additional error on not existing custom column linked to read column (#2341)
Prevent metadata changes are lost on edit books with errors (#2326)
Better log output
Renamed log message on database delete
3 years ago
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
3 years ago
Ozzie Isaacs 4545f4a20d Better epub cover parsing with multiple cover-image items
Code cosmetics
renamed variables
refactored xml page generation
refactored prepare author
3 years ago