Activity app for Nextcloud
Перейти к файлу
Nextcloud bot e1083268bd
[tx-robot] updated from transifex
2017-04-03 00:09:26 +00:00
appinfo Move navigation registration to info.xml 2017-03-27 10:22:10 +02:00
css fix position of previews, add a bit padding to the left 2017-03-28 00:48:36 +02:00
docs Explain how to get all apps and types 2016-12-13 15:35:14 +01:00
img Add icons to navigation 2016-10-05 11:39:47 +02:00
js fix position of previews, add a bit padding to the left 2017-03-28 00:48:36 +02:00
l10n [tx-robot] updated from transifex 2017-04-03 00:09:26 +00:00
lib Move navigation registration to info.xml 2017-03-27 10:22:10 +02:00
templates add Settings label to bottom left entry like everywhere else 2017-03-28 00:50:46 +02:00
tests Move navigation registration to info.xml 2017-03-27 10:22:10 +02:00
.drone.yml Add signed-off-checker 2016-09-27 00:56:11 +02:00
.gitignore Added JS unit test runner 2015-08-14 12:12:04 +02:00
.scrutinizer.yml Add a higher timeout for code-coverage 2015-07-02 10:45:53 +02:00
.travis.yml Fix phpunit execution with php7 2017-03-25 20:00:20 +01:00
CONTRIBUTING.md Fix repo URLs in CONTRIB.md 2016-07-01 12:30:52 +02:00
README.md Add docs how to create an event 2016-12-12 17:19:09 +01:00
issue_template.md FIx issue template 2016-07-22 12:28:13 +02:00
personal.php Run the license script to update emails 2016-07-22 12:37:41 +02:00

README.md

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.

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