Group Notifications

31 views
Skip to first unread message

Fisher

unread,
Oct 13, 2011, 9:02:33 AM10/13/11
to Mollify
I'm a beginner to php scripting. I want to have more than 1 group and
I don't want one group to be getting notifications of uploads for the
other groups. How can I get groups into the notification list (not
just users)?

Samuli Järvelä

unread,
Oct 14, 2011, 3:31:17 AM10/14/11
to Mollify
Currently notifications support only users, I'll have to add group
support.

Fisher

unread,
Oct 14, 2011, 6:27:21 AM10/14/11
to Mollify
Thanks, Samuli!

Samuli Järvelä

unread,
Oct 16, 2011, 12:14:37 PM10/16/11
to Mollify
Recent version 1.8.4.1 has initial support, but didn't have yet time
to test it.

On Oct 14, 1:27 pm, Fisher <fishe...@gmail.com> wrote:
> Thanks, Samuli!

Jim Fisher

unread,
Oct 16, 2011, 7:42:15 PM10/16/11
to moll...@googlegroups.com
I'll download it and take a look tomorrow.
-Jim

Fisher

unread,
Oct 18, 2011, 1:26:33 PM10/18/11
to Mollify
I installed it yesterday and created 3 users in a group, and set the
notification for e-mail to the group on a file upload. When I
uploaded a file, none of the users got an e-mail notification.

Samuli Järvelä

unread,
Oct 20, 2011, 6:29:07 AM10/20/11
to Mollify
I'll test it myself as soon as I have time.

guido....@gmail.com

unread,
Dec 15, 2014, 7:22:37 AM12/15/14
to moll...@googlegroups.com

Hello,

we need to notify groups about uploads in specific folders. 
E.g. someone uploads to Folder1, we want to notify only users that have access to that folder.
We can not define seperate rules for uploads to specific folders. How can this be accomplished?

Thanks.

Samuli Järvelä

unread,
Dec 17, 2014, 12:17:03 PM12/17/14
to moll...@googlegroups.com, guido....@gmail.com
So you would need to have automatic rule which would send specified message
a) when upload is done in any folder
b) to every user that is assigned to that folder
?

Sounds like a rule which is hard to define in the UI, so I think I should add possibility for defining custom functional rules, meaning there could plugin script for determining what to do. It could be applied to
a) which events apply (script could have a function that return TRUE if it applies, in your case it would apply only for upload events, perhaps with some logic for which folders)
b) which users are mail recipients (script could return list of users based on the fired event, in your case it would just retrieve list of users for the folder)

and so on.

Perhaps at some point, I'll open issue for this.
Reply all
Reply to author
Forward
0 new messages