No description
Find a file
Nextcloud bot d30b75ccec
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 00:35:00 +00:00
.github feat(workflows): Add compile command 2026-02-05 14:57:37 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:35 +00:00
appinfo feat(admin): add admin settings section for configuring federated teams 2026-02-02 07:37:05 -03:00
css feat(workflows): Add compile command 2026-02-05 14:57:37 +01: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 feat(workflows): Add compile command 2026-02-05 14:57:37 +01:00
l10n fix(l10n): Update translations from Transifex 2026-02-07 00:35:00 +00:00
lib fixup! fix: do not ignore shares if child share is missing 2026-02-06 11:52:06 +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 feat: Emit UserShareAccessUpdatedEvent 2026-01-22 08:27:21 +01:00
vendor-bin chore(deps-dev): bump phpunit/phpunit in /vendor-bin/phpunit 2026-01-28 01:20:40 +00:00
.gitignore chore: add a build system for frontend assets 2025-08-21 09:22:34 +02: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-02-01 03:13:53 +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 @nextcloud/vue from 9.1.0 to 9.3.3 2026-02-05 14:57:13 +01:00
package.json chore(deps): bump @nextcloud/vue from 9.1.0 to 9.3.3 2026-02-05 14:57:13 +01: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.