circles icon indicating copy to clipboard operation
circles copied to clipboard

👪 Create groups with other users on a Nextcloud instance and share with them

Results 288 circles issues
Sort by recently updated
recently updated
newest added

Get notified if someone invites you into a circle. ![image](https://github.com/nextcloud/circles/assets/757752/3a11320b-9294-4004-9305-f28bcb293eea) Fixes https://github.com/nextcloud/circles/issues/235

3. to review
enhancement
feedback-requested

May ... Fix: https://github.com/nextcloud/circles/issues/1239 Not sure if it's enough and correct from a syntax point of view ; I would need reviewers to test it by their side. The goal...

3. to review
help wanted
feedback-requested

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.24 to 10.5.25. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 10.5.25 Changed Updated dependencies for PHAR distribution How to install or update PHPUnit Changelog Sourced from phpunit/phpunit's...

3. to review
dependencies

Backport of PR #1615

3. to review
bug
regression

Backport of PR #1615

3. to review
bug
regression

Query Id: 840cd7ddd2b35ffc135ea23c59096c00 ```sql SELECT `cs`.`unique_id`, `cs`.`name`, `cs`.`display_name`, `cs`.`sanitized_name`, `cs`.`source`, `cs`.`description`, `cs`.`settings`, `cs`.`config`, `cs`.`contact_addressbook`, `cs`.`contact_groupname`, `cs`.`creation` FROM `oc_circles_circle` `cs` INNER JOIN `oc_circles_member` `cs_mm` ON `cs_mm`.`circle_id` = `cs`.`unique_id` WHERE (`cs`.`instance` =...

1. to develop
bug

```sql SELECT `cc`.`unique_id`, `cc`.`name`, `cc`.`display_name`, `cc`.`sanitized_name`, `cc`.`source`, `cc`.`description`, `cc`.`settings`, `cc`.`config`, `cc`.`contact_addressbook`, `cc`.`contact_groupname`, `cc`.`creation`, `cc_wn`.`circle_id` AS `cc_wn_circle_id`, `cc_wn`.`member_id` AS `cc_wn_member_id`, `cc_wn`.`single_id` AS `cc_wn_single_id`, `cc_wn`.`user_id` AS `cc_wn_user_id`, `cc_wn`.`instance` AS `cc_wn_instance`, `cc_wn`.`user_type` AS...

1. to develop
bug

Hello, I experienced the following issue/bug (there's no template so I'm hoping I'm providing all relevant information here): **Steps to reproduce** 1. On https://framagenda.org, create an account and create a...

bug

Please check the output of the GitHub action and manually resolve the issueshttps://github.com/nextcloud/circles/actions/runs/9728774785@ArtificialOwl @mejo-