nextcloud / activity

:zap: Activity app for Nextcloud
111 stars 62 forks source link
activity hacktoberfest nextcloud open-source stream

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: