Skip to content

Setting the project user not possible on installations in subdirectories #144

@kralan

Description

@kralan

In project.js, in line 219, the request url: '/ocs/v2.php/cloud/users/details?offset=0&search=', for getting a list of nextcloud users does not take the path of the nextcloud installation into account. Other urls are constructed with OC.generateUrl() to accomplish this.
As a consequence, editing the project user does work with nextcloud installations in webroot like https://nextcloud.my.domain/ but does not work in installations in subdirectories like https://www.my.domain/nextcloud/ because the list of users cannot be obtained.
This got noticed in #121, but while #121 is a usability annoyance, this problem breaks functionality and can be treated separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions