Activity app for Nextcloud
Перейти к файлу
dependabot[bot] 816f274a15
chore: Drop unused dependency
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 12:32:24 +02:00
.github chore: update workflows from templates 2024-08-26 03:13:21 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:17:46 +00:00
LICENSES chore: Update to Material Symbol icon style 2024-06-10 19:47:58 +02:00
appinfo feat(deps): Add Nextcloud 31 support on master 2024-08-14 12:26:09 +02:00
css chore: Add SPDX headers 2024-05-07 16:29:26 +02:00
cypress chore: Drop unused dependency 2024-08-26 12:32:24 +02:00
docs fix(docs): add missing author 2024-05-07 16:29:30 +02:00
img chore: Update to Material Symbol icon style 2024-06-10 19:47:58 +02:00
js fix: More accurate error messages 2024-08-26 00:09:41 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-08-25 00:29:08 +00:00
lib fix: split link upload activity type 2024-08-07 08:49:54 +02:00
src fix: More accurate error messages 2024-08-26 00:09:41 +02:00
templates fix(docs): add missing author 2024-05-07 16:29:30 +02:00
tests fix: split link upload activity type 2024-08-07 08:49:54 +02:00
vendor-bin/cs-fixer Upgrade: Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-02-03 03:18:25 +00:00
.eslintrc.json chore: Migrate package to use vite for building and use Vue for UI 2023-11-08 15:02:40 +01:00
.gitattributes Don't try to render diffs 2023-11-16 12:22:37 +01:00
.gitignore chore(deps): Move cs-fixer into a composer bin 2023-09-08 10:27:28 +02:00
.l10nignore Update .l10nignore 2023-11-18 15:16:03 +01:00
.php-cs-fixer.dist.php chore(deps): Move cs-fixer into a composer bin 2023-09-08 10:27:28 +02:00
AUTHORS.md fix(docs): add missing author 2024-05-07 16:29:30 +02:00
CONTRIBUTING.md chore: Add SPDX headers 2024-05-07 16:29:26 +02:00
Makefile chore: Add SPDX headers 2024-05-07 16:29:26 +02:00
README.md docs: Add reuse badge 2024-05-07 16:29:30 +02:00
REUSE.toml chore: Migrate REUSE to TOML format 2024-07-07 20:06:51 +02:00
composer.json chore: Update psalm baseline for fixed issues + fixed typo in composer.json 2024-01-17 12:46:00 +01:00
composer.lock Upgrade: Bump psalm/phar from 5.23.1 to 5.25.0 2024-06-22 01:12:46 +00:00
cypress.config.ts chore: Drop unused dependency 2024-08-26 12:32:24 +02:00
package-lock.json chore: Drop unused dependency 2024-08-26 12:32:24 +02:00
package.json chore: Drop unused dependency 2024-08-26 12:32:24 +02:00
psalm.xml feat(rss): Add server name to the RSS feed title 2023-11-12 16:09:36 +01:00
stylelint.config.cjs chore: Cleanup repository 2023-11-14 10:57:51 +01:00
tsconfig.json chore: Compile assets 2023-11-08 22:17:04 +01:00
vite.config.ts chore: Adjust vite config 2024-08-24 20:09:48 +02:00

README.md

Nextcloud Activity App

REUSE status

This app allows people to see actions related to their files and data in Nextcloud. Each person can configure their individual activity settings in the personal settings, to choose which activity should be pushed to mobile phones, send via email or whether a daily summary is sent each morning.

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/activity.git
  2. 🛠️ Run make dev-setup to install the development dependencies
  3. Enable the app through the app management of your Nextcloud
  4. 🏗️ Make your changes
  5. 🤖 Compile the frontend with make build-js-production
  6. 🚀 Send your pull request

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