Activity app for Nextcloud
Перейти к файлу
Lukas Reschke 3667bf016a Merge pull request #214 from nextcloud/faster-update
Disable big int update
2017-10-19 11:30:03 +02:00
appinfo Also include type into the index for filters 2017-08-08 18:05:00 +02:00
css Merge pull request #213 from nextcloud/accessibility-fixes 2017-10-13 13:29:08 +02:00
docs Add ETag and capabilities to the docs 2017-04-20 15:23:07 +02:00
img Add icons to navigation 2016-10-05 11:39:47 +02:00
js Merge pull request #213 from nextcloud/accessibility-fixes 2017-10-13 13:29:08 +02:00
l10n [tx-robot] updated from transifex 2017-10-19 00:09:49 +00:00
lib Kill the updates 2017-10-13 12:02:18 +02:00
templates Fix all accessibility errors 2017-09-29 22:29:05 +02:00
tests Merge pull request #173 from nextcloud/fix-mimetype-icon-of-deleted-folders 2017-07-11 16:09:12 +02:00
.drone.yml Update syntax to drone 0.8 2017-08-09 11:15:22 +02:00
.gitignore Fix JS unit test execution 2017-04-06 11:49:55 +02:00
.scrutinizer.yml Add a higher timeout for code-coverage 2015-07-02 10:45:53 +02:00
.travis.yml Fix phpunit execution with php7 2017-03-25 20:00:20 +01:00
CONTRIBUTING.md Fix repo URLs in CONTRIB.md 2016-07-01 12:30:52 +02:00
README.md Add docs how to create an event 2016-12-12 17:19:09 +01:00
issue_template.md Promote the issue template app 2017-04-05 09:32:11 +02:00
personal.php Run the license script to update emails 2016-07-22 12:37:41 +02:00

README.md

Nextcloud Activity App

The activity app for Nextcloud

Provides an activity feed showing your file changes and other interesting things going on in your Nextcloud.

QA metrics on master branch:

Build Status Scrutinizer Code Quality Code Coverage

API for other apps to interact with activities

In Nextcloud 11 the old extension API was replaced by 3 new interfaces, to better split the functionality up. Documentation for each of those can be found in the docs/ folder:

  • Create - an activity and store it in the app
  • Provider - translate and render activities
  • Setting - allow users to control what they want to see in their stream or mail
  • Filter - allow to reduce the stream in the web UI by app or setting