Activity app for Nextcloud
Перейти к файлу
Joas Schilling d3e5f4d48a
Fix some tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-16 09:45:08 +01:00
appinfo Register our filters via IFilter as well 2016-11-16 09:45:07 +01:00
css Use filters of the IFilter collection 2016-11-16 09:45:03 +01:00
docs Fix more naming issues 2016-07-22 12:31:22 +02:00
img Add icons to navigation 2016-10-05 11:39:47 +02:00
js Subjects as ROS 2016-11-16 09:45:08 +01:00
l10n [tx-robot] updated from transifex 2016-11-12 01:37:26 +00:00
lib Fix some tests 2016-11-16 09:45:08 +01:00
templates Fix RSS feed 2016-11-16 09:45:08 +01:00
tests Fix some tests 2016-11-16 09:45:08 +01: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 Revert "Add 7.1 as temporary" 2016-08-31 13:42:44 +02:00
CONTRIBUTING.md Fix repo URLs in CONTRIB.md 2016-07-01 12:30:52 +02:00
README.md Other metrics in other branches 2016-07-01 12:28:58 +02: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

Add new activities / types for other apps

With the activity manager extensions can be registered which allow any app to extend the activity behavior.

In order to implement an extension create a class which implements the interface \OCP\Activity\IExtension.

The PHPDoc comments on each method should give enough information to the developer on how to implement them.