mirror of
https://github.com/nextcloud/activity.git
synced 2026-05-09 15:03:39 +02:00
No description
- JavaScript 80%
- PHP 15.1%
- TypeScript 2.7%
- Vue 2%
- CSS 0.1%
|
|
||
|---|---|---|
| .github | ||
| .tx | ||
| appinfo | ||
| css | ||
| cypress | ||
| docs | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| LICENSES | ||
| src | ||
| templates | ||
| tests | ||
| vendor-bin | ||
| .gitattributes | ||
| .gitignore | ||
| .l10nignore | ||
| .php-cs-fixer.dist.php | ||
| AUTHORS.md | ||
| composer.json | ||
| composer.lock | ||
| CONTRIBUTING.md | ||
| cypress.config.ts | ||
| eslint.config.js | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| psalm.xml | ||
| README.md | ||
| REUSE.toml | ||
| stylelint.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||
Nextcloud Activity App
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
- ☁ Clone this app into the
appsfolder of your Nextcloud:git clone https://github.com/nextcloud/activity.git - 🛠️ Run
make dev-setupto install the development dependencies - ✅ Enable the app through the app management of your Nextcloud
- 🏗️ Make your changes
- 🤖 Compile the frontend with
make build-js-production - 🚀 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
Administration
- Database configuration - using a dedicated database for activity events