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 group folder extended permissions type of functions #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markus61
Copy link

@markus61 markus61 commented May 5, 2021

No description provided.

@scrutinizer-notifier
Copy link

The inspection completed: 1 new issues, 6 updated code elements

@luffah
Copy link

luffah commented May 5, 2021

looks compatible with any PR :P

It looks like the repository is sleepy.

Sure about the url settings for enable_group_folder_advanced_permissions and add_group_folder_manage_group ?

Code :  url = "/".join([str(fid), "1"])
Doc:
POST apps/groupfolders/folders/$folderId/acl: Enable/Disable folder advanced permissions
   acl 1 for enable, 0 for disable.


Code:  url = "/".join([str(fid), "manageACL"])
Doc: 
 POST apps/groupfolders/folders/$folderId/manageACL: Grants/Removes a group or user the ability to manage a groupfolders' advanced permissions
    $id: the id of the group/user to be granted/removed access to/from the folder
    $type: 'group' or 'user'
    $manageACL: true to grants ability to manage a groupfolders' advanced permissions, false to remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants