blitzmann
|
032cb59388
|
Fix resetting the session when first configuring the calibre-db on first boot up
|
2020-09-13 13:16:11 -04:00 |
|
OzzieIsaacs
|
e29247774c
|
Bugfixes for uploading books to GDrive with new worker
|
2020-09-12 13:55:36 +02:00 |
|
blitzmann
|
18d16f9a8b
|
Initial attempt at setting up CalibreDB as a class that carries the engine and DB connection, and the instance being the session
|
2020-09-11 22:52:40 -04:00 |
|
OzzieIsaacs
|
d137735be1
|
Fix #805 (First request to gdrive fails)
|
2020-09-11 20:56:54 +02:00 |
|
dickreckard
|
65929c02bc
|
isolanguage parsing of xmp data
|
2020-09-11 10:49:45 +00:00 |
|
root
|
22466d6b98
|
xmp data processing added to the uploader
|
2020-09-11 10:08:55 +00:00 |
|
dickreckard
|
23fe79c618
|
Update uploader.py
|
2020-09-11 03:42:19 +02:00 |
|
OzzieIsaacs
|
b202ca5619
|
Updated test result
|
2020-09-09 07:00:09 +02:00 |
|
OzzieIsaacs
|
7929711fea
|
Improvements for file uploading format restriction
|
2020-09-08 20:57:39 +02:00 |
|
OzzieIsaacs
|
49a028a599
|
Bugfix not unlink generic cover on upload
|
2020-09-08 19:04:04 +02:00 |
|
OzzieIsaacs
|
670cbcd336
|
Merge branch 'master' into Develop
|
2020-09-07 21:33:11 +02:00 |
|
Ozzieisaacs
|
449d31e8a1
|
Refactored update_dir_structure_file
|
2020-09-07 21:26:59 +02:00 |
|
Ozzieisaacs
|
fe82583813
|
Merge branch 'database_fix' into Develop
|
2020-09-07 21:23:35 +02:00 |
|
Ozzieisaacs
|
1450a21d00
|
Fix links to amazon (#1461)
|
2020-09-07 18:27:43 +02:00 |
|
Ozzieisaacs
|
ae15544aed
|
Merge branch 'master' into database_fix
# Conflicts:
# cps/editbooks.py
|
2020-09-07 18:21:33 +02:00 |
|
Ozzieisaacs
|
4b7a37cf7d
|
Bugfix empty email attachment size
|
2020-09-07 18:19:54 +02:00 |
|
dickreckard
|
cb7727900c
|
Update uploader.py
default cover changed from none to pdf_preview when metadata parsing fails
|
2020-09-07 13:30:03 +02:00 |
|
Ozzieisaacs
|
e012726cd4
|
Fix #1461 (parse Amazon_* identifiers)
|
2020-09-06 19:31:31 +02:00 |
|
Ozzieisaacs
|
f49688fdb9
|
Fix #1461 (parse Amazon_* identifiers)
|
2020-09-06 19:31:03 +02:00 |
|
Ozzieisaacs
|
e32b017431
|
Revert "Test revert global Session"
This reverts commit 393869e538 .
|
2020-09-06 10:59:34 +02:00 |
|
Ozzieisaacs
|
393869e538
|
Test revert global Session
|
2020-09-06 10:27:10 +02:00 |
|
Ozzieisaacs
|
d3bde0408f
|
Improvederror handling for editing identifier
|
2020-09-05 18:47:28 +02:00 |
|
Ozzieisaacs
|
34d3225984
|
Errorhandling edit identifier
|
2020-09-05 18:46:11 +02:00 |
|
Ozzieisaacs
|
eaed53e25b
|
Fix for author edit error (2 same sort_authors lead maybe to choose wrong one)
|
2020-09-05 18:23:14 +02:00 |
|
OzzieIsaacs
|
feacbe8ebd
|
Possible Fix for database crash after adding new format and accessing calibre database afterwards
|
2020-09-05 10:24:32 +02:00 |
|
norangebit
|
bdf6052388
|
Conversion to kepub when creating a sync token
|
2020-09-03 21:57:14 +02:00 |
|
Ozzieisaacs
|
ec0a0190e7
|
Merge remote-tracking branch 'polish/master' into master
|
2020-09-01 20:18:29 +02:00 |
|
norangebit
|
99d653eece
|
Add automatic conversion in kepub
Automatic conversion from epub to kepub of new book on Kobo sync.
|
2020-09-01 19:27:14 +02:00 |
|
OzzieIsaacs
|
f825c5ae83
|
Merge branch 'master' into Develop
|
2020-09-01 19:26:13 +02:00 |
|
OzzieIsaacs
|
173484c30e
|
Fix #1002, #1581 (Public shelfs not accessible as guest user)
|
2020-09-01 19:25:57 +02:00 |
|
OzzieIsaacs
|
884270093b
|
Merge remote-tracking branch 'worker/tasks' into Develop
|
2020-08-31 13:00:13 +02:00 |
|
Dawid Gliwka
|
62e7ab8c2b
|
Update polish translation
|
2020-08-30 21:17:56 +02:00 |
|
blitzmann
|
ded480207b
|
Add link to convert task, fixes #1589
|
2020-08-30 13:54:51 -04:00 |
|
blitzmann
|
ef49e2b5b3
|
Revert daemon in favor of timeout
|
2020-08-30 13:49:45 -04:00 |
|
blitzmann
|
b0a055a870
|
Rename email.py -> mail.py to avoid shadowing standard email module
|
2020-08-30 13:31:59 -04:00 |
|
blitzmann
|
9b9e29a3b6
|
Implement worker thread as a daemon
|
2020-08-30 13:29:42 -04:00 |
|
OzzieIsaacs
|
1a9a436cbe
|
Fixed wrong translation string
Removed unused variables from callback in server.py
Update Testresults
|
2020-08-30 17:11:11 +02:00 |
|
OzzieIsaacs
|
62dd29d2f3
|
Renamed email to mail due to naming conflict in python2
|
2020-08-30 08:49:53 +02:00 |
|
OzzieIsaacs
|
d406d91856
|
Merge remote-tracking branch 'worker/tasks' into Develop
|
2020-08-30 08:32:09 +02:00 |
|
OzzieIsaacs
|
98494c610a
|
Merge branch 'master' into Develop
|
2020-08-30 08:31:35 +02:00 |
|
OzzieIsaacs
|
649a553fa4
|
Merge remote-tracking branch 'metadata/master' into master
|
2020-08-30 08:30:32 +02:00 |
|
OzzieIsaacs
|
e17a06d7bd
|
Merge remote-tracking branch 'oauth/oauth-typo' into master
|
2020-08-30 08:28:27 +02:00 |
|
OzzieIsaacs
|
4b14cc6a74
|
Merge remote-tracking branch 'oauth/oauth-typo' into Develop
|
2020-08-30 08:28:14 +02:00 |
|
OzzieIsaacs
|
65560ab65e
|
Merge remote-tracking branch 'google_oauth/patch-1' into master
|
2020-08-30 08:26:48 +02:00 |
|
OzzieIsaacs
|
b65095fd0f
|
Merge remote-tracking branch 'google_oauth/patch-1' into Develop
|
2020-08-30 08:26:34 +02:00 |
|
OzzieIsaacs
|
28733179d2
|
Merge remote-tracking branch 'caliblur/editMetaFix' into Develop
|
2020-08-30 08:25:17 +02:00 |
|
OzzieIsaacs
|
960d23ca50
|
Merge remote-tracking branch 'caliblur/blurPaginationFix' into Develop
|
2020-08-30 08:23:06 +02:00 |
|
Michael Knepher
|
057f70ea9c
|
Add author sort
|
2020-08-29 18:53:00 -07:00 |
|
blitzmann
|
3e378bd665
|
Some more clean up
|
2020-08-29 21:04:49 -04:00 |
|
blitzmann
|
c120138f26
|
Fixes for pagination ugliness for caliBlur! style
|
2020-08-29 20:58:30 -04:00 |
|