activity icon indicating copy to clipboard operation
activity copied to clipboard

:zap: Activity app for Nextcloud

Results 246 activity issues
Sort by recently updated
recently updated
newest added

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...

3. to review
dependencies

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. ![image](https://github.com/user-attachments/assets/3b4217a0-b2ab-4403-abaf-c0bcac5d6f29)

bug
design
1. to develop

Automated update of the cypress.yml workflow from https://github.com/nextcloud/.github

dependencies

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...

enhancement
3. to review

### ⚠️ 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...

bug
needs info

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...

bug
3. to review
feedback-requested

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...

enhancement
design
feature: stream
papercut

As discussed, to not load every time all filters, please provide an eTag for endpoint /filters (all filter). @nickvergessen

enhancement
feature: api
Performance 🚀