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

first prototype of a CS3 permissions service #2852

Merged
merged 4 commits into from
Jan 28, 2022
Merged

Commits on Jan 27, 2022

  1. first prototype of a CS3 permissions service

    David Christofas committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    29f4f49 View commit details
    Browse the repository at this point in the history
  2. update reva

    David Christofas committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e65d80f View commit details
    Browse the repository at this point in the history
  3. temporary hack to completely delete users

    When deleting a user using the OCS api we want to delete the users home
    space. Now to completely delete a space you need to send two requests.
    First to 'disable' a space and a second one to really purge it.
    This commit introduces this second purge request.
    Furthermore the OCS api now also deletes all spaces owned by the user
    not only the home space. This is needed since some tests create project
    spaces and then lookup the space by name. When doing multiple runs
    though the tests will find several spaces with the same name and will
    sometimes choose the wrong one which leads to test failures.
    
    The whole test tear down should be changed to correctly clean up the
    test setup.
    David Christofas committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f01d56f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. improve permission code in settings service

    David Christofas committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    f2b8880 View commit details
    Browse the repository at this point in the history