Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/circles
👪 Create groups with other users on a Nextcloud instance and share with them
https://github.com/nextcloud/circles
circle hacktoberfest nextcloud sharing
Last synced: 27 days ago
JSON representation
👪 Create groups with other users on a Nextcloud instance and share with them
- Host: GitHub
- URL: https://github.com/nextcloud/circles
- Owner: nextcloud
- License: agpl-3.0
- Created: 2016-12-21T05:23:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T00:21:43.000Z (5 months ago)
- Last Synced: 2024-05-28T09:52:41.006Z (5 months ago)
- Topics: circle, hacktoberfest, nextcloud, sharing
- Language: PHP
- Homepage:
- Size: 15.7 MB
- Stars: 138
- Watchers: 20
- Forks: 47
- Open Issues: 265
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-nextcloud - circles - Create groups in NC (Apps / Official)
README
# Nextcloud Teams
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/circles)](https://api.reuse.software/info/github.com/nextcloud/circles)### Bring cloud-users closer together
Nextcloud Teams allow people to create their own groups of people/colleagues/friends.
Those groups of people can then be used by any other app for sharing purpose.The app was formerly named circles which is still used as internal identifier a lot.
# Installation
The *Teams* app is installed and enabled by default.# Documentation
You can use the `\Psr\Container\ContainerInterface`, see [dependency injection](https://docs.nextcloud.com/server/stable/developer_manual/basics/dependency_injection.html), to get the `\OCA\Circles\CireclesManager` class, see our [API documentation](https://nextcloud.github.io/circles/) for its interface.