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

Please implement a way to remote control the Access Control List (ACL) feature #22030

Open
davidchristopherbuchanan opened this issue Jul 18, 2020 · 1 comment

Comments

@davidchristopherbuchanan
Copy link

@davidchristopherbuchanan davidchristopherbuchanan commented Jul 18, 2020

As it looks for me, there is no no way to access the Access Control List (ACL) feature for folder by remotecontrol.
I would expect it in OCS API. But i cannot find it.

Can you implement it?

This is my use case:
I program in a small team a software to generate template structures in nextcloud for similar workgroups on different locations. They have all the same workflow.
E.g. if a new work group starts, they shall have a predefined folder structure. Some people are admins, some have only read only status. ACL seems the right tool for us to allow to share files within groups as well as other groups. A manually configured setup works fine for us.
We made a webfrontent, to allow the management to create this structure by a simple button.

In Backgroup, Users are created and synchronized by LDAP feature. With OCS REST API it works great to make folders automatically. But we could not find a way to set the ACL rights automatically.

To impement it, we use KOTLIN as programming language. Our project is opensouce. It is named feather and feather frontend and is published in gitlab.

@nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Jul 28, 2020

The workflow rules are actually OCS routes:
https://github.com/nextcloud/server/blob/master/apps/workflowengine/appinfo/routes.php#L26

I guess it's just missing some documentation. But since this is not related to this app, but the workflows in general, i will move it to the server repository.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.