nextcloud / contacts

๐Ÿ“‡ Contacts app for Nextcloud
https://apps.nextcloud.com/apps/contacts
GNU Affero General Public License v3.0
562 stars 169 forks source link

Activity entries about contacts updates #1361

Open chrstn-hntschl opened 4 years ago

chrstn-hntschl commented 4 years ago

Just as getting activity notifications about adding or modifying an event in a (shared) calendar, I would like to get informed when any user with whom I share an address book would modify or add a contact (e.g. via mail or in the activity stream).

skjnldsv commented 4 years ago

@georgehrke do you do that with shared events on calendar? :)

georgehrke commented 4 years ago

https://github.com/nickv-nextcloud/event_update_notification ๐Ÿ˜‰

skjnldsv commented 4 years ago

@chrstn-hntschl so we already have an app for events, if someone have time to develop this, it's probably easier to just add the support on the app Georg listed above :)

chrstn-hntschl commented 4 years ago

@skjnldsv Sure! However, as far as I understood the design pattern, an app can somehow register for sending notifications, which I can enable or disable then in my activity stream as well as sending them via mail (settings -> activity). At least thats what happened for Deck app or Talk app. I was just mentioning the fact that this would be a nice feature, which allows me to verify newly added or manipulated contacts in a corporate environment with a shared group address book.

jancborchardt commented 4 years ago

What @chrstn-hntschl is talking about are not notifications but the Activity app. :) You donโ€™t have to install any extra app to get info about who changed events there, and it should be the same for the Contacts app.

chrstn-hntschl commented 4 years ago

Thanks @jancborchardt fir clarification - and sorry for not being precise enough in my descriptions !