Activity app for Nextcloud
Перейти к файлу
Joas Schilling cc431aa9cd Merge pull request #34 from nextcloud/automatic-di-files-hooks
Use automatic DI for FilesHooks
2016-08-31 15:51:20 +02:00
appinfo Do not kill the comments stream setting 2016-08-17 13:37:00 +02:00
css fix message style in activity view 2016-03-09 18:17:29 +01:00
docs Fix more naming issues 2016-07-22 12:31:22 +02:00
img add viewBox to app icon for scaling in firefox 2016-08-17 17:16:54 +02:00
js Fix broken avatar of remote users in sidebar 2016-08-04 09:47:54 +02:00
l10n [tx-robot] updated from transifex 2016-08-09 00:37:35 +00:00
lib Use automatic DI for FilesHooks 2016-08-31 13:44:44 +02:00
templates Run the license script to update emails 2016-07-22 12:37:41 +02:00
tests Use automatic DI for FilesHooks 2016-08-31 13:44:44 +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.