Commit Graph

100 Commits (224777f5e343b9b4a3ac85b26c560a4b5c625fca)

Author SHA1 Message Date
Ozzie Isaacs 224777f5e3 Handle case that cover size is smaller than thumbnail size
Update teststatus
1 year ago
Ozzie Isaacs cbd679eb24 Bugfix write metadata
Bugfix change of custom column now sets updates the book timestamp
1 year ago
Ozzie Isaacs cf850c6ed5 Bugfix backup metadata 1 year ago
Ozzie Isaacs 64e9b13311 Bugfix after merge
Bugfix generate Metadata backup
1 year ago
Ozzie Isaacs 76b0411c33 Bugfix failed tasks can no longer aborted
Metdatabackup is done on startup if app mode is test
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 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 43ee85fbb5 Removed unnecessary Unicode "u" 1 year ago
Ozzie Isaacs 8022b1bb36 Merge remote-tracking branch 'english/master' 1 year ago
Ozzieisaacs 3d59a78c9f little refactoring for send emails through gmail account 2 years ago
Ghighi Eftimie 397cd987cb added try except block for send_gmail_email method 2 years ago
Ozzie Isaacs 04908e22fe backup metadata 5th step 2 years ago
Ozzie Isaacs c10708ed07 Backup metadata 4th step 2 years ago
Ozzie Isaacs 26be5ee237 Backup metadata 3rd step 2 years ago
Ozzieisaacs 241aa77d41 backup metadata second step 2 years ago
Ozzieisaacs ca0ee5d391 backup metadata first step 2 years ago
Ozzie Isaacs 3bde8a5d95 Encrypt passwords 2 years ago
Ozzie Isaacs f85b587d0a Prevent converting of kepub on every new user (#2446)
Added error logging message if convert fails
If convert only task, only convert book message is logged
2 years ago
Ozzie Isaacs fbac3e38ac Eenabled send epubs to E-Reader devices 2 years ago
Ozzie Isaacs e8e4d87d39 Bugfix session commit
Bugfix get_locale
Bugfix reconnect database schedule
Bugfix no permission error message logging
Bugfix updater
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 6e8445fed5 Changed schedule start- and end-time to schedule start and duration
Localized display of schedule start-time and duration
Removed displaying scheduling settings if "APScheduler" is missing
Input check for start-time and duration
2 years ago
Ozzie Isaacs d83c731030 Reconnect only if reconnect is enabled 2 years ago
Ozzie Isaacs 1e723dff3a Make texts in Background thread translatable 2 years ago
Ozzie Isaacs bc96ff9a39 Enable scheduled side deleting of thumbnails of deleted books 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 c0d0660986 Added names for jobs to make log more readable
Bugfix logging delete thumbnail
2 years ago
Ozzie Isaacs f34fc002da Implement missing cache delete Task identifier 2 years ago
Ozzie Isaacs 06e8845641 Implement delete thumbnail entry
Implement delete cache_dir on database change
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 4379669cf8 Database error is more detailed
renamed debug_or_exception to error_or_exception
2 years ago
Ozzie Isaacs ef7c6731bc Possible fix for #2301 (sending emails from custom domain name server) 2 years ago
Ozzie Isaacs e9b674f46e Fix a problem with sending emails from custom domain name server (#2301) 2 years ago
Ozzie Isaacs 764389ea2a small change 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 e22b3da601 Merge branch 'master' into Develop
# Conflicts:
#	cps/tasks/convert.py
#	test/Calibre-Web TestSummary_Linux.html
2 years ago
Ozzie Isaacs 7c623941de Bugfixes after testrun
Enabled re-encode of bookformats
2 years ago
Ozzie Isaacs 3bb41aca6d Bugfix for already present mobi file during convert (fixes #1900) 2 years ago
Ozzie Isaacs 0c3c0c0664 Improved logging of book title on upload 2 years ago
Ozzie Isaacs 895f68033f Improved detection of changed database 2 years ago
mmonkey 18ce310b30 Merge branch Develop into thumbnails 2 years ago
Ozzie Isaacs 35f6f4c727 Deleted book formats remove book from synced to kobo table
updated teststatus
2 years ago
Ozzie Isaacs bc7a305285 Deleted book formats remove book from synced to kobo table
updated teststatus
2 years ago
Ozzieisaacs 573c9f9fb4 Improved logging (right stacklevel on mail exceptions)
Updated jsonschema requirements
3 years ago
Ozzie Isaacs b7927a0df1 Bugfix handling of stacktrace from calibre 3 years ago
Ozzie Isaacs 021298374e Improved debug output for task added
Improved handling of calibre output on windows
3 years ago
Ozzieisaacs 25b09a532f Fixed missing handle_error in convert calibre task (database readonly case) 3 years ago