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

ocdav: skip space lookup on spaces propfind #2977

Merged
merged 24 commits into from
Jul 6, 2022

Commits on Jul 6, 2022

  1. ocdav: skip space lookup on spaces propfind

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    fea09e9 View commit details
    Browse the repository at this point in the history
  2. add changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3221654 View commit details
    Browse the repository at this point in the history
  3. update unit test

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7c0554b View commit details
    Browse the repository at this point in the history
  4. lint

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7b1b7e7 View commit details
    Browse the repository at this point in the history
  5. reduce stat requests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f0a4096 View commit details
    Browse the repository at this point in the history
  6. update propfind unit tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6af44b1 View commit details
    Browse the repository at this point in the history
  7. fix moq propfind comparison in propfind tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    12e0164 View commit details
    Browse the repository at this point in the history
  8. lint

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    33d9b5d View commit details
    Browse the repository at this point in the history
  9. error handling and response codes

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e8801ba View commit details
    Browse the repository at this point in the history
  10. remove commented code

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    576a476 View commit details
    Browse the repository at this point in the history
  11. typos, mimic oc10 not found error message

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    28c7531 View commit details
    Browse the repository at this point in the history
  12. add fieldmask to ListContainer and Stat

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9cecf95 View commit details
    Browse the repository at this point in the history
  13. mimic oc10 not found error message

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1b591d7 View commit details
    Browse the repository at this point in the history
  14. mimic oc10 not found error message in more places

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2bd1f7c View commit details
    Browse the repository at this point in the history
  15. fix oc:permissions

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9314060 View commit details
    Browse the repository at this point in the history
  16. fix test compile

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e85c9d8 View commit details
    Browse the repository at this point in the history
  17. fix nc tests

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9beebbc View commit details
    Browse the repository at this point in the history
  18. lint

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    726b1ec View commit details
    Browse the repository at this point in the history
  19. small cleanup

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c64eb57 View commit details
    Browse the repository at this point in the history
  20. decomposedfs: add space if fieldmask is empty, * or has 'space'

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2cfd280 View commit details
    Browse the repository at this point in the history
  21. fix propfind root resource path

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    50135f7 View commit details
    Browse the repository at this point in the history
  22. update tests & changelog

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    758715a View commit details
    Browse the repository at this point in the history
  23. storageprovidercache: use stringbuffer to build statKey

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b90148e View commit details
    Browse the repository at this point in the history
  24. comment cleanup

    Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
    butonic committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0d040c3 View commit details
    Browse the repository at this point in the history