1. 28 Aug, 2018 2 commits
  2. 27 Aug, 2018 1 commit
    • OzzieIsaacs's avatar
      Fix #590, #589. · cedc1839
      OzzieIsaacs authored
      Unified wording Calibre-Web
      Replaced one table on admin page, deleted password column
      Removed spaces on layout page
      Removed uesless commit calls during db migration
      Implementation of registering by email
      cedc1839
  3. 22 Aug, 2018 2 commits
  4. 20 Aug, 2018 1 commit
  5. 19 Aug, 2018 2 commits
  6. 18 Aug, 2018 5 commits
  7. 16 Aug, 2018 1 commit
    • OzzieIsaacs's avatar
      Bugfix Get gdrive instances (#554, #525) · cdb1b526
      OzzieIsaacs authored
      Metadata.db download works again
      removed DEVELOPMENT constant
      removed db logging in debug mode (too, noisy, to less information)
      code refactoring url_for_other_page
      feed languge set to en-EN
      update status shos local time instead of UTC
      Error handling (back to index page) in case of gdrive authenticate aborted
      Mistyping page register fixed
      Mistyping bokk fixed
      Added uploaded books to tasklist (#442)
      Error handling for failed file update added
      Code refactoring worker thread
      Tasks now never show any decimal values
      Converter function unified
      removed shell from subprocess call
      preparation for limiting domain for registering emails
      Book series can now increased in 0.1 steps (#562)
      Accordion panels in config are now usable on touch devices like iPad (#545)
      Gdrive authenticate button only visible after logged in (#525)
      Fixed misstyping in german translation
      cdb1b526
  8. 14 Aug, 2018 1 commit
  9. 13 Aug, 2018 3 commits
  10. 12 Aug, 2018 3 commits
  11. 08 Aug, 2018 2 commits
  12. 07 Aug, 2018 2 commits
  13. 04 Aug, 2018 4 commits
  14. 01 Aug, 2018 1 commit
  15. 31 Jul, 2018 1 commit
  16. 30 Jul, 2018 1 commit
  17. 29 Jul, 2018 1 commit
  18. 28 Jul, 2018 1 commit
  19. 25 Jul, 2018 1 commit
  20. 24 Jul, 2018 2 commits
  21. 23 Jul, 2018 1 commit
    • Ben Bennett's avatar
      Changed the args to subprocess.Popen to pass args to the command · b271b5f6
      Ben Bennett authored
      Before the command was not working correctly to check the calibre version since it seemed to be treating the entire string as the command.  So when ' --version' was added it was breaking.  I changed the format to pass the command and args as a list and it seems to work correctly.
      b271b5f6
  22. 18 Jul, 2018 2 commits
    • PJ Eby's avatar
      Render 'url:' ID type as a link · 83db0f9a
      PJ Eby authored
      Calibre allows 'url:' as a kind of book identifier
      and shows it in the UI as a link; this change
      makes calibre-web do the same.
      83db0f9a
    • OzzieIsaacs's avatar
      Code cleaning Stats page · 2449b404
      OzzieIsaacs authored
      Enable calibre's ebook-convert as converter for mobi files (#411, #533)
      2449b404