aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-053-6/+6
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-5/+3
* 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-252-2/+4
* fix(federation): Return the used userID to allow the inviting server to react...Joas Schilling2024-08-132-7/+11
* refactor(cloud_federation_api): Replace security annotations with respective ...provokateurin2024-07-271-8/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-275-103/+10
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* refactor: Configure OpenAPI scopesprovokateurin2024-01-181-0/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-0/+1
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-022-8/+8
* feat(OCM): Add a way for apps to create a new IOCMResourceJoas Schilling2023-10-131-4/+2
* fix(OCM): Make the OCM provider stateful so apps can add resourcesJoas Schilling2023-10-131-7/+7
* ocm controllerMaxence Lange2023-09-202-73/+48
* cloud_federation_api: Add OpenAPI specjld31032023-07-133-24/+96
* cloud_federation_api: Fix bad request responsesjld31032023-07-131-14/+33
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-3/+0
* 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-044-8/+4
* Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-081-4/+16
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-9/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-2/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Update license headersChristoph Wurst2019-12-054-4/+11
* Some php-cs fixesRoeland Jago Douma2019-11-224-6/+1
* adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
* implement federated group sharesBjoern Schiessle2018-07-112-13/+41
* add support for different share typesBjoern Schiessle2018-07-021-24/+15
* 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
* implement config checkBjoern Schiessle2018-07-021-3/+23
* 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
* fix capabilitiesBjoern Schiessle2018-07-021-3/+7
* implement accept share notificationBjoern Schiessle2018-07-021-1/+8
* adjust to latest api versionBjoern Schiessle2018-07-022-16/+21
* update capabilitiesBjoern Schiessle2018-07-021-1/+5
* 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-024-0/+397