aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(signed-request): use share owner on reshareMaxence Lange2024-12-051-1/+1
* fix(ocm): get details from sharedSecret from providerMaxence Lange2024-12-051-34/+35
* feat(signatory): switch to qbmapperMaxence Lange2024-12-041-3/+3
* fix(ocm): simpler codeMaxence Lange2024-12-041-5/+15
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-041-16/+30
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-1/+154
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-0/+2
* fix(federation): Return the used userID to allow the inviting server to react...Joas Schilling2024-08-131-7/+10
* refactor(cloud_federation_api): Replace security annotations with respective ...provokateurin2024-07-271-8/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-271-23/+2
* refactor: Configure OpenAPI scopesprovokateurin2024-01-181-0/+2
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-5/+5
* ocm controllerMaxence Lange2023-09-201-47/+13
* cloud_federation_api: Add OpenAPI specjld31032023-07-131-24/+35
* cloud_federation_api: Fix bad request responsesjld31032023-07-131-14/+33
* Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
* Always log errors from sending federation api requests to ease debuggingJoas Schilling2022-06-071-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+1
* implement federated group sharesBjoern Schiessle2018-07-111-10/+35
* let the actual federated share provider check if incoming/outgoing shares are...Bjoern Schiessle2018-07-021-13/+0
* send the display name back after a federated share was receivedBjoern Schiessle2018-07-021-1/+7
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-1/+0
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-021-2/+2
* send reshare over OCM APIBjoern Schiessle2018-07-021-3/+3
* implement accept share notificationBjoern Schiessle2018-07-021-1/+8
* adjust to latest api versionBjoern Schiessle2018-07-021-13/+18
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-9/+14
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-3/+11
* add cloud federation api appBjoern Schiessle2018-07-021-0/+258