-
Notifications
You must be signed in to change notification settings - Fork 156
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
[Bug] Guests are displayed as "Users" #5634
Comments
@janackermann do you maybe have an idea how to distinguish guests from users? @kulmann mentioned some flag or tag "isguest" do you maybe know more? OCS api doesnt know about guests:
https://doc.owncloud.com/server/next/developer_manual/core/apis/ocs-share-api.html |
@tbsbdr we only know this by config flag in oc_preferences. We can update the API |
In oc10 you can do |
@kulmann With ownCloud 10.7 I implemented user types that are I think breaking changes to the share api are not favorable. |
discussed in a call, that the |
Oc10 Backend part: owncloud/core#40013 |
SDK part: owncloud/owncloud-sdk#1046 |
Frontend part: #6813 |
Steps to reproduce
Expected behaviour
Display "Guest" for guest shares
Actual behaviour
Guest shares are displayed as "User" shares
Background
The text was updated successfully, but these errors were encountered: