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

Feature request : Set folder/path as condition for notifications #25

Closed
dmgeurts opened this issue May 27, 2021 · 3 comments
Closed

Feature request : Set folder/path as condition for notifications #25

dmgeurts opened this issue May 27, 2021 · 3 comments

Comments

@dmgeurts
Copy link

The task at hand is to notify a user of group of users if a file is uploaded to a folder in a (group) share. Being notified of any file being created would be too much.

@msi-tl
Copy link

msi-tl commented Jun 2, 2021

You can handle folder patterns easy with RegEx.
Any file operation includes the folder path, so you can write a pattern with search for the folder name.
For example, this patter hit any file created in "ExampleFolder"
/.*ExampleFolder.*/

But the notification flow can only be setup up in the personal section and not server wide for any users.
So any user has to set this by itself.

@Shen
Copy link

Shen commented Jul 7, 2021

regEx is not self-explanatory and unsuitable for normal users. Therefore it would be useful to be able to select a directory.

A server wide notification would be very helpful, see: #28

@blizzz
Copy link
Member

blizzz commented Oct 22, 2021

This is specific to the flow engine itself, not to this app specifically. It was also reported in server at nextcloud/server#27591, closing in favor of it.

@blizzz blizzz closed this as completed Oct 22, 2021
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

No branches or pull requests

4 participants