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

Make gateway dumb again #2437

Merged
merged 20 commits into from
Jan 20, 2022
Merged

Commits on Jan 13, 2022

  1. make StatHandler dumb again

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

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    43b3b5d View commit details
    Browse the repository at this point in the history
  3. use findAndUnwrap instead find

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    151a7be View commit details
    Browse the repository at this point in the history
  4. kinda fix integration tests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ee5c7be View commit details
    Browse the repository at this point in the history
  5. remove ListContainer logic

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    cf9db1f View commit details
    Browse the repository at this point in the history
  6. decomposedfs: don't check id's containing "/"

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

Commits on Jan 14, 2022

  1. fix linting and integration tests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    fc0758a View commit details
    Browse the repository at this point in the history
  2. make ListRecycle dumb again

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    146a76a View commit details
    Browse the repository at this point in the history
  3. make RestoreRecycleItem dumb again

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    aac3033 View commit details
    Browse the repository at this point in the history
  4. don't allow cross storage restore

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d221546 View commit details
    Browse the repository at this point in the history
  5. make Move dumb again

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a7026c4 View commit details
    Browse the repository at this point in the history
  6. make GetPath dumb again

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

Commits on Jan 19, 2022

  1. try changing dav report response

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ce42fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac5de5 View commit details
    Browse the repository at this point in the history
  3. add missing import

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    0f51443 View commit details
    Browse the repository at this point in the history
  4. blind mans fix for favorites

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

Commits on Jan 20, 2022

  1. remove commented code and nasty bug

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1a92b03 View commit details
    Browse the repository at this point in the history
  2. Update internal/http/services/owncloud/ocdav/propfind/propfind.go

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    kobergj and butonic authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    2e20089 View commit details
    Browse the repository at this point in the history
  3. Update internal/http/services/owncloud/ocdav/report.go

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    kobergj and butonic authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    10911cd View commit details
    Browse the repository at this point in the history
  4. Update internal/http/services/owncloud/ocdav/report.go

    Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    kobergj and butonic authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3fb3d36 View commit details
    Browse the repository at this point in the history