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

[stable10] View-only dav plugin using IShare attributes #34951

Merged
merged 3 commits into from
Apr 5, 2019

Commits on Apr 4, 2019

  1. Add support for extra share attributes

    Added additional share attributes for shares as an extension point for
    apps to provide their own extra attributes that can be used as
    extra permissions.
    mrow4a authored and Vincent Petry committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7da3c0f View commit details
    Browse the repository at this point in the history
  2. Add View-only share permission using share attributes

    Added share attribute "download" that can be used to allow/restrict
    downloading of shared files or folders.
    mrow4a authored and Vincent Petry committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    9f19dd4 View commit details
    Browse the repository at this point in the history
  3. Type::JSON not supported in current Doctrine

    doctrine/dbal 2.5 doesn't have json, so using text instead for now
    Vincent Petry committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    d990934 View commit details
    Browse the repository at this point in the history