зеркало из https://github.com/nextcloud/activity.git
95c1ed6e3b
Signed-off-by: Nextcloud bot <bot@nextcloud.com> |
||
---|---|---|
.github | ||
.tx | ||
__mocks__/@nextcloud | ||
appinfo | ||
css | ||
cypress | ||
docs | ||
img | ||
js | ||
l10n | ||
lib | ||
src | ||
templates | ||
tests | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.l10nignore | ||
.php-cs-fixer.dist.php | ||
.scrutinizer.yml | ||
CONTRIBUTING.md | ||
Makefile | ||
README.md | ||
babel.config.js | ||
check-handlebars-templates.sh | ||
compile-handlebars-templates.sh | ||
composer.json | ||
composer.lock | ||
cypress.json | ||
issue_template.md | ||
package-lock.json | ||
package.json | ||
psalm.xml | ||
stylelint.config.js | ||
webpack.js |
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
- ☁ Clone this app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/activity.git
- ✅ Enable the app through the app management of your Nextcloud
- 🎉 Partytime!
QA metrics on master branch:
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: