Activity app for Nextcloud
Перейти к файлу
Joas Schilling 6af3258552 Merge pull request #303 from owncloud/issue-302-settings-improvements
Issue 302 settings improvements
2015-08-11 11:29:50 +02:00
appinfo Find the federated cloud id in contacts for better readability 2015-07-24 14:47:18 +02:00
controller Allow types to be only set for specific methods 2015-08-11 11:14:32 +02:00
css add nicer empty content message 2015-03-26 23:23:21 +01: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 Do not change the status of disabled checkboxes 2015-08-11 11:23:38 +02:00
l10n [tx-robot] updated from transifex 2015-08-10 02:25:16 -04:00
lib Allow types to be only set for specific methods 2015-08-11 11:14:32 +02:00
templates Allow types to be only set for specific methods 2015-08-11 11:14:32 +02:00
tests Use local caching 2015-07-24 14:48:02 +02:00
.gitignore Ignore some files from git 2014-05-26 12:34:22 +02:00
.scrutinizer.yml Add a higher timeout for code-coverage 2015-07-02 10:45:53 +02:00
.travis.yml Check for deprecated classes separatly and allow failures 2015-07-20 08:49:32 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md 2015-07-08 22:09:11 +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.