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

Bugfix/check token for edit locally requests #5039

Merged
merged 3 commits into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. introduce a very simple network job to do API requests

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    580f512 View commit details
    Browse the repository at this point in the history
  2. makes JsonApiJob share common code with SimpleApiJob

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    615c02e View commit details
    Browse the repository at this point in the history
  3. edit locally requires a valid token

    check on server that the token received during a request to open a local
    file is indeed a valid one
    
    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f9949ee View commit details
    Browse the repository at this point in the history