Commit Graph

548 Commits (7ab8a5877be62e0dc3c8ed87f82fdabccc5660bb)
 

Author SHA1 Message Date
OzzieIsaacs 7ab8a5877b read PDF/TXT without temporary files (#197) 7 years ago
OzzieIsaacs 1366b36c32 Added integer-field to supported custom colums 7 years ago
nanu-c 3acf80c42b remove debuggingtool 7 years ago
nanu-c 26f314d371 support int custom fields 7 years ago
OzzieIsaacs 5f4d839895 Better output messages for failed kindlegen conversions (fix #191) 7 years ago
OzzieIsaacs 38fa9ce206 At deleting a book, the book is also deleted from all Shelfs, Download list and read list (#192) 7 years ago
OzzieIsaacs 2b50dea304 Updated pdf.js to 1.7.225 (Fix #193) 7 years ago
OzzieIsaacs a73372d71a Make kindlegen work again 7 years ago
OzzieIsaacs 6d597f96e5 Integrate Iso639 language name translations to russian translation 7 years ago
Pavel Korovin a305b65299 Added Russian translation 7 years ago
Murat L b6fccbd486 Added Google Books and Kobo links (#189)
* Added Google Books and Kobo links

* International link to google
7 years ago
Ozzie Isaacs 4259aa69df Get rid of shel=true again 7 years ago
Ozzie Isaacs 2d918bfb72 Fix for invalid db path 7 years ago
Ozzie Isaacs 8fe2b840e9 Reader numbering bugfix 7 years ago
Ozzie Isaacs b8fa748c49 Fix #187 on linux 7 years ago
Ozzie Isaacs 651961ac5e Fix #187 7 years ago
Matt Hazinski 6f7a240ce2 Ensure file paths in uploads are non-empty, fix #183 (#184)
* Ensure file paths in uploads are non-empty, fix #183

* Fix AttributeError in process(), handle strings of spaces
7 years ago
Ozzie Isaacs ede8ae6742 Fix #182, #176 7 years ago
Ozzie Isaacs 18744975b3 added ability to delete books 7 years ago
OzzieIsaacs c80e517c28 Delete books prepared for deleting on doogle drive 7 years ago
OzzieIsaacs 195e581aef Missing file for deletion of books 7 years ago
OzzieIsaacs 7667da6e12 Books now really deleted from hard disk (#119) 7 years ago
OzzieIsaacs 2b8c29c535 Further fix delete books (#119) 7 years ago
OzzieIsaacs 9c679c8908 Delete books should now work (#119) 7 years ago
OzzieIsaacs cd0d450829 Allow deleting books (fixes #119) 7 years ago
OzzieIsaacs daaee5b67e remove unused variables 7 years ago
林檎 b51afe3ead Code Fix
Fix pagination logic.

_ is gettext , use __ as dummy variable instead of _

Need more test.

Test on following
http://localhost:8083/opds/new
http://localhost:8083/opds/new?offset=60
http://localhost:8083/opds/new?offset=120
7 years ago
OzzieIsaacs 7a07edaff4 Update polish translation 7 years ago
Radosław Kierznowski 3c3720aa0f Update polish translation (POT: 2017-04-11 22:51) 7 years ago
Radosław Kierznowski ccf563023b Merge remote-tracking branch 'refs/remotes/janeczku/master' 7 years ago
Ozzie Isaacs 24cf550be4 Merge pull request #173 from Kennyl/fix/python3-20170406
Fix #172
7 years ago
林檎 622b1435f1 Fix #172 7 years ago
OzzieIsaacs fb43110f1c Merge remote-tracking branch 'spanish_translation/master' 7 years ago
OzzieIsaacs 699bd036e8 Code cosmetics 7 years ago
Gonzalo Cao Cabeza de Vaca 286196fa1d Updated spanish translations 7 years ago
OzzieIsaacs dc45b53b24 code cosmetics 7 years ago
OzzieIsaacs 8c7a8a954a Code cosmetics 7 years ago
OzzieIsaacs d59be5faf4 Code cosmetics
Bugfix upload
7 years ago
OzzieIsaacs ab534b21c1 Code cosmetics 7 years ago
OzzieIsaacs 7dd70db837 Code cosmetics 7 years ago
OzzieIsaacs 7c6d527a55 Code cosmetics 7 years ago
OzzieIsaacs 66181daf6d Merge remote-tracking branch 'custom-dbpath' 7 years ago
OzzieIsaacs 79d5bab4ba Code cosmetics 7 years ago
OzzieIsaacs 5044b78b08 Code cosmetics 7 years ago
OzzieIsaacs 00462237fe Merge remote-tracking branch 'chinese_translation/master' 7 years ago
OzzieIsaacs 986f40b80a Code cosmetics 7 years ago
OzzieIsaacs 78067b87bc Code cosmetics 7 years ago
OzzieIsaacs 395c6679b7 Fix #163 7 years ago
林檎 ebb3acecca Fix Download Bug. 7 years ago
Ivan Smirnov 2c173f9848 Read dbpath from $CALIBRE_DBPATH if present
This is an exploration in potentially enabling multiple libraries to run using the same engine. 

Since app config is all in the db, we should get no port conflicts and be able to run multiple instances of this app with no issues.

Using os.getenv instead of os.environ.get allows us to provide CALIBRE_DBPATH inline with the invocation of the file (`CALIBRE_DBPATH=/foo/bar/` python cps.py)
7 years ago