Activity app for Nextcloud
Перейти к файлу
Nextcloud bot 4129d9447a
[tx-robot] updated from transifex
2019-02-12 01:13:51 +00:00
.tx Fix tx config 2018-02-12 22:54:10 +01:00
appinfo Update version on master 2018-11-23 11:16:32 +01:00
css Move to SCSS and fix app icon for dark theme 2019-01-17 11:08:32 +01:00
docs Add the view and the fileId too 2018-11-07 11:44:49 +01:00
img Add viewbox to svgs to avoid sizing issues in IE 2018-01-10 09:47:51 +01:00
js Remove trailing new lines from ROS objects 2019-01-25 11:07:50 +01:00
l10n [tx-robot] updated from transifex 2019-02-12 01:13:51 +00:00
lib Merge pull request #342 from nextcloud/techdebt/noid/remove-legacy-parser 2019-02-06 15:04:23 +01:00
templates Move to compiled handlebrs 2018-10-15 20:24:00 +02:00
tests Merge pull request #342 from nextcloud/techdebt/noid/remove-legacy-parser 2019-02-06 15:04:23 +01:00
.drone.yml Add a drone job to check for compiled handlebars 2019-01-22 14:11:19 +01: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 2019-01-07 16:30:05 +01:00
CONTRIBUTING.md Fix repo URLs in CONTRIB.md 2016-07-01 12:30:52 +02:00
Makefile Add an "empty" Makefile with the compile step 2019-01-22 14:11:40 +01:00
README.md Add docs how to create an event 2016-12-12 17:19:09 +01:00
check-handlebars-templates.sh Add a drone job to check for compiled handlebars 2019-01-22 14:11:19 +01:00
compile-handlebars-templates.sh Add a drone job to check for compiled handlebars 2019-01-22 14:11:19 +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