Activity app for Nextcloud
Перейти к файлу
Joas Schilling 5586bef129 Merge pull request #117 from nextcloud/issue-41-anonymous-upload-activity-for-external-storages
Fix activities for "Files drop" on external storages
2017-02-22 11:15:06 +01:00
appinfo Update version on master 2016-12-13 20:18:43 +01:00
css Add the css rule for the navigation entry of the personal section 2017-01-25 10:49:01 +01:00
docs Explain how to get all apps and types 2016-12-13 15:35:14 +01:00
img Add icons to navigation 2016-10-05 11:39:47 +02:00
js Apply css rule to email-links as well 2016-11-25 10:50:38 +01:00
l10n [tx-robot] updated from transifex 2017-02-15 01:08:32 +00:00
lib Fix activities for "Files drop" on external storages 2017-02-20 16:52:46 +01:00
templates shorten activity mail wording, fix * for bullets to -, time in parentheses 2016-12-15 00:22:45 +01:00
tests Fix app navigation test, files is now always there, more to follow 2017-02-22 10:51:41 +01:00
.drone.yml Add signed-off-checker 2016-09-27 00:56:11 +02:00
.gitignore Added JS unit test runner 2015-08-14 12:12:04 +02:00
.scrutinizer.yml Add a higher timeout for code-coverage 2015-07-02 10:45:53 +02:00
.travis.yml Update php testing versions 2017-01-23 18:45:12 +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 FIx issue template 2016-07-22 12:28:13 +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