Activity app for Nextcloud
Перейти к файлу
Nextcloud bot 00f743b4b6
[tx-robot] updated from transifex
2018-03-05 01:13:39 +00:00
.tx Fix tx config 2018-02-12 22:54:10 +01:00
appinfo Register personal settings via info.xml 2018-02-21 18:06:29 +01:00
css Border-radius does not need the vendor prefixes anymore 2017-10-23 20:01:08 +02:00
docs
img Add viewbox to svgs to avoid sizing issues in IE 2018-01-10 09:47:51 +01:00
js Merge pull request #213 from nextcloud/accessibility-fixes 2017-10-13 13:29:08 +02:00
l10n [tx-robot] updated from transifex 2018-03-05 01:13:39 +00:00
lib ensure userids are strings 2018-03-02 00:22:07 +01:00
templates
tests Merge pull request #248 from nextcloud/feature/164/better-html-emails 2018-02-26 13:39:22 +01:00
.drone.yml
.gitignore
.scrutinizer.yml
.travis.yml Update master php testing versions 2018-01-15 11:38:43 +01:00
CONTRIBUTING.md
README.md
issue_template.md

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