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

OwnCloudDriver: Support for ownCloud & Nextcloud #86

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2022

  1. Start ownCloud implementation

    scy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    6eba46f View commit details
    Browse the repository at this point in the history
  2. Update readme and authors files

    scy committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5f3b26d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b1c670 View commit details
    Browse the repository at this point in the history
  2. Actually register the driver

    scy committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    bf2ea62 View commit details
    Browse the repository at this point in the history
  3. Interpret user="" as user=None

    scy committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1ff3dcf View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Replace >== in EXTRAS_REQUIRE with >=

    More recent versions of pip (or setuptools?) will refuse to accept
    these, leading to the error message:
    
        'extras_require' must be a dictionary whose values are strings or
        lists of strings containing valid project/version requirement
        specifiers
    scy committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a69c915 View commit details
    Browse the repository at this point in the history