activity
activity copied to clipboard
:zap: Activity app for Nextcloud
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 2.3.0 to 2.4.0. Release notes Sourced from @nextcloud/auth's releases. v2.4.0 What's Changed chore(deps-dev): Bump @nextcloud/vite-config from 1.2.2 to 1.2.3 by @dependabot in nextcloud-libraries/nextcloud-auth#634 chore(deps-dev): Bump @vitest/coverage-v8 from...
1. The icon color is wrong 2. The activity in general is weird ("by Circles" ?) What I did: Add user "admin" (myself) to some random new groups. 
Automated update of the cypress.yml workflow from https://github.com/nextcloud/.github
notice and ignore entries with empty cachedPath for userId.
`lib/DigestSender.php` is fetching users via `$this->config->getUsersForUserValue('activity', 'notify_setting_activity_digest', '1');`. This does not exclude disabled users on either side. Is this an oversight, or is the assumption that `notify_setting_activity_digest` should be disabled...
This adds support for Teams (previously "Circles"), the user notification already work, but the notification for the owner and sharer need support in the `files_sharing` app. So if this is...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
prevent access array offset which doesn't exist and check if returned value is null fixes #1056 The Problem is related to the empty default array: https://github.com/nextcloud/activity/blob/22bf3f2329e5c1e7cf2b9fa627a59c02ae8ae86a/lib/FilesHooks.php#L569-L580 compared to server implemented...
Currently we say: - Today - Yesterday - October 7, 2017 - October 6, 2017 Since the year is not really relevant for things which happened very recently, and the...
As discussed, to not load every time all filters, please provide an eTag for endpoint /filters (all filter). @nickvergessen