You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 1: Open the details of the folder/file.
Step 2: Select the "Sharing" tab.
Step 3: Share permissions with the specified user.
Step 4: Select permissions in the "Share Permissions" section and also check "Allow re-sharing" in the advanced options.
Expected behaviour
"Allow re-sharing" is an advanced option and does not affect the permissions already selected in the "Share Permissions" section.
Actual behaviour
the "Allow re-sharing" permission is presented as an advanced option.
However, in the code logic, if the "Allow re-sharing" permission is selected, all other permissions under "Share permissions" are ignored.
Android version
13
Device brand and model
Samsung
Stock or custom OS?
Stock
Nextcloud android app version
3.30.6
Nextcloud server version
30300690
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
Additional information
I noticed that if the "Allow re-sharing" option is "isChecked," other permissions are ignored.
Steps to reproduce
Step 1: Open the details of the folder/file.
Step 2: Select the "Sharing" tab.
Step 3: Share permissions with the specified user.
Step 4: Select permissions in the "Share Permissions" section and also check "Allow re-sharing" in the advanced options.
Expected behaviour
"Allow re-sharing" is an advanced option and does not affect the permissions already selected in the "Share Permissions" section.
Actual behaviour
the "Allow re-sharing" permission is presented as an advanced option.
However, in the code logic, if the "Allow re-sharing" permission is selected, all other permissions under "Share permissions" are ignored.
Android version
13
Device brand and model
Samsung
Stock or custom OS?
Stock
Nextcloud android app version
3.30.6
Nextcloud server version
30300690
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
Additional information
I noticed that if the "Allow re-sharing" option is "isChecked," other permissions are ignored.
android/app/src/main/java/com/owncloud/android/ui/fragment/FileDetailsSharingProcessFragment.kt
Line 551 in cf533cd
The text was updated successfully, but these errors were encountered: