activity
activity copied to clipboard
:zap: Activity app for Nextcloud
add debug outout and exception handling fix to get rid of over-and-over sent notifications. I think esp. the changes to line 410 helped to fix the issue.
The commit in this pull request adds the feature to send HTTP(S) requests to a URL that is specified in the admin settings as a notification for new activities, similar...
We need a function to show the full date and time of the change in the list of events. If now it is already possible to make changes to the...
- create a calendar entry - see it in activity stream - see only  This is especially strange if this is a shared calendar and another user adds an...
I finally had time to sit down and troubleshoot why I stopped receiving notifications when I did some changes, after searching around - I found the reason for why I...
### Steps to reproduce 1. scp a file into the data directory as root that nextcloud is using 2. chown the file to set user and group to www-data 3....
The activity app is not very forgiving to thumbnail errors. It basically only checks if the mimetype is supported and not whether the actual preview could be generated. https://github.com/nextcloud/activity/blob/cf196a22d83ee98b381010f32208bc5e6a2fa24e/js/script.js#L254-L257 https://github.com/nextcloud/activity/blob/8481eb8aa8d688fd8127c7348f4dc6019cd8be5f/lib/Controller/APIv2Controller.php#L378-L386...
#### Describe the bug When Going to the Admin / Activity page, the checkbox at the top under "Notifications" for "Enable Notification Emails" is unchecked. Checking the box, then refreshing...
### Steps to reproduce 1. Set activity notifications for events such as uploads, downloads, etc. 2. Do one of the activities with notifications set. 3. Receive a notification email. ###...
Running v23 and no longer receiving email notifications of file changes after upgrading from v18. Have confirmed that email notifications are enabled in MySQL(and in GUI for admin and user)....