Nextcloud Circles API

Deprecated

Table of Contents

lib/Api/v1/Circles.php
lib/Exceptions/CircleDoesNotExistException.php
lib/Exceptions/MemberDoesNotExistException.php
lib/Model/Circle.php
lib/Model/GlobalScale/GSEvent.php
lib/Model/Member.php
lib/Model/SharesToken.php
lib/Model/SharingFrame.php
lib/Service/CirclesService.php
lib/Service/ConfigService.php
lib/Service/DavService.php
lib/Service/EventsService.php
lib/Service/GroupsService.php
lib/Service/MembersService.php
lib/Service/MiscService.php
lib/Tools/Model/Request.php
lib/Tools/Model/SimpleDataStore.php

Circles.php

Line Element Reason
131 Circles::joinedCircles()
  • used by apps/dav/lib/Connector/Sabre/Principal.php

Circles::joinedCircles();

Return all the circle the current user is a member.

184 Circles::detailsCircle()
  • used by apps/dav/lib/Connector/Sabre/Principal.php - used by apps/files_sharing/lib/Controller/ShareAPIController.php - used by lib/private/Share20/Manager.php

Circles::detailsCircle();

WARNING - This function is called by the core - WARNING Do not change it

Returns details on the circle. If the current user is a member, the members list will be return as well.

216 Circles::getMember()
  • used by apps/files_sharing/lib/Controller/ShareAPIController.php

Circles::getMember();

This function will return information on a member of the circle. Current user need at least to be Member.

237 Circles::getFilesForCircles()
  • used by apps/dav/lib/Connector/Sabre/FilesReportPlugin.php

Get a list of objects which are shred with $circleUniqueId.

CircleDoesNotExistException.php

Line Element Reason
35 CircleDoesNotExistException

MemberDoesNotExistException.php

Line Element Reason
35 MemberDoesNotExistException

Circle.php

Line Element Reason
276 Circle::getUniqueId()
  • removed in NC23

GSEvent.php

Line Element Reason
241 GSEvent::getDeprecatedCircle()
251 GSEvent::setDeprecatedCircle()

Member.php

Line Element Reason
304 Member::getType()

Use getUserType() instead

757 Member::getMembership()
  • use getLink();

SharesToken.php

Line Element Reason
38 SharesToken

SharingFrame.php

Line Element Reason
39 SharingFrame

Class SharingFrame

CirclesService.php

Line Element Reason
62 CirclesService

ConfigService.php

Line Element Reason
324 ConfigService::isContactsBackend()
334 ConfigService::contactsBackendType()

DavService.php

Line Element Reason
55 DavService
485 DavService::uuid()

EventsService.php

Line Element Reason
54 EventsService

Class EventsService

GroupsService.php

Line Element Reason
47 GroupsService

MembersService.php

Line Element Reason
66 MembersService

MiscService.php

Line Element Reason
211 MiscService::getDisplay()
264 MiscService::getContactData()
294 MiscService::getDisplayContactFromArray()

Request.php

Line Element Reason
178 Request::getAddress()
  • 19 - use getHost();
188 Request::setAddress()
  • 19 - use setHost();
272 Request::setAddressFromUrl()
  • 19 - use basedOnUrl();
386 Request::getParsedUrl()
  • 19 - use getParametersUrl() + addParam()
430 Request::getUrl()
  • 19 - use getPath()
649 Request::getUrlData()
  • 19 - use getUrlParams();
663 Request::getUrlParams()
  • 21 - use getQueryString();

SimpleDataStore.php

Line Element Reason
438 SimpleDataStore::haveKeys()
448 SimpleDataStore::haveKey()

Search results