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

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

0. Needs triage
bug

In the settings for the application, the icon is invisible on a white background. ![obraz](https://user-images.githubusercontent.com/47037905/125444355-1ccbf241-fcd4-4a3b-a43d-71569f751661.png) ![obraz](https://user-images.githubusercontent.com/47037905/125444269-ed7c3925-dde8-41f4-a4b7-00d0dc430c03.png) Apps: Nextcloud 22.0.0 Circles 22.0.0

bug
design

```sql SELECT … FROM `oc_circles_circle` `cc` LEFT JOIN `oc_circles_member` `cc_wn` ON (`cc_wn`.`circle_id` = `cc`.`unique_id`) AND (`cc_wn`.`level` = 9) LEFT JOIN `oc_circles_membership` `cc_ms` ON (`cc_ms`.`single_id` = '…') AND (`cc_ms`.`circle_id` = `cc`.`unique_id`)...

3. to review
bug

Shares with circles are broken, and when listing users in the admin panel, groups that contain users with spaces in their username are not shown and displays an error message....

Hi, from cantacs, opening a circle, i add a member (ldap user account). Now try to promote user to any of the other levels (Admin, Moderator or sole owner) the...

Should fix #829

3. to review
backport-request

The idea is to run a single command from CirclesManager in a super session: ``` /** @var CirclesManager $manager */ $manager = \OC::$server->get(CirclesManager::class); $result = $manager->runAsSuperSession('getCircles', [new CircleProbe()]); ```

1. to develop
enhancement