No description
  • JavaScript 52.9%
  • PHP 46.5%
  • Vue 0.4%
Find a file
Nextcloud bot ad3b4b4365
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-12 01:01:09 +00:00
.github chore(actions): add sync-workflow-templates github action 2026-05-25 10:07:53 -03:00
.tx
appinfo feat: add support for setting preview avatar for circle 2026-05-19 06:58:23 -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-05-15 17:22:50 +00:00
l10n fix(l10n): Update translations from Transifex 2026-06-12 01:01:09 +00:00
lib Feat: Add role-based filtering for circle member queries 2026-05-28 17:12:48 +02: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 fix: apply suggestions from come-nc 2026-05-19 09:31:13 -03:00
vendor-bin chore: Fix rector configuration and apply it 2026-05-18 17:40:00 +02:00
.gitignore fix gitignore 2026-02-09 08:46:00 -01:00
.nextcloudignore build: add .nextcloudignore for release builds 2026-06-04 12:25:57 +00: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-06-07 03:24:18 +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 axios from 1.13.5 to 1.16.0 2026-05-15 19:16:55 +02:00
package.json feat(deps): Add Nextcloud 35 support on master 2026-05-15 11:36:01 +02: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 chore: Bump rector set to NEXTCLOUD_34 and apply it 2026-05-18 17:41:51 +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.