Activity app for Nextcloud
Перейти к файлу
Nextcloud bot 95c1ed6e3b
[tx-robot] Update transifex configuration
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-01 02:17:46 +00:00
.github Migrate to nextcloud/OCP package in master 2022-09-26 19:48:29 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:17:46 +00:00
__mocks__/@nextcloud Use npm 7 2021-06-16 14:00:06 +02:00
appinfo Add Nextcloud 25 support on master 2022-09-22 13:10:02 +02:00
css Port settings to vue 2022-08-19 20:03:30 +02:00
cypress Rewrite cypress test 2022-09-13 16:35:27 +02:00
docs Update endpoint-v2 doc with info about "objects" field 2022-07-19 12:11:27 +02:00
img Fix contrast issue for add icon 2022-07-19 12:12:04 +02:00
js Fix empty content of dashboard 2022-09-13 11:49:01 +02:00
l10n [tx-robot] updated from transifex 2022-09-29 02:35:10 +00:00
lib fix dashboard api button title 2022-09-19 08:48:40 +02:00
src Fix empty content of dashboard 2022-09-13 11:49:01 +02:00
templates Merge pull request #899 from nextcloud/a11y-app-navigation 2022-08-31 12:40:53 +02:00
tests Fix code style 2022-08-16 14:07:14 +02:00
.eslintrc.js Fix eslint errors 2022-09-13 09:52:24 +02:00
.gitattributes Port settings to vue 2022-08-19 20:03:30 +02:00
.gitignore Apply cs:fix 2022-02-08 11:51:06 +01:00
.l10nignore Fix translation ignore 2022-08-24 08:28:49 +02:00
.php-cs-fixer.dist.php Apply cs:fix 2022-02-08 11:51:06 +01:00
.scrutinizer.yml Add a higher timeout for code-coverage 2015-07-02 10:45:53 +02:00
CONTRIBUTING.md security@nextcloud.com is not being monitored and mails are being dropped. 2019-11-15 12:08:12 +01:00
Makefile Don't update on installing 2021-07-02 13:39:45 +02:00
README.md add development setup instructions to readme 2019-05-17 14:31:39 +02:00
babel.config.js Add tests for vue app 2021-05-10 17:19:19 +02: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
composer.json Migrate to nextcloud/OCP package in master 2022-09-26 19:48:29 +02:00
composer.lock Migrate to nextcloud/OCP package in master 2022-09-26 19:48:29 +02:00
cypress.json Port settings to vue 2022-08-19 20:03:30 +02:00
issue_template.md Promote the issue template app 2017-04-05 09:32:11 +02:00
package-lock.json Bump @types/jest from 29.0.1 to 29.0.3 2022-09-17 02:40:04 +00:00
package.json Add Nextcloud 25 support on master 2022-09-22 13:10:02 +02:00
psalm.xml Add a stub 2022-08-16 13:50:21 +02:00
stylelint.config.js Use npm 7 2021-06-16 14:00:06 +02:00
webpack.js Port settings to vue 2022-08-19 20:03:30 +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.

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/activity.git
  2. Enable the app through the app management of your Nextcloud
  3. 🎉 Partytime!

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