Activity app for Nextcloud
Перейти к файлу
Joas Schilling 93a654411e
Merge pull request #308 from nextcloud/wording
Shorten tab label 'Activities' to 'Activity'
2018-11-05 13:32:57 +01:00
.tx Fix tx config 2018-02-12 22:54:10 +01:00
appinfo Make the object information available on emails 2018-10-11 12:11:30 +02:00
css remove unneeded filter 2018-10-17 12:00:41 +01:00
docs Add ETag and capabilities to the docs 2017-04-20 15:23:07 +02:00
img Add viewbox to svgs to avoid sizing issues in IE 2018-01-10 09:47:51 +01:00
js Shorten tab label 'Activities' to 'Activity' 2018-11-01 03:49:13 +01:00
l10n [tx-robot] updated from transifex 2018-11-05 01:13:49 +00:00
lib use the query builder and cast the values 2018-10-23 11:09:57 +02:00
templates Move to compiled handlebrs 2018-10-15 20:24:00 +02:00
tests Fix JS unit tests after handlebars 2018-10-22 14:24:54 +02:00
.drone.yml Fix drone config 2018-04-12 16:35:52 +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 Update master php testing versions 2018-01-15 11:38:43 +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

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