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

Add OCS API for sharees list #18234

Merged
merged 24 commits into from
Sep 1, 2015
Merged

Add OCS API for sharees list #18234

merged 24 commits into from
Sep 1, 2015

Commits on Aug 26, 2015

  1. Configuration menu
    Copy the full SHA
    9830121 View commit details
    Browse the repository at this point in the history
  2. Sort sharees

    To ensure that pagination is working properly we need to make sure the
    shares are always in the same order.
    
    Sorting is first done by label (catches most instances)
    If there is a user and a group with the same label we sort by shareType
    If there are multiple users with the same label we sort those by
    shareWith
    rullzer authored and nickvergessen committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    8a5c1e6 View commit details
    Browse the repository at this point in the history
  3. Empty skeleton for tests

    rullzer authored and nickvergessen committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    b2fbecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b0058d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be257bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad450d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16e5c15 View commit details
    Browse the repository at this point in the history
  8. Use SearchResultSorter

    nickvergessen committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    4b08783 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a66aa1f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f64e94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    327c47a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    068a818 View commit details
    Browse the repository at this point in the history
  13. Make shareType an array

    nickvergessen committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    c6ed40c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a0ab7a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5c4fbf5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0227cff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    83b88c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b69e7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    937586a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f4186d3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ac8941f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aa2a894 View commit details
    Browse the repository at this point in the history
  23. Adjust tests

    nickvergessen committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    2a6e676 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    199d1dc View commit details
    Browse the repository at this point in the history