No description
  • JavaScript 52.1%
  • PHP 47.3%
  • Vue 0.4%
Find a file
github-actions[bot] d656bd2a77
Merge pull request #2448 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2026-05-03 04:54:50 +00:00
.github chore(ci): update workflow templates 2026-04-24 15:56:06 -03:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:35 +00:00
appinfo fix: update shares handling 2026-04-23 08:30:14 -03:00
css chore(assets): Recompile assets 2026-02-09 11:05:40 +00:00
files composer cs:fix 2025-03-18 16:01:30 -01:00
img fix: Invert activity filter icon color 2024-04-18 09:18:30 -01:00
js chore(assets): Recompile assets 2026-02-11 15:38:18 +00:00
l10n fix(l10n): Update translations from Transifex 2026-04-25 00:32:12 +00:00
lib refactor(CircleMount): Remove broken and deprecated CircleMountManager 2026-04-27 17:39:32 +02:00
LICENSES chore(reuse): Add missing license 2025-10-24 23:56:33 +02:00
screenshots fixing stuff 2020-01-15 11:08:39 -01:00
src fix: remove unecessary frontend check for empty url 2026-02-02 07:37:05 -03:00
templates feat(admin): add admin settings section for configuring federated teams 2026-02-02 07:37:05 -03:00
tests refactor(CircleMount): Remove broken and deprecated CircleMountManager 2026-04-27 17:39:32 +02:00
vendor-bin chore(psalm): Bump psalm and fix new micro issues 2026-02-11 17:02:43 +01:00
.gitignore fix gitignore 2026-02-09 08:46:00 -01:00
.php-cs-fixer.dist.php fix: Fix cs-fixer, psalm version, and reuse config 2025-05-15 12:32:40 +02:00
AUTHORS.md chore: Add SPDX header 2024-06-13 18:02:15 +02:00
CHANGELOG.md chore: Add SPDX header 2024-06-13 18:02:15 +02:00
composer.json build(composer): Stop main composer.json updates propagating to vendor-bin 2025-06-23 13:31:53 +02:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2026-05-03 03:21:09 +00:00
eslint.config.js chore: add a build system for frontend assets 2025-08-21 09:22:34 +02:00
LICENSE switching to circles 2017-02-16 00:04:00 -01:00
Makefile chore: Add SPDX header 2024-06-13 18:02:15 +02:00
package-lock.json chore(deps): bump qs from 6.14.0 to 6.14.2 2026-02-14 10:06:50 +00:00
package.json chore(deps): bump @nextcloud/vue from 9.3.3 to 9.5.0 2026-02-07 02:04:02 +00:00
phpDocumentor.sh chore: Add SPDX header 2024-06-13 18:02:15 +02:00
psalm.xml refactor(CircleMount): Remove broken and deprecated CircleMountManager 2026-04-27 17:39:32 +02:00
README.md docs: fix grammar and typo in README.md 2026-02-04 22:13:41 +01:00
rector.php fix: Add rector to vendor-bin tools 2025-05-15 14:55:01 +02:00
REUSE.toml chore: add a build system for frontend assets 2025-08-21 09:22:34 +02:00
testConfiguration.json fix 2021-05-03 11:33:48 -01:00
testConfiguration.json.license chore: Add SPDX header 2024-06-13 18:02:15 +02:00
tsconfig.json chore: add a build system for frontend assets 2025-08-21 09:22:34 +02:00
vite.config.ts feat(admin): add admin settings section for configuring federated teams 2026-02-02 07:37:05 -03:00

Nextcloud Teams

REUSE status

Bring cloud-users closer together

Nextcloud Teams allows people to create their own groups of people/colleagues/friends. Those groups can then be used by any other app for sharing purposes.

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, to get the \OCA\Circles\CirclesManager class, see our API documentation for its interface.