No description
Find a file
github-actions[bot] aab7e8d8e5
Merge pull request #2474 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2026-03-22 04:49:22 +00:00
.github ci(deps): bump actions/setup-node 2026-03-14 02:08:52 +00:00
.tx
appinfo
css
cypress
docs
img fix(accessibility): fix some accessibility issues 2026-03-18 12:32:51 +00:00
js fix(accessibility): fix some accessibility issues 2026-03-18 12:32:51 +00:00
l10n fix(l10n): Update translations from Transifex 2026-03-10 00:24:04 +00:00
lib fix: correct reshare notification path 2026-03-18 16:46:11 +01:00
LICENSES
src test: add tests 2026-03-18 13:56:23 +01:00
templates
tests fix: correct reshare notification path 2026-03-18 16:46:11 +01:00
vendor-bin chore(deps-dev): Bump phpunit/phpunit in /vendor-bin/phpunit 2026-03-07 02:03:31 +00:00
.gitattributes
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
composer.json
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-03-22 03:14:48 +00:00
CONTRIBUTING.md
cypress.config.ts
eslint.config.js
Makefile
package-lock.json chore(deps-dev): bump the dev group with 4 updates 2026-03-21 02:06:25 +00:00
package.json chore(deps-dev): bump the dev group with 4 updates 2026-03-21 02:06:25 +00:00
psalm.xml
README.md
REUSE.toml
stylelint.config.cjs
tsconfig.json
vite.config.ts

Nextcloud Activity App

REUSE status

This app allows people to see actions related to their files and data in Nextcloud. Each person can configure their individual activity settings in the personal settings, to choose which activity should be pushed to mobile phones, send via email or whether a daily summary is sent each morning.

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/activity.git
  2. 🛠️ Run make dev-setup to install the development dependencies
  3. Enable the app through the app management of your Nextcloud
  4. 🏗️ Make your changes
  5. 🤖 Compile the frontend with make build-js-production
  6. 🚀 Send your pull request

API for other apps to interact with activities

In Nextcloud 11 the old extension API was replaced by 3 new interfaces, to better split the functionality up. Documentation for each of those can be found in the docs/ folder:

  • Create - an activity and store it in the app
  • Provider - translate and render activities
  • Setting - allow users to control what they want to see in their stream or mail
  • Filter - allow to reduce the stream in the web UI by app or setting