Commit Graph

309 Commits (91e6d94c83912c4a7830568ddb6693161ec8355a)

Author SHA1 Message Date
Ozzie Isaacs 91e6d94c83 Improved displaying of username and task title in tasks 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 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
Ozzie Isaacs d128b037a5 Fix for editing files on windows 4 years ago
OzzieIsaacs bb03026589 Fixes from merge problems 4 years ago
Ozzieisaacs eb37e3a52b Fix UI Deelete Buttons in Edit Books page
Fix Conversion of multiple formats of one book in the queue with gdrive
4 years ago
Ozzieisaacs 23d66a0d68 Fix 4 years ago
OzzieIsaacs e29247774c Bugfixes for uploading books to GDrive with new worker 4 years ago
Ozzieisaacs 449d31e8a1 Refactored update_dir_structure_file 4 years ago
blitzmann ded480207b Add link to convert task, fixes #1589 4 years ago
OzzieIsaacs 62dd29d2f3 Renamed email to mail due to naming conflict in python2 4 years ago
OzzieIsaacs 9e5cad0dc8 Merge new worker thread 4 years ago
blitzmann 572ac4a17b Fix for deleting old, completed tasks
(cherry picked from commit e066d7a4b0f47d3327696a11795cdc923ff0f6f3)
4 years ago
blitzmann 6322919bc7 Merge branch 'Develop' into tasks
# Conflicts:
#	cps/db.py
4 years ago
blitzmann b81b8a1dea Fix registration email 4 years ago
blitzmann 508f49df18 Remove completed tasks and sort the tasks by date added when calling `.tasks` 4 years ago
blitzmann 6a8ae9c0c4 Merge remote-tracking branch 'upstream/master' into tasks
# Conflicts:
#	cps/helper.py
4 years ago
OzzieIsaacs cf35c9dcef Merge remote-tracking branch 'name/patch-2' into master 4 years ago
OzzieIsaacs 45ff9394f2 Fix comma separated author names during for upload 4 years ago
blitzmann 414043ded1 Remove references to old worker, turn off calibre_db task queue (for now until I can determine if it's needed still), and attempt to re-implement email progress tracking (not working at the moment) 4 years ago
blitzmann 2533c9c14e Continue converting tasks - email and upload tasks 4 years ago
blitzmann f10f0dada6 First working PoC with a new task structure 4 years ago
Ryan Holmes 969105b205
Trim whitespace from filename
This avoids an OSError when the book's metadata has whitespace at the end of it.
4 years ago
Ozzie Isaacs 0ccc3f7252 Fixes for windows (moving files not allowed -> Close pdf after metadata extracting, add os.path.normcase to path while renaming folders, as thi caused also trouble
Added hint for missing ghostcript on cover extraction
4 years ago