files_accesscontrol icon indicating copy to clipboard operation
files_accesscontrol copied to clipboard

🚫 App to manage access control for files

Results 28 files_accesscontrol issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce 1. Create an invisible tag "don't-sync" 2. Create a workflow rule to deny access if file/folder is tagged by "don't-sync" and user-agent is desktop-client 3. Tag...

bug

### Steps to reproduce A flow has been created inside a folder that has an invisible label. The rule is as follows: 1. If it's tagged with X rule: 2....

needs info

Further optimizations for `Operation::getNode` and friends. Mostly making use of that we already have the mountpoint

### Steps to reproduce 1. install terms of service 2. create public share 3. access the share as a "guest" ### Expected behaviour The function of the app is not...

bug

I already opened an [issue in the forum](https://help.nextcloud.com/t/file-access-control-blocks-me-on-android-and-with-documents-on-desktop/117154), but I report here as it seems something specifically related to this Git. ### Steps to reproduce 1. Set a filter with...

bug
needs info

there is a case with non-local storage, that under specific circumstances formatCacheEntry() is called while the source storage is still being set up: when the scanner finds a new file,...

2. developing

### Steps to reproduce 1. Creating flow rule with following filters: "Tag - not tagged by - TAGNAME" && "User Group is not ADMIN" 2. Installing nextcloud Talk App 3....

bug

### Steps to reproduce 1. Add rule like file zise rule 2. send file 3. get blocked by your rule ### Expected behaviour have a message that corresponds to the...

enhancement

### Steps to reproduce 1. Make a filter to block everything except mentioned in mime-type. 2. You should use mime-type for x-rar-compressed. Mine filter looks like `/^application\/(msexcel|msword|vnd.ms-excel|vnd.ms-powerpoint|vnd.openxmlformats-officedocument.wordprocessingml.document|vnd.openxmlformats-officedocument.spreadsheetml.sheet|vnd.openxmlformats-officedocument.presentationml.presentation|pdf|zip|x-zip-compressed|x-rar-compressed|x-7z-compressed)$|text\/(plain|csv)$|image\/(jpeg|heic|png)|httpd\/unix-directory/I` In this mime-type...

needs info