Activity app for Nextcloud
Перейти к файлу
Jenkins for ownCloud 90bcf7554f [tx-robot] updated from transifex 2015-10-15 02:25:31 -04:00
appinfo Update versions for 9.0 2015-10-13 08:43:06 +02:00
controller Use l10n factory instead of non-existing method 2015-10-08 15:52:33 +02:00
css fix Files sidebar Activity layout 2015-09-17 13:41:36 +02:00
extension Merge branch 'issue/225-sharing-extension-moved' 2015-02-18 14:54:45 +01:00
img add nicer empty content message 2015-03-26 23:23:21 +01:00
js Make activity tab the first of the default tabs 2015-09-28 12:32:13 +02:00
l10n [tx-robot] updated from transifex 2015-10-15 02:25:31 -04:00
lib Set the formatting object so Extensions can adjust 2015-10-02 09:57:09 +02:00
templates Change the checkbox style 2015-10-13 08:35:13 +02:00
tests Use a new mock everytime to fix php7 2015-10-08 16:19:45 +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 Travis: Disable other tests when JSTESTS is set 2015-08-14 14:34:40 +02: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
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.