OpenCloud Devops
c73ed01908
🎉 Release 7.2.1 ( #3017 )
...
* 🎉 Release 7.2.1
* 🎉 Release 7.2.1
* 🎉 Release 7.2.1
v7.2.1
2026-07-06 16:56:15 +02:00
Viktor Scharf
8c4f9d96c0
Fix warming up the id cache for the user storage ( #3072 )
2026-07-06 16:32:23 +02:00
Jannik Stehle
a83a3b7680
Merge pull request #3052 from opencloud-eu/bump-web-7.1.3
...
[full-ci] chore: bump web to v7.1.3
2026-07-02 09:23:54 +02:00
Jannik Stehle
cee5657651
chore: bump web to v7.1.3
2026-07-01 09:50:17 +02:00
Michael Barz
0a500d25bf
Merge pull request #3016 from opencloud-eu/do-not-push-to-rolling
...
skip rolling release for production tags
2026-06-25 10:01:54 +02:00
v.scharf
be121d8a94
skip rolling release for production tags
2026-06-25 09:39:41 +02:00
OpenCloud Devops and v.scharf
c067b65f3f
🎉 Release 7.2.0 ( #2934 )
...
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* trigger ci
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
* 🎉 Release 7.2.0
---------
Co-authored-by: v.scharf <v.scharf@opencloud.eu >
v7.2.0
2026-06-25 08:19:55 +02:00
Ralf Haferkamp
c7ed57263c
Merge pull request #3012 from opencloud-eu/bump-web-7.1.2
...
[full-ci] chore: bump web to v7.1.2
2026-06-24 17:26:13 +02:00
Benedikt Kulmann
1b9cd062c7
chore: bump web to v7.1.2
2026-06-24 15:44:32 +02:00
Ralf Haferkamp
ae53d5847e
Merge pull request #3005 from rhafer/stable/7.2/reva-2.46.6
...
chore: bump reva to 2.46.6
v7.2.0-beta.4
2026-06-24 09:08:42 +02:00
Ralf Haferkamp
14b34903a7
chore: bump reva to 2.46.6
2026-06-23 16:30:01 +02:00
Michael Barz
a44539d5f6
chore: enable rolling channel
v7.2.0-beta.3
2026-06-23 09:14:02 +02:00
Michael Barz
69a1350921
Merge pull request #3000 from opencloud-eu/replace-placeholder-for-release
...
🎉 release. replace placeholders
2026-06-22 19:44:23 +02:00
v.scharf
d7375e9904
🎉 release. replace placeholders
2026-06-22 16:31:30 +02:00
Andre Duffeck
b4ed8c4aeb
Merge pull request #2999 from rhafer/stable/7.2/backports
...
[stable-7.2] Backport fixes from main
2026-06-22 15:56:49 +02:00
Benedikt Kulmann
8fd9a82acf
Merge pull request #2998 from opencloud-eu/bump-web-7.1.1
...
[full-ci] chore: bump web to v7.1.1
2026-06-22 15:12:30 +02:00
André Duffeck
cd99a6fd44
Extend the posixfs consistency command to fix name attr mismatches
...
(cherry picked from commit cadd02ce29 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2980
2026-06-22 14:42:08 +02:00
André Duffeck
c24b6f1c33
Do not try to create personal spaces for lightweight or service users
...
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 1ea634e6e3 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2978
2026-06-22 14:41:10 +02:00
André Duffeck
569e630fe0
Handle events asynchronously
...
That should help to keep up with the stream of messages and prevent
services from being flagged as slow consumers.
(cherry picked from commit 06365d9739 )
Backports: #2974
2026-06-22 14:40:11 +02:00
Ralf Haferkamp
7143dc9cba
Revert "fix: disallow thumbnails for tiff and jpeg2000 images"
...
The alpine base images now has a fixed libvips. So we can enable
previews for these formats again.
This reverts commit c40629dd85 .
(cherry picked from commit fab1986fb6 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2973
2026-06-22 14:39:20 +02:00
Christian Richter
3f83cbc524
change error level for trashing items interaction with search
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
(cherry picked from commit faf3ff1959 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2951
2026-06-22 14:36:22 +02:00
André Duffeck
6ce5943e07
Do not choke on users that weren't cleaned up yet
...
(cherry picked from commit 92e6c8f3ff )
Backports: https://github.com/opencloud-eu/opencloud/pull/2944
2026-06-22 14:35:05 +02:00
Ralf Haferkamp
7eb08af8ae
fix(graph): translate sharing roles consitently
...
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 : #2800
(cherry picked from commit d163c8ed29 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2935
2026-06-22 14:34:16 +02:00
Jörn Friedrich Dreyer
7306abaaf9
add tls support for all nats connections
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
(cherry picked from commit 77fd4fca69 )
Backports: https://github.com/opencloud-eu/opencloud/pull/2063
2026-06-22 14:33:10 +02:00
Benedikt Kulmann
dd345bf48f
chore: bump web to v7.1.1
2026-06-22 12:54:41 +02:00
Ralf Haferkamp
f2e02e1f88
Merge pull request #2967 from rhafer/stable/7.2/reva-2.46.4
...
[stable-7.2] chore: bump reva to 2.46.5
2026-06-22 12:13:56 +02:00
Ralf Haferkamp
92a2980875
fix: Status codes for Space Disable/Delete
...
Allow a "permission denied error" from reva to bubble up to the client.
Reva was fixed to return "permission denied" only when the space to be
delete can actually be listed by the user. Other wise it will return
"not found". See reva commit 1bf72cb76394671f373e87f15f23f978cf41ab08.
So when a user with the 'can manage' role tries to purge an already
disabled space it will now get "Forbidden" status instead of a "Not
found".
Also fixes the expected status codes in the tests.
(cherry picked from commit 99d80f30a9 )
2026-06-22 11:19:14 +02:00
Ralf Haferkamp
b25367a845
chore: bump reva to 2.46.5
2026-06-22 11:17:21 +02:00
Ralf Haferkamp
4d82968bd0
Merge pull request #2964 from rhafer/stable/7.2/alpine-bump
...
[stable-7.2] Bump alpine base image
2026-06-18 11:31:45 +02:00
Ralf Haferkamp
90cc015a9c
Bump alpine base image
...
Also adjusts the build image to use the opencloudeu/golang image. So
we're in sync with how the binaries are built in CI. It already contains
all the required dependencies.
(cherry picked from commit dbc8a21085 )
2026-06-17 15:46:16 +02:00
Michael Barz
6dcb7a1ff2
fix: stable trigger
v7.2.0-beta.2
2026-06-11 13:38:44 +02:00
Michael Barz
63664db2f6
Use rc version in pkg/version/version.go
2026-06-11 13:36:13 +02:00
Michael Barz
f8e26d3198
chore: bump version
2026-06-11 13:36:00 +02:00
v.scharf
a6ca2c538e
set stable in more places
2026-06-11 13:35:46 +02:00
Michael Barz
56e03f12ce
chore: prepare stable-7.2
2026-06-11 13:35:22 +02:00
Andre Duffeck
8ad66f5c35
Merge pull request #2922 from rhafer/reva-bump
...
bump reva to latest main
2026-06-10 12:50:22 +02:00
Ralf Haferkamp
a532da40dc
bump reva to latest main
2026-06-10 11:44:11 +02:00
Heiko-Pohl
5d23251b96
Merge pull request #2912 from opencloud-eu/rename-guest-to-user-light
...
Rename role_name from "guest" to "user-light"
2026-06-10 11:13:28 +02:00
Ralf Haferkamp
11d022f681
Merge pull request #2918 from rhafer/docker-context
...
chore: reduce build context for docker
2026-06-10 09:42:38 +02:00
Ralf Haferkamp
fb8c3d7683
Merge pull request #2916 from aduffeck/bump-reva-080f87
...
Bump reva
2026-06-10 09:34:08 +02:00
André Duffeck
b921be3796
Bump reva
...
remove the now uneeded replace on inotifywaitgo
2026-06-09 17:36:19 +02:00
Ralf Haferkamp
d0a0922e89
chore: reduce build context for docker
...
Always including the parent directory into the build context was a bad
idea. This reverts the change and only add the opencloud tree to the
build context by default.
To build a docker image with workspaces enabled as new make target
"dev-docker-with-workspace" is introduced that adjust the docker build
call accordingly (by setting the right build context and the new SRCDIR
arg to point to the correct directory for the opencloud tree).
2026-06-09 16:42:42 +02:00
Heiko Pohl
9502e00dc3
switch role_name from guest to user-light in proxy README.md
2026-06-09 11:41:52 +02:00
opencloudeu
b19c17c879
[tx] updated from transifex
2026-06-09 09:31:40 +00:00
Michael Barz
3650555c69
Merge pull request #2911 from opencloud-eu/fix-translation-trigger
...
ci: fix translation sync trigger
2026-06-09 11:30:03 +02:00
Benedikt Kulmann
db05fcb6ab
ci: fix translation sync trigger
2026-06-09 10:57:26 +02:00
Ralf Haferkamp
09d4cbcf9c
Merge pull request #2884 from opencloud-eu/dependabot/npm_and_yarn/services/idp/webpack-manifest-plugin-6.0.1
...
build(deps-dev): bump webpack-manifest-plugin from 5.0.0 to 6.0.1 in /services/idp
2026-06-08 17:30:25 +02:00
Ralf Haferkamp
0f97fc5e60
Merge pull request #2906 from opencloud-eu/fix/aarch64-idp-build
...
fix(idp): aarch64 build
2026-06-08 14:05:04 +02:00
Jannik Stehle
f060ca4660
fix(idp): aarch64 build
...
Specifies the supported architectures to ensure that platform-specific
dependencies are fetched for every architecture we build/package for.
2026-06-08 11:11:14 +02:00
Ralf Haferkamp
3112d136ff
Merge pull request #2883 from opencloud-eu/dependabot/npm_and_yarn/services/idp/axios-1.16.1
...
build(deps): bump axios from 1.16.0 to 1.16.1 in /services/idp
2026-06-08 09:27:52 +02:00