| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: Configure OpenAPI scopes | provokateurin | 2024-01-18 | 1 | -0/+2 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -0/+1 |
* | refactor: Rename OpenAPI type aliases to their namespaces | jld3103 | 2023-11-02 | 2 | -8/+8 |
* | feat(OCM): Add a way for apps to create a new IOCMResource | Joas Schilling | 2023-10-13 | 1 | -4/+2 |
* | fix(OCM): Make the OCM provider stateful so apps can add resources | Joas Schilling | 2023-10-13 | 1 | -7/+7 |
* | ocm controller | Maxence Lange | 2023-09-20 | 2 | -73/+48 |
* | cloud_federation_api: Add OpenAPI spec | jld3103 | 2023-07-13 | 3 | -24/+96 |
* | cloud_federation_api: Fix bad request responses | jld3103 | 2023-07-13 | 1 | -14/+33 |
* | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -3/+0 |
* | Correctly log failed attempts | Joas Schilling | 2022-06-13 | 1 | -4/+12 |
* | Always log errors from sending federation api requests to ease debugging | Joas Schilling | 2022-06-07 | 1 | -0/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -8/+4 |
* | Move requesthandler controller to LoggerInterface | Roeland Jago Douma | 2021-03-10 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Move cloud_federation_api to bootstrap mechanism | Morris Jobke | 2020-07-08 | 1 | -4/+16 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -9/+3 |
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 3 | -2/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -2/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
|/ |
|
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+11 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -6/+1 |
* | adjust json to match the definition | Bjoern Schiessle | 2019-02-20 | 1 | -1/+2 |
* | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 2 | -13/+41 |
* | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -24/+15 |
* | let the actual federated share provider check if incoming/outgoing shares are... | Bjoern Schiessle | 2018-07-02 | 1 | -13/+0 |
* | send the display name back after a federated share was received | Bjoern Schiessle | 2018-07-02 | 1 | -1/+7 |
* | implement config check | Bjoern Schiessle | 2018-07-02 | 1 | -3/+23 |
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 1 | -1/+0 |
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 1 | -2/+2 |
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -3/+3 |
* | fix capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -3/+7 |
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -1/+8 |
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 2 | -16/+21 |
* | update capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -1/+5 |
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -9/+14 |
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -3/+11 |
* | add cloud federation api app | Bjoern Schiessle | 2018-07-02 | 4 | -0/+397 |