Activity app for Nextcloud
Перейти к файлу
Jenkins for ownCloud 38c41734fc [tx-robot] updated from transifex 2015-03-18 02:25:29 -04:00
appinfo Merge pull request #261 from owncloud/issue/core/14881-closure-navigation-entry 2015-03-17 12:16:41 +01:00
controller Merge pull request #234 from owncloud/issue/212-remove-dataresponse-status-attribute 2015-02-26 16:50:50 +01:00
css never show a scrollbar 2014-07-18 17:55:41 +02:00
extension Merge branch 'issue/225-sharing-extension-moved' 2015-02-18 14:54:45 +01:00
img change colored change icon to black/grey for less distraction 2014-05-14 11:44:38 +02:00
js Remove the status attribute and display a success message instead 2015-02-13 16:30:09 +01:00
l10n [tx-robot] updated from transifex 2015-03-18 02:25:29 -04:00
lib Check whether avatars are enabled before adding them 2015-03-14 16:02:40 +01:00
templates Always output a valid feed 2015-02-25 12:14:34 +01:00
tests Merge pull request #261 from owncloud/issue/core/14881-closure-navigation-entry 2015-03-17 12:16:41 +01:00
.gitignore Ignore some files from git 2014-05-26 12:34:22 +02:00
.scrutinizer.yml No scrutinizer for l10n + tests 2014-07-14 15:41:16 +02:00
.travis.yml Correctly build the stable8 branch aswell 2015-02-09 11:12:57 +01:00
README.md Add stable8 to overview in README.md 2015-02-27 13:36:58 +01:00
personal.php Move logic from personal.php to a controller method 2014-12-24 12:21:08 +01:00

README.md

ownCloud Activity App

The activity app for ownCloud

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

QA metrics on master branch:

Build Status Scrutinizer Code Quality Code Coverage

QA metrics on stable8 branch:

Build Status Scrutinizer Code Quality Code Coverage

QA metrics on stable7 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.