1. 20 Dec, 2019 1 commit
    • Michael Shavit's avatar
      Remove the KoboUserKey-based Authentication. · 27d084ce
      Michael Shavit authored
      Instead, the user generates the api_endpoint url to set on their device
      by visiting http://.../kobo_auth/generate_auth_token.
      The generated url will contain a RemoteAuthorizationToken that will be
      included on all subsequent requests from the device to the kobo/
      endpoints. (In contrast, the device is authenticated using a session cookie on
      requests to the download endpoint).
      
      Also use Flask.url_for to generate download urls.
      27d084ce
  2. 11 Dec, 2019 2 commits
  3. 08 Dec, 2019 7 commits
  4. 06 Dec, 2019 1 commit
  5. 05 Dec, 2019 1 commit
    • Michael Shavit's avatar
      Add initial support for Kobo device Sync endpoint. · 53578671
      Michael Shavit authored
      - Supports /v1/library/sync call to get list of books
      - Supports /v1/library/metadata call to get metadata for a given book
        + Assumes books are stored on Backblaze for metadata call
      - Changes to helper.py so that we can return no cover instead of a blank
      image.
      53578671
  6. 01 Dec, 2019 3 commits
  7. 26 Nov, 2019 3 commits
  8. 17 Nov, 2019 1 commit
  9. 16 Nov, 2019 5 commits
  10. 14 Nov, 2019 2 commits
  11. 12 Nov, 2019 1 commit
  12. 07 Nov, 2019 1 commit
  13. 03 Nov, 2019 1 commit
  14. 31 Oct, 2019 1 commit
  15. 30 Oct, 2019 1 commit
  16. 29 Oct, 2019 1 commit
  17. 26 Oct, 2019 2 commits
  18. 22 Oct, 2019 1 commit
  19. 21 Oct, 2019 1 commit
  20. 20 Oct, 2019 4 commits