Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Adjust tests to match code againbugfix/53457/red-ci | Joas Schilling | 2025-06-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(OCM-invites): Use the correct way of getting the email | Micke Nordin | 2025-06-12 | 1 | -3/+3 |
| | | | | | | It seems primary email can sometimes be empty, even if the user has an email set. Signed-off-by: Micke Nordin <kano@sunet.se> | ||||
* | feat(OCM-invites): Implementation of invitation flow | Micke Nordin | 2025-06-12 | 12 | -102/+640 |
| | | | | | | | | | | | | | | | 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(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-30 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(federation): Allow federation file sharing when federation app is disabledbugfix/49973/allow-federated-filesharing-without-federation-app | Joas Schilling | 2025-04-24 | 2 | -1/+4 |
| | | | | | | | The app id might be misleading, the federation app is for syncing addressbooks with trusted servers. It is not always enabled and show not have to be. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | perf(cloud_federation_api): only provide capabilities if neededperf/capa | Ferdinand Thiessen | 2025-04-04 | 1 | -7/+6 |
| | | | | | | | | | The capabilities can be quite expensive (e.g. on ARM board it takes 1s per request only for the capabilities). Also they are not used by the webui so they should not be included in initial state. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-01 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(ocm): `publicKey` can be disabled so capabilities do not matchfix/ocm-public-key-is-optional | Ferdinand Thiessen | 2025-03-21 | 2 | -2/+1 |
| | | | | | | | | When the public key feature is disabled null is returned for `publicKey`. So in this case we need to adjust the capabilities and return type of `jsonSerialize()`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-03 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Bump app versions and requirements | Joas Schilling | 2025-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(signed-request): use share owner on reshare | Maxence Lange | 2024-12-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): get details from sharedSecret from provider | Maxence Lange | 2024-12-05 | 1 | -34/+35 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(signed-request): removing unstable from public | Maxence Lange | 2024-12-04 | 1 | -0/+4 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(signatory): switch to qbmapper | Maxence Lange | 2024-12-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 1 | -5/+15 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 2 | -18/+32 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 3 | -12/+211 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 3 | -6/+6 |
|\ | |||||
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 3 | -6/+6 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-04 | 2 | -0/+14 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -5/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-14 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -2/+4 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federation): Return the used userID to allow the inviting server to ↵ | Joas Schilling | 2024-08-13 | 3 | -7/+14 |
| | | | | | | react to the famous `mapUid` result Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | refactor(cloud_federation_api): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -8/+9 |
| | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-07-02 | 1 | -136/+121 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 3 | -0/+10 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 6 | -123/+12 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-03 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-15 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor: Configure OpenAPI scopes | provokateurin | 2024-01-18 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29 | Arthur Schiwon | 2023-11-23 | 1 | -2/+2 |
|\ | | | | | Master is now 29 | ||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -6/+7 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | refactor: Rename OpenAPI type aliases to their namespaces | jld3103 | 2023-11-02 | 2 | -8/+8 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-18 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(OCM): Add a way for apps to create a new IOCMResource | Joas Schilling | 2023-10-13 | 1 | -4/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(OCM): Make the OCM provider stateful so apps can add resources | Joas Schilling | 2023-10-13 | 2 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | ocm controller | Maxence Lange | 2023-09-20 | 4 | -84/+61 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-10 | 2 | -0/+14 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |