зеркало из https://github.com/nextcloud/activity.git
55b0d69d23 | ||
---|---|---|
appinfo | ||
controller | ||
css | ||
docs | ||
extension | ||
img | ||
js | ||
l10n | ||
lib | ||
templates | ||
tests | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
README.md | ||
issue_template.md | ||
personal.php |
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:
QA metrics on stable8 branch:
QA metrics on stable7 branch:
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.