Activity app for Nextcloud
Перейти к файлу
Jenkins for ownCloud 55b0d69d23 [tx-robot] updated from transifex 2016-04-21 02:25:37 -04:00
appinfo Merge pull request #505 from owncloud/remove-unsettable-settings-so-default-is-used 2016-04-20 10:21:20 +02:00
controller Merge pull request #505 from owncloud/remove-unsettable-settings-so-default-is-used 2016-04-20 10:21:20 +02:00
css fix message style in activity view 2016-03-09 18:17:29 +01:00
docs Move the API back to a controller, until the client guys approved the format 2016-02-17 08:36:06 +01:00
extension Run build/license.php from core 2016-02-12 09:14:27 +01:00
img add nicer empty content message 2015-03-26 23:23:21 +01:00
js use $().prop('checked', ...) instead of $().attr('checked', ...) 2016-04-19 16:24:33 +02:00
l10n [tx-robot] updated from transifex 2016-04-21 02:25:37 -04:00
lib Merge pull request #505 from owncloud/remove-unsettable-settings-so-default-is-used 2016-04-20 10:21:20 +02:00
templates Split by and all+not-self since they are not the same anymore 2016-04-11 14:53:10 +02:00
tests Merge pull request #505 from owncloud/remove-unsettable-settings-so-default-is-used 2016-04-20 10:21:20 +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 Coverage please 2016-01-18 15:42:09 +01:00
CONTRIBUTING.md Fix typo on App name 2015-08-28 17:33:55 +02:00
README.md Add stable8 to overview in README.md 2015-02-27 13:36:58 +01:00
issue_template.md Add issue template 2016-04-19 08:59:13 +02:00
personal.php Run build/license.php from core 2016-02-12 09:14:27 +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.