Commit Graph

2423 Commits (70da46b05e2f133b47336c2af5a4a03a9f2d3e07)
 

Author SHA1 Message Date
blitzmann 04081f62c4 Delete old worker thread class / logic
blitzmann 0f28dc5e55 Remove the queue stuff for CalibreDB (is no longer used)
blitzmann 508f49df18 Remove completed tasks and sort the tasks by date added when calling `.tasks`
blitzmann bec280c6b1 Add some error handling
blitzmann 6a8ae9c0c4 Merge remote-tracking branch 'upstream/master' into tasks
# Conflicts:
#	cps/helper.py
blitzmann ac22483f98 Add error handling to the email task within the convert task
blitzmann 59d56d5c83 py27 support (I think) and some clean up
OzzieIsaacs cdaad2fb4a Merge branch 'master' into Develop
OzzieIsaacs 843279bacb Merge remote-tracking branch 'jef/jef/download-kobo' into master
blitzmann a000de0270 Some clean up
blitzmann bf41b04cfa Remove convert task from db.py - with the fixed from , this no longer seems to be needed
blitzmann 9ce2e8ea53 Fix progress indication for emails that have been completed.
OzzieIsaacs f066926fc9 Merge branch 'master' into Develop
OzzieIsaacs 4c38b0ab10 Prepare for save name sort order
OzzieIsaacs cf35c9dcef Merge remote-tracking branch 'name/patch-2' into master
OzzieIsaacs 45ff9394f2 Fix comma separated author names during for upload
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)
blitzmann 2533c9c14e Continue converting tasks - email and upload tasks
blitzmann f10f0dada6 First working PoC with a new task structure
OzzieIsaacs 282859bc1b Merge remote-tracking branch 'github/master' into master
OzzieIsaacs a3ae97a5a3 Fix (author name not shown in change book order in shelfs)
OzzieIsaacs ed8275a20b Fix (author name not shown in change book order in shelfs)
OzzieIsaacs f2add3f788 Migration of view settings working in User database
Book Merge gives now feedback on what is done
OzzieIsaacs ad144922fb Merge with master
OzzieIsaacs b9c0f2a3d3 Merge remote-tracking branch 'origin/master' into master
OzzieIsaacs 0cc07362b8 Fix for
Brandon Ingli 4ee5dcaff3
Elevate Log Messages in web.py
Elevates login failure log messages and register failure log messages from INFO to WARNING, "Unknown Error" to ERROR, and fixes misspelling of "address" in web.py log messages. Misspelling remains in variable names to avoid breaking changes.
Ozzie Isaacs 4d44746a88 Change settings database gdrive watch to JSON
OzzieIsaacs 1535bdbcd8 Merge remote-tracking branch 'memorydatabase/issue/1564'
OzzieIsaacs ecb160b28d Merge remote-tracking branch 'pypy/fix-pypy3-settings-database-error'
OzzieIsaacs 7e9941def0 Updated test results
OzzieIsaacs f9c6fb30bf Excluded series type again, as it causes problems upon reconnect
Ozzie Isaacs 94ad93ebd7 Added series like custom columns
blitzmann 0e1ec5034e Fix for - using memory database in multiple threads.
See also: https://docs.sqlalchemy.org/en/13/dialects/sqlite.html#using-a-memory-database-in-multiple-threads
Marvel Renju 76b0505bd9 Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py
Changed all the statements in ub.py to use python context managers so that conn.close() is called automatically.  (https://docs.sqlalchemy.org/en/13/core/connections.html)
OzzieIsaacs b309c1fc91 Fix filenames (Escape "\") for searching calibre excecutable on windows
OzzieIsaacs b9a802a19c Merge remote-tracking branch 'cover_path/patch-1'
OzzieIsaacs a882ad3e65 Merge remote-tracking branch 'contrib/patch-1'
Ryan Holmes 969105b205
Trim whitespace from filename
This avoids an OSError when the book's metadata has whitespace at the end of it.
Ryan Holmes 28bfb06c67
Revert the deletion of another line
This was done by mistake, whoops!
Ryan Holmes 704dcb3e58
Move assignment of `new_coverpath`
With the assignment originally being within the try, if the try failed, the exception wouldn't have access to the value
Efreak a7e723d8d4
Spelling/grammar in CONTRIBUTING.md
Ren Wei 4c6f5096be get metadata, typo, if no result from google, it will display the noresult msg, regardless of the others results.
Ozzie Isaacs 1a1d105fae Fix (Floating point numbers showing 2 decimals on details page
Ozzie Isaacs 42a0639bb5 Fix (Invalid LDAP Cert Path no longer crashes app)
Ozzie Isaacs e27b08203d Fix (white background on transparent cover instead of black one)
Ozzie Isaacs 25fc6f1937 Further fixes for (Handle improper migrated database with config_mature_content_tags, allowed_tags, denied_tags, denied_column_value, allowed_column_value NULL instead of "")
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
Ozzie Isaacs 66acd1821d Update Gdrive integration (Error Handling on Callback and wording)
Ozzie Isaacs 93a0217d5f Fix for (Handle improper migrated database with config_mature_content_tags NULL instead of "")