Activity app for Nextcloud
Перейти к файлу
Joas Schilling 082539b978 Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
appinfo Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
controller Fix the success msgs in the personal settings page 2015-01-14 17:21:33 +01:00
css never show a scrollbar 2014-07-18 17:55:41 +02:00
extension Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
img
js Move ajax/fetch.php to a new controller 2014-12-11 10:23:10 +01:00
l10n [tx-robot] updated from transifex 2015-02-04 02:25:20 -05:00
lib Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
templates Remove OC\Preference from UserSettings 2014-12-17 15:42:32 +01:00
tests Move the type icons of the files stuff to an extension 2015-02-05 14:53:43 +01:00
.gitignore
.scrutinizer.yml No scrutinizer for l10n + tests 2014-07-14 15:41:16 +02:00
.travis.yml remove build.xml 2014-12-15 12:38:36 +01:00
README.md
personal.php Move logic from personal.php to a controller method 2014-12-24 12:21:08 +01:00
rss.php Remove OC\Preference from UserSettings 2014-12-17 15:42:32 +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 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.