Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated anki-sync-server to work with the latest version of Anki #20

Merged
merged 38 commits into from
Sep 3, 2020

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    f7ae69f View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    kalehmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    26d16b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f7d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc88995 View commit details
    Browse the repository at this point in the history
  5. Read hostkey from GET or POST

    This commit applies the fix from
    https://github.com/tsudoko/anki-sync-server/pull/60/files
    
    However it using a shorter version by utilizing the params attribute of
    the webob request. The params attribute combines the get and post params
    kalehmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    3857f15 View commit details
    Browse the repository at this point in the history
  6. Removed call to load method of anki.collection.Collection

    This method was removed in
    a2b7a3084131f747fb476cc8a24f96a00c654859
    kalehmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    b566e32 View commit details
    Browse the repository at this point in the history
  7. Hide the media managers db

    kalehmann committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8358b09 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    c97a096 View commit details
    Browse the repository at this point in the history
  2. fix chunk in sync

    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    93d37d6 View commit details
    Browse the repository at this point in the history
  3. Log sanity check errors

    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e18e86e View commit details
    Browse the repository at this point in the history
  4. Always downgrade the database before sync

    This prevents the missing collation unicase error on the client
    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    7eff381 View commit details
    Browse the repository at this point in the history
  5. fix sanity check

    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4c09c1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    537bbe8 View commit details
    Browse the repository at this point in the history
  7. Removed haveDirty check from sync code

    The dirty field does not exist in the media table anymore.
    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    471e3ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6f82e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d67943 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94da88a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89dcfd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75c9267 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c1e593 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5bce62 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f17eb7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2e756d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0ef99f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60f12cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9831159 View commit details
    Browse the repository at this point in the history
  20. Use wrapped collection in tests

    That way we make sure, our ServerMediaManager is used instead
    of the MediaManager
    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b0d57d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    75c1ea0 View commit details
    Browse the repository at this point in the history
  22. Added anki to dependencies

    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9da0eb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    70bfaa1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6f29fce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3ec37ec View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    65e9bbf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7deda95 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    614f209 View commit details
    Browse the repository at this point in the history
  29. Removed runHook calls from sync code

    These hooks were only used on the client.
    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    0d8f3c6 View commit details
    Browse the repository at this point in the history
  30. Removed unused sync method

    kalehmann committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e9e0645 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f510050 View commit details
    Browse the repository at this point in the history