aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Federation
Commit message (Expand)AuthorAgeFilesLines
* fix(ocm): simpler codeMaxence Lange2024-12-041-0/+6
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-64/+45
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-18/+55
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-24/+21
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(federation): Fix missing protocol on CloudID remoteJoas Schilling2024-06-271-3/+13
* chore: Add SPDX headerAndy Scherzinger2024-05-246-124/+12
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-2/+3
* fix(federation): Fix creating local cloudIds with http:// protocolJoas Schilling2024-03-251-13/+12
* fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-281-0/+61
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-10/+10
* ocm controllerMaxence Lange2023-09-201-73/+27
* displayname on federated sharesMaxence Lange2023-06-281-4/+5
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-4/+4
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-0/+3
* cache cloud id data in CloudIdManagerRobin Appelman2022-08-311-6/+73
* Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-071-1/+2
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-7/+5
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
* Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-141-11/+34
* Correctly check the reception of a remote feedbackLouis Chemineau2021-06-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+6
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+4
* [Fix #24682]: ensure federation cloud id is retruned if FN property not foundGuillaume Virlet2020-12-131-1/+7
* send expected format of cloud idArthur Schiwon2020-11-241-1/+2
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-242-12/+46
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Update share type constant usageJoas Schilling2020-06-241-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-10/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update license headersChristoph Wurst2019-12-056-6/+20
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+0
* According to the OCM specification the body needs to be JSON encodedBjoern Schiessle2019-02-191-3/+4
* translate nextcloud share types to OCM share typesBjoern Schiessle2018-07-111-1/+5
* log error messgageBjoern Schiessle2018-07-111-0/+1
* cache results from ocm end-point discoveryBjoern Schiessle2018-07-021-0/+11
* fix return type from send shareBjoern Schiessle2018-07-021-1/+2
* look for correct OCM permissionsBjoern Schiessle2018-07-021-1/+1
* cleanup variable naming, it is actually a resource typeBjoern Schiessle2018-07-021-12/+10
* some minor fixes and clode cleanupBjoern Schiessle2018-07-022-1/+8
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+4
* detect correctly if a share was send successfulBjoern Schiessle2018-07-021-1/+1
* adjust to latest api versionBjoern Schiessle2018-07-024-22/+41
* check API VersionBjoern Schiessle2018-07-021-1/+5
* send accept share notification (WIP)Bjoern Schiessle2018-07-022-14/+55