[stable-7.2] Backport fixes from main#2999
Merged
Merged
Conversation
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> (cherry picked from commit 77fd4fc) Backports: opencloud-eu#2063
GetRoleDefinition/s does now handle l10n correctly. Previsouly it just returned the non-localized string. What made things worse was that ListPermissions() mutated global list of available roles and replaced some strings with translated values depending on the `accept-language` header. Which resulted in GetRoleDefinition returning results in mixed localization depending on who/what called ListPermissions before. Fixes: opencloud-eu#2800 (cherry picked from commit d163c8e) Backports: opencloud-eu#2935
(cherry picked from commit 92e6c8f) Backports: opencloud-eu#2944
Signed-off-by: Christian Richter <c.richter@opencloud.eu> (cherry picked from commit faf3ff1) Backports: opencloud-eu#2951
The alpine base images now has a fixed libvips. So we can enable previews for these formats again. This reverts commit c40629d. (cherry picked from commit fab1986) Backports: opencloud-eu#2973
That should help to keep up with the stream of messages and prevent services from being flagged as slow consumers. (cherry picked from commit 06365d9) Backports: opencloud-eu#2974
This fixes error logs like RR error when calling Createhome error="gateway: grpc failed with code CODE_INVALID_ARGUMENT" line=github.com/opencloud-eu/opencloud/services/proxy/pkg/middleware/create_home.go:87 service=proxy e.g. during internal requests to the data provider. (cherry picked from commit 1ea634e) Backports: opencloud-eu#2978
(cherry picked from commit cadd02c) Backports: opencloud-eu#2980
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 17 |
| Duplication | 698 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
aduffeck
approved these changes
Jun 22, 2026
ScharfViktor
approved these changes
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This backport the following PRs to the stable-7.2 branch:
Closes: #2995