Skip to content
master
Switch branches/tags
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.tx
Feb 12, 2018
css
Aug 10, 2021
Jun 16, 2021
Jun 16, 2021
Jan 22, 2021

Nextcloud Activity App

The activity app for Nextcloud

Provides an activity feed showing your file changes and other interesting things going on in your Nextcloud.

🏗 Development setup

  1. Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/activity.git
  2. Enable the app through the app management of your Nextcloud
  3. 🎉 Partytime!

QA metrics on master branch:

Build Status Scrutinizer Code Quality Code Coverage

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