No description
Find a file
Nextcloud bot 0849bba244
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-23 00:32:21 +00:00
.github feat(workflows): Add compile command 2026-02-05 14:57:37 +01:00
.tx
appinfo feat(admin): add admin settings section for configuring federated teams 2026-02-02 07:37:05 -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-03-23 00:32:21 +00:00
lib Merge pull request #2401 from nextcloud/fix/add-circle-member 2026-03-17 14:31:40 +01:00
LICENSES chore(reuse): Add missing license 2025-10-24 23:56:33 +02:00
screenshots
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 chore(psalm): Update stubs 2026-02-11 17:02:44 +01: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-03-22 03:15:14 +00:00
eslint.config.js chore: add a build system for frontend assets 2025-08-21 09:22:34 +02:00
LICENSE
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 feat: Emit UserShareAccessUpdatedEvent 2026-01-22 08:27:21 +01: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
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.