circles icon indicating copy to clipboard operation
circles copied to clipboard

cant delete circles, cant delete members of the circle, members cant see the folders i gave them via circles

Open RolandGuttek opened this issue 2 years ago • 1 comments

running nc24.02

i cant delete circles, they just come back after refresh, also user, same thing members cant see the folders, i need to upgrade them to moderator, then they can see it.

any idea whats wrong?

RolandGuttek avatar Jul 06 '22 05:07 RolandGuttek

We just ran into the same issue with a large project group. Nextcloud 24.0.3 (Snap) and Circles Tag v24.0.0.

Same behavior.

  1. you can't delete the members of the circles.
  2. circles cannot be deleted.
  3. folder sharing works only when a user is promoted to moderator. Before that, they cannot see the shared folder.
  4. furthermore, the folder sharing will remain once they are demoted to user again.
  5. if the user leaves the circle manually, the share remains. There is no way to revoke the user's access to the folder now.

kolumdium avatar Aug 01 '22 09:08 kolumdium

hi, same here. Any lead? Could you fix this?

punkyard avatar Nov 23 '22 18:11 punkyard

Same here. NC 25.0.4 (in Docker) Circles 25.0.0

I got the same erro log like #1219

[] Fehler: OCA\Circles\Tools\Exceptions\RequestNetworkException:  at <<closure>>

0. /var/www/html/apps/circles/lib/Service/FederatedEventService.php line 443
   OCA\Circles\Service\FederatedEventService->doRequest(["OCA\\Circles\\Tools\\Model\\NCRequest"])
1. /var/www/html/apps/circles/lib/Service/FederatedEventService.php line 188
   OCA\Circles\Service\FederatedEventService->initBroadcast(["OCA\\Circles\\ ... "])
2. /var/www/html/apps/circles/lib/Service/MemberService.php line 308
   OCA\Circles\Service\FederatedEventService->newEvent(["OCA\\Circles\\ ... "])
3. /var/www/html/apps/circles/lib/Controller/LocalController.php line 408
   OCA\Circles\Service\MemberService->removeMember("dXP8a9qjHvPcjv3E8jBuzZ9JX8xEC3A")
4. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 225
   OCA\Circles\Controller\LocalController->memberRemove("XAPMWrwrnjnmJUOlUci56iyjPUnuYB9", "dXP8a9qjHvPcjv3E8jBuzZ9JX8xEC3A")
5. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 133
   OC\AppFramework\Http\Dispatcher->executeController(["OCA\\Circles\\ ... "], "memberRemove")
6. /var/www/html/lib/private/AppFramework/App.php line 172
   OC\AppFramework\Http\Dispatcher->dispatch(["OCA\\Circles\\ ... "], "memberRemove")
7. /var/www/html/lib/private/Route/Router.php line 298
   OC\AppFramework\App::main("OCA\\Circles\\C ... r", "memberRemove", ["OC\\AppFramewo ... "], ["XAPMWrwrnjnmJU ... "])
8. /var/www/html/ocs/v1.php line 63
   OC\Route\Router->match("/ocsapp/apps/ci ... A")
9. /var/www/html/ocs/v2.php line 23
   require_once("/var/www/html/ocs/v1.php")

DELETE /ocs/v2.php/apps/circles/circles/XAPMWrwrnjnmJUOlUci56iyjPUnuYB9/members/dXP8a9qjHvPcjv3E8jBuzZ9JX8xEC3A
from 10.0.2.15 by test at 2023-03-17T10:47:46+00:00

But i have a workaround:

  1. php occ circles:check
  2. enter your NC-Domain
  3. GET and POST muste be 200
  4. save this loopback address whit 'y'
  5. (internal address can skip whit 'n')
  6. now you can delete members of the circle and delete circles

After i deleted a members of the circle i got one time this erro log:

[index] Fehler: Exception: OCA\Circles\Model\Member::getInvitedBy(): Return value must be of type OCA\Circles\Model\FederatedUser, null returned in file '/var/www/html/apps/circles/lib/Model/Member.php' line 351 at <<closure>>

0. /var/www/html/lib/private/AppFramework/App.php line 172
   OC\AppFramework\Http\Dispatcher->dispatch(["OCA\\Circles\\ ... "], "asyncBroadcast")
1. /var/www/html/lib/private/Route/Router.php line 298
   OC\AppFramework\App::main("OCA\\Circles\\C ... r", "asyncBroadcast", ["OC\\AppFramewo ... "], ["5e5bea3c-a56b- ... "])
2. /var/www/html/lib/base.php line 1047
   OC\Route\Router->match("/apps/circles/a ... /")
3. /var/www/html/index.php line 36
   OC::handleRequest()

POST /apps/circles/async/5e5bea3c-a56b-4ef6-a4be-a990cd1ec1c2/
from 172.22.0.1 at 2023-03-17T10:43:50+00:00

And shortly after a few info logs like:

[text] Information: Document xx has not been reset, as it has unsaved changes

at 2023-03-17T10:55:02+00:00

Janokisu avatar Mar 17 '23 11:03 Janokisu

could be a link between NC and Maria db .. I moved to NC AiO, it seems to work better ..

punkyard avatar Apr 09 '23 19:04 punkyard