Commit Graph

430 Commits (master)

Author SHA1 Message Date
Ozzie Isaacs ae9a970782 Add button to update cover cache (for usecase sideloaded changed cover)
Bugfix logig start background schedue
2 years ago
Ozzie Isaacs 1e723dff3a Make texts in Background thread translatable 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 2f5b9e41ac Reduce number visible System tasks in Tasks list 2 years ago
Ozzie Isaacs 9a8093db31 Thumbnail is generated directly after a book is added 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
Ozzie Isaacs 3d2e7e847e Merge branch 'master' into cover_thumbnail
# Conflicts:
#	setup.cfg
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 8adae6ed0c Handle permission errors for static files (Fix for #2358)
Version bump
2 years ago
Ozzie Isaacs afaf496fbe Merge branch 'master' into cover_thumbnail
# Conflicts:
#	cps/db.py
#	cps/templates/author.html
#	cps/templates/discover.html
#	cps/templates/index.html
#	cps/templates/search.html
#	cps/templates/shelf.html
#	cps/web.py
#	requirements.txt
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 834edadc28 Possible fix for #2350 and #2351 (databse locked)
Fix for #2309 (long unicode filenames could get to long)
2 years ago
Ozzie Isaacs 73d359af05 Bugfix logging with gdrive
Update optional-requirements.txt
2 years ago
Ozzie Isaacs 2f949ce1dd Enabled search for text based custom column content in simple search (fix for #2279) 2 years ago
Ozzie Isaacs ec53570118 Merge branch 'master' into cover_thumbnail
# Conflicts:
#	cps/editbooks.py
#	test/Calibre-Web TestSummary_Linux.html
2 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
2 years ago
Ozzie Isaacs 06e8845641 Implement delete thumbnail entry
Implement delete cache_dir on database change
2 years ago
Ozzie Isaacs 034ab73ccc Added environment variables for reconnect 2 years ago
Ozzie Isaacs 399ddc5d6f Update testresults 2 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
2 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
2 years ago
Ozzie Isaacs 3b5e5f9b90 Undo check of read checkbox in case of error
Display error message in details modal dialog
Bugfix set archive bit in booktable
Translate error message readstatus change
2 years ago
Ozzie Isaacs 4379669cf8 Database error is more detailed
renamed debug_or_exception to error_or_exception
2 years ago
Ozzie Isaacs 598618e428 Fix rename_files_on_change return handling
Updated test result
2 years ago
Ozzie Isaacs 965352c8d9 Don't allow redirects on cover uploads, catch more addresses which resolve to localhost 2 years ago
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
2 years ago
Ozzie Isaacs 5b3015619d Save book read status on edit in books table 2 years ago
Ozzie Isaacs cfa6b405da Upload files to gdrive with author rename working 2 years ago
Ozzie Isaacs 26a8ac1425 Mass rename author before last stage 2 years ago
Ozzie Isaacs 0bc15636f2 Bugfixes for renaming authors on gdrive 2 years ago
Ozzie Isaacs 111ab121b1 Bugfix upload file with existing author 2 years ago
Ozzie Isaacs 1e04b51148 Renaming of co-authors which are authors in another book 2 years ago
Ozzie Isaacs 3ae1b97d72 Fix renaming title and author in the same request 2 years ago
mmonkey 032fced9c7 Merge branch 'develop' into thumbnails 2 years ago
mmonkey 18ce310b30 Merge branch Develop into thumbnails 2 years ago
Ozzie Isaacs 6339d25af0 Bugfixes from testrun 2 years ago
Ozzie Isaacs 3c4cd22d9e Renaming files on gdrive seem to work 2 years ago
Ozzie Isaacs 128db26301 Resolved merge conflicts 2 years ago
Ozzie Isaacs d8f5bdea6d Refactor rename author/title on gdrive 2 years ago
Ozzie Isaacs 127bf98aac Merge branch 'master' into Develop
# Conflicts:
#	cps/templates/detail.html
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs ede273a8f9 Added variable to allow loading cover from localhost 2 years ago
Ozzie Isaacs bc7a305285 Deleted book formats remove book from synced to kobo table
updated teststatus
2 years ago
Ozzie Isaacs de1bc3f9af Fix #2265 (add book to shelf on popup for book details)
Updated testresults
2 years ago
Ozzieisaacs 47f5e2ffb4 Remove python2 urllib imports
Fix for "javascript:" script links in identifier
2 years ago
Ozzieisaacs 7eb875f388 Improvement for gdrive rename authors 2 years ago
Ozzieisaacs bdedec90dd Catch more Gdrive errors (#2233) 2 years ago
Ozzie Isaacs 2e815147fb Merge branch 'master' into Develop
# Conflicts:
#	cps/kobo_sync_status.py
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 592288cb22 Fix inverted "convert to English characters" setting 2 years ago
Ozzie Isaacs 6e15280fac Start renaming author names on gdrive 3 years ago
Ozzie Isaacs d217676350 Upated testresult
Bugfix book table
3 years ago
Ozzie Isaacs cd5711e651 Merge branch 'master' into Develop
# Conflicts:
#	cps/web.py
3 years ago
Ozzie Isaacs 91a21ababe Allow download of archived books 3 years ago
Ozzie Isaacs a1d372630d Added missing language bit (fixes #2187)
Added handling of wrong .jpg cover file content
Guest sorting options are now stored in the session
Updated teststatus
3 years ago
Ozzieisaacs 6deb527769 Merge branch 'master' into Develop 3 years ago
Ozzie Isaacs 5ede079401 Handling of invalid cover files on upload 3 years ago
Ozzieisaacs 8e5bb02a28 Merge author rename 3 years ago
Ozzieisaacs baba205bce Rename everything on rename authors 3 years ago
Ozzie Isaacs ed26d34961 Code cleaning (remove python2) 3 years ago
mmonkey 46205a1f83 Made long running tasks cancellable. Added cancel button to cancellable tasks in the task list. Added APP_MODE env variable for determining if the app is running in development, test, or production. 3 years ago
mmonkey 0bd544704d Added series cover thumbnail generation. Better cache file handling. 3 years ago
mmonkey be28a91315 Simplified all of the thumbnail generation and loading. 3 years ago
mmonkey 8bee2b9552 Added CACHE_DIR env variable, graceful handling when APScheduler is not installed 3 years ago
mmonkey d648785471 Review feedback fixes 3 years ago
mmonkey 04a5db5c1d Resolve merge conflicts 3 years ago
Ozzie Isaacs 86ef1d47e8 Bugfixes from testrun 3 years ago
Ozzieisaacs 10e212fcde Merge branch 'master' into Develop 3 years ago
Ozzie Isaacs d4cfad6363 Fixed several text problems from tasks
Fixed task update
3 years ago
Ozzie Isaacs 3a24561ca2 Removed additional " from convert message 3 years ago
Ozzie Isaacs 3946ef8f0d Merge branch 'master' into Develop
# Conflicts:
#	cps.py
#	cps/web.py
3 years ago
Ozzie Isaacs 91e6d94c83 Improved displaying of username and task title in tasks 3 years ago
Ozzie Isaacs ceec1051d5 Added option to save books with no nenglish characters
Imporvements on metadata search
3 years ago
Ozzie Isaacs 259ac94b93 Fix error unclosed IO on external binary version query 3 years ago
Ozzie Isaacs f8de7e75cc Fix error unclosed IO on external binary version query 3 years ago
Ozzie Isaacs 480aecb16c Fix #2046 (Deleting book with additional "/" in database path is working) 3 years ago
Ozzie Isaacs 4e3a5ca33b Added additional debug messages, catch additional errors in updater 3 years ago
Ozzieisaacs ae97e87506 Delete user working from user table (#1938)
Comment in helper
3 years ago
Ozzie Isaacs 8acd1f1fe4 Code refactoring and improved error handling for edit user list
Update teststatus
3 years ago
Ozzie Isaacs 665210e506 Fixes for book edit with title sort and author sort 3 years ago
Ozzie Isaacs 9864d932e0 Changed user.nickname to user.name
Added function to view downloads of all users for admins
3 years ago
Ozzie Isaacs dd30ac4fbd Added thumbnails
Merge remote-tracking branch 'cover/thumbnails' into development

# Conflicts:
#	cps/admin.py
#	cps/templates/layout.html
#	cps/ub.py
#	cps/web.py
Update join for sqlalchemy 1.4
3 years ago
Ozzie Isaacs 9a963bbe79 Refactored code
Testrun
3 years ago
Ozzie Isaacs 2451605033 Merge remote-tracking branch 'djvu/read-djvu' into master 3 years ago
Ozzie Isaacs 6229e4610a Updated teststatus and bugfix convert ebooks 3 years ago
Ozzie Isaacs 725fc658f8 Some code cosmetics 3 years ago
Ozzie Isaacs bbf609b880 Fix #1859 (Upload of jpg files without installed imagemagick doesn't work) 3 years ago
Ozzie Isaacs 34a474101f Fix #1838 (Log message on failed OPDS login) 3 years ago
jvoisin b8ab66369e Remove some unused imports 3 years ago
Ozzieisaacs 1a83bddf8c Merge bubble read status 3 years ago
Ozzieisaacs b637a63e71 Refactored exception logging 4 years ago
Ozzieisaacs d9b22fd513 log exceptions only in debug mode 4 years ago
Ozzie Isaacs db91577485 Use calibre-web folder in tempdir on upload cover and metadata backup
fix upload cover on windows (slash vs. backslash)
4 years ago
Ozzieisaacs 72a02e087c Update optional pydrive requirement
Bugfix cover url download for Wand insted of Pillow
Fix for gdrive with unknown certificates
4 years ago
Ozzieisaacs 352b4a0b73 Remove Pillow as dependency 4 years ago
OzzieIsaacs 8f36128fe3 Merge branch 'session' into Develop 4 years ago
Ozzieisaacs 777c2726d3 Changed session_handing 4 years ago
Ozzieisaacs 32b7b39223 Added function to download debug information 4 years ago
verglor 2343c79126 Use djvu_html5 to read djvu format in browser 4 years ago
Ozzieisaacs cd57731593 Merge remote-tracking branch 'sec_fixes/unused_imports' into master 4 years ago
Ozzieisaacs 5701e08db9 Fix for #1668 4 years ago
jvoisin 19b2a334e4 Remove unused imports 4 years ago
celogeek b2594468b4
add helper to get all read books 4 years ago