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

[full-ci] Allow no permissions on Links #2687

Merged
merged 16 commits into from
Apr 4, 2022
Merged

Commits on Mar 28, 2022

  1. allow links without permissions

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2b15385 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. downgrade permissions if neccessary

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9c40d91 View commit details
    Browse the repository at this point in the history
  2. forbid sharing with more permissions than you have

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    314041d View commit details
    Browse the repository at this point in the history
  3. expected failures

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    bcd218e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. WIP get endpoint

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f3aed1b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. split endpoint for auth

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0b2696d View commit details
    Browse the repository at this point in the history
  2. add link url and owner information

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    27a426b View commit details
    Browse the repository at this point in the history
  3. don't allow weird permissions on files

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    68ceca5 View commit details
    Browse the repository at this point in the history
  4. more expected failures

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    480daa2 View commit details
    Browse the repository at this point in the history
  5. unit-tests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e4cdf8b View commit details
    Browse the repository at this point in the history
  6. expected failures for s3ng

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    fd8a3cc View commit details
    Browse the repository at this point in the history
  7. better way to block password protected alias links

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ac9736b View commit details
    Browse the repository at this point in the history
  8. the forgotten changelog

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f505eb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. use basic auth instead signature

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    12e1509 View commit details
    Browse the repository at this point in the history
  2. move handler to ocs

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f95809b View commit details
    Browse the repository at this point in the history
  3. use snake_case for struct fields

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d21d00c View commit details
    Browse the repository at this point in the history