aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/OCM/OCMDiscoveryService.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(OCM-invites): Implementation of invitation flowMicke Nordin2025-06-121-4/+4
| | | | | | | | | | | | | | | This patchset: * implements the /invite-accepted endpoint * adds capabilities and inviteAceptDialog to the discovery * adds a FederatedInviteAcceptedEvent https://cs3org.github.io/OCM-API/docs.html?branch=v1.1.0&repo=OCM-API&user=cs3org#/paths/~1invite-accepted/post Co-authored-by: Anna <anna@nextcloud.com> Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Co-authored-by: Navid Shokri <navid.pdp11@gmail.com> Signed-off-by: Micke Nordin <kano@sunet.se>
* fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-051-1/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-4/+9
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-34/+1
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(OCMDiscoveryService): Also cache error results during discoveryfix/ocmdiscoveryservice/cache-errorsprovokateurin2024-11-251-1/+9
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-131-9/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ocm controllerMaxence Lange2023-09-201-0/+138
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>