Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(federation): allows equal signs in federation idfix/noid/allows-some-char-from-federationid | Maxence Lange | 2025-04-22 | 1 | -1/+4 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(federation): Fix returning "no display name" after cache resultbugfix/noid/fix-cached-return-of-display-name | Joas Schilling | 2025-04-10 | 1 | -2/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federation): Don't load the addressbook when resolving a cloud IDperf/noid/dont-load-addressbook-on-resolving-cloudid | Joas Schilling | 2025-04-09 | 2 | -28/+30 |
| | | | | | | Instead we delay the lookup of the display name until it is actually used Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: copy sharedBy[DisplayName] to sender[DisplayName], fixes #36340 | Michiel de Jong | 2025-01-29 | 1 | -0/+4 |
| | | | | Signed-off-by: Michiel de Jong <michiel@pondersource.com> | ||||
* | fix(ocm): simpler code | Maxence Lange | 2024-12-04 | 1 | -0/+6 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 1 | -64/+45 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -18/+55 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 1 | -24/+21 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(federation): Fix missing protocol on CloudID remote | Joas Schilling | 2024-06-27 | 1 | -3/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 6 | -124/+12 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(federation): ICloudId->getRemote() should contain the protocol | Joas Schilling | 2024-04-02 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federation): Fix creating local cloudIds with http:// protocol | Joas Schilling | 2024-03-25 | 1 | -13/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(federation): Allow cloud federation providers to handle unsuccessful ↵ | Joas Schilling | 2024-02-28 | 1 | -0/+61 |
| | | | | | | | | return codes Otherwise they are put to retry and will immediately trigger bruteforce protection infinitely Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -10/+10 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | ocm controller | Maxence Lange | 2023-09-20 | 1 | -73/+27 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | displayname on federated shares | Maxence Lange | 2023-06-28 | 1 | -4/+5 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Validate if the user part of a "cloud id" can even be a valid user id | Joas Schilling | 2022-12-09 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | cache cloud id data in CloudIdManager | Robin Appelman | 2022-08-31 | 1 | -6/+73 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Always log errors from sending federation api requests to ease debugging | Joas Schilling | 2022-06-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -7/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -1/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to get a local cloud id without going through the contacts manager | Julius Härtl | 2021-07-14 | 1 | -11/+34 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Correctly check the reception of a remote feedback | Louis Chemineau | 2021-06-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -12/+6 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -0/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [Fix #24682]: ensure federation cloud id is retruned if FN property not found | Guillaume Virlet | 2020-12-13 | 1 | -1/+7 |
| | | | | Signed-off-by: Guillaume Virlet <github@virlet.org> | ||||
* | send expected format of cloud id | Arthur Schiwon | 2020-11-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | set the display name of federated sharees from addressbook | Arthur Schiwon | 2020-11-24 | 2 | -12/+46 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -10/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 6 | -6/+20 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | According to the OCM specification the body needs to be JSON encoded | Bjoern Schiessle | 2019-02-19 | 1 | -3/+4 |
| | | | | | | see: https://github.com/GEANT/OCM-API/pull/37 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | translate nextcloud share types to OCM share types | Bjoern Schiessle | 2018-07-11 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | log error messgage | Bjoern Schiessle | 2018-07-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | cache results from ocm end-point discovery | Bjoern Schiessle | 2018-07-02 | 1 | -0/+11 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix return type from send share | Bjoern Schiessle | 2018-07-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | look for correct OCM permissions | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | cleanup variable naming, it is actually a resource type | Bjoern Schiessle | 2018-07-02 | 1 | -12/+10 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 2 | -1/+8 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -3/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |