dependabot[bot]
a06ad04701
build(deps): bump github.com/onsi/ginkgo/v2 from 2.31.0 to 2.32.0
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.31.0...v2.32.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-25 14:58:01 +00:00
Ralf Haferkamp
ca3757152f
Merge pull request #2889 from rhafer/reva-655
...
Update tests for opencloud-eu/reva#655
2026-06-25 16:55:18 +02:00
Michael Stingl
a3951098c6
test(coreApiWebdavUploadTUS): expect 400 for invalid TUS upload names
...
opencloud-eu/reva#655 changes the TUS create response for an invalid name
from 412 to 400. Update the invalid-name scenario to match.
Each example now carries its own expected status in an <http-status-code>
column. Names that fail ValidateName expect 400. The three folder/file rows
stay 412: filename() applies path.Base first, so "folder/file" becomes the
valid leaf "file" and never reaches the changed branch.
lowLevelCreationExtension.feature is unchanged; its missing-Upload-Length
case still returns 412.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-25 16:11:25 +02:00
Ralf Haferkamp
868d61a839
bump reva to fork for adjusting tests
2026-06-25 16:11:22 +02:00
Ralf Haferkamp
29d004b22d
Merge pull request #3015 from opencloud-eu/dependabot/go_modules/github.com/gookit/config/v2-2.2.8
...
build(deps): bump github.com/gookit/config/v2 from 2.2.7 to 2.2.8
2026-06-25 08:48:01 +02:00
Ralf Haferkamp
716287cb2e
Merge pull request #3013 from opencloud-eu/dependabot/go_modules/github.com/onsi/gomega-1.42.1
...
build(deps): bump github.com/onsi/gomega from 1.40.0 to 1.42.1
2026-06-25 08:17:42 +02:00
Ralf Haferkamp
3e9b54eb0d
Merge pull request #2957 from opencloud-eu/dependabot/go_modules/golang.org/x/net-0.56.0
...
build(deps): bump golang.org/x/net from 0.55.0 to 0.56.0
2026-06-25 08:17:11 +02:00
dependabot[bot]
261540ad42
build(deps): bump github.com/gookit/config/v2 from 2.2.7 to 2.2.8
...
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config ) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/gookit/config/releases )
- [Commits](https://github.com/gookit/config/compare/v2.2.7...v2.2.8 )
---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
dependency-version: 2.2.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 14:44:07 +00:00
dependabot[bot]
5abfaabae6
build(deps): bump github.com/onsi/gomega from 1.40.0 to 1.42.1
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.40.0 to 1.42.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.40.0...v1.42.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-version: 1.42.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 14:43:40 +00:00
Ralf Haferkamp
c1278f4b99
Merge pull request #3006 from opencloud-eu/dependabot/go_modules/github.com/tus/tusd/v2-2.10.0
...
build(deps): bump github.com/tus/tusd/v2 from 2.9.2 to 2.10.0
2026-06-24 12:14:13 +02:00
Ralf Haferkamp
b486a72021
Merge pull request #3007 from opencloud-eu/dependabot/go_modules/github.com/coreos/go-oidc/v3-3.19.0
...
build(deps): bump github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0
2026-06-24 12:12:03 +02:00
Viktor Scharf
5c4a6603b9
api-test: deleting space ( #2970 )
...
* api-test: deleting space
* Update feature file for space management actions
* Update disableEnableDeleteSpaces.feature
2026-06-24 12:05:40 +02:00
dependabot[bot]
ef203cb2db
build(deps): bump golang.org/x/net from 0.55.0 to 0.56.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.55.0 to 0.56.0.
- [Commits](https://github.com/golang/net/compare/v0.55.0...v0.56.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-24 08:45:01 +00:00
Ralf Haferkamp
c361da5c9d
Merge pull request #2968 from opencloud-eu/dependabot/go_modules/github.com/nats-io/nats.go-1.52.0
...
build(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0
2026-06-24 10:42:51 +02:00
Ralf Haferkamp
ca6ef15294
Merge pull request #2917 from opencloud-eu/dependabot/npm_and_yarn/services/idp/react-i18next-17.0.8
...
build(deps): bump react-i18next from 15.7.4 to 17.0.8 in /services/idp
2026-06-24 10:40:34 +02:00
dependabot[bot]
f4120ad602
build(deps): bump github.com/coreos/go-oidc/v3 from 3.18.0 to 3.19.0
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.18.0...v3.19.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-version: 3.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-23 14:44:03 +00:00
dependabot[bot]
5e27a7023a
build(deps): bump github.com/tus/tusd/v2 from 2.9.2 to 2.10.0
...
Bumps [github.com/tus/tusd/v2](https://github.com/tus/tusd ) from 2.9.2 to 2.10.0.
- [Release notes](https://github.com/tus/tusd/releases )
- [Commits](https://github.com/tus/tusd/compare/v2.9.2...v2.10.0 )
---
updated-dependencies:
- dependency-name: github.com/tus/tusd/v2
dependency-version: 2.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-23 14:43:53 +00:00
Ralf Haferkamp
8cd085914a
Merge pull request #2954 from opencloud-eu/dependabot/go_modules/go.opentelemetry.io/otel/exporters/stdout/stdouttrace-1.44.0
...
build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.43.0 to 1.44.0
2026-06-23 12:32:48 +02:00
Ralf Haferkamp
a4629d5fb4
Merge pull request #3002 from rhafer/bump-js
...
chore: bump a couple of depencies to close dependabot alerts
2026-06-23 10:26:53 +02:00
Ralf Haferkamp
3b791e2e61
chore: bump a couple of depencies to close dependabot alerts
2026-06-23 09:07:30 +02:00
Ralf Haferkamp
7c70c67e30
Merge pull request #2980 from aduffeck/fix-name-attr-mismatches
...
Extend the posixfs consistency command to fix name attr mismatches
2026-06-22 12:15:12 +02:00
Ralf Haferkamp
28b543bc0c
Merge pull request #2975 from rhafer/bump-reva
...
fix status codes for Space Disable/Delete, also bump reva to latest main
2026-06-22 12:10:47 +02:00
Ralf Haferkamp
99d80f30a9
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.
2026-06-22 11:06:26 +02:00
Ralf Haferkamp
17ec90892a
chore: bump reva to latest main
2026-06-22 10:47:44 +02:00
Andre Duffeck
95de5c29d6
Merge pull request #2974 from aduffeck/async-events
...
Handle events asynchronously
2026-06-19 13:19:10 +02:00
André Duffeck
cadd02ce29
Extend the posixfs consistency command to fix name attr mismatches
2026-06-19 12:37:40 +02:00
Andre Duffeck
1011519e19
Merge pull request #2978 from aduffeck/fix-create-home-spam
...
Do not try to create personal spaces for lightweight or service users
2026-06-19 12:36:46 +02:00
Viktor Scharf
3df5eb92b2
roling release template ( #2972 )
2026-06-19 11:29:45 +02:00
André Duffeck
1ea634e6e3
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.
2026-06-19 11:05:44 +02:00
Andre Duffeck
5b1b84aeaa
Merge pull request #2973 from rhafer/enable-tiff
...
Revert "fix: disallow thumbnails for tiff and jpeg2000 images"
2026-06-18 15:09:01 +02:00
André Duffeck
06365d9739
Handle events asynchronously
...
That should help to keep up with the stream of messages and prevent
services from being flagged as slow consumers.
2026-06-18 15:05:49 +02:00
Ralf Haferkamp
fab1986fb6
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 .
2026-06-18 11:53:03 +02:00
dependabot[bot]
bc6862ef5d
build(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.51.0...v1.52.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-version: 1.52.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-17 14:45:23 +00:00
Ralf Haferkamp
dbc8a21085
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.
2026-06-17 15:42:47 +02:00
Benedikt Kulmann
979167599b
Merge pull request #2958 from opencloud-eu/typo-webfinger-service
...
enhance: fix typos in webfinger service description
2026-06-17 13:32:04 +02:00
Benedikt Kulmann
cba59be0ee
Merge pull request #2953 from opencloud-eu/bump-web-7.2.0-beta.3
...
chore: bump web to v7.2.0-beta.3
2026-06-17 13:24:40 +02:00
v.scharf
ef62181549
update commit
2026-06-17 12:54:38 +02:00
Benedikt Kulmann
afda0e45e5
chore: bump web to v7.2.0-beta.3
2026-06-17 10:56:23 +02:00
Ralf Haferkamp
346cfab35d
Merge pull request #2956 from opencloud-eu/dependabot/go_modules/golang.org/x/text-0.38.0
...
build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0
2026-06-17 10:18:46 +02:00
Ralf Haferkamp
b36944e563
Merge pull request #2955 from opencloud-eu/dependabot/go_modules/github.com/kovidgoyal/imaging-1.8.21
...
build(deps): bump github.com/kovidgoyal/imaging from 1.8.20 to 1.8.21
2026-06-17 10:18:18 +02:00
Sawjan Gurung
579dec2f52
ci: refactor nightly ci pipelines matrix for API tests ( #2939 )
...
* ci: refactor nightly ci pipelines matrix
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: update nightly ci matrices
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
* ci: override matrix values from suite config
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
---------
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-06-17 09:56:57 +05:45
opencloudeu
e84cfc28fc
[tx] updated from transifex
2026-06-16 23:16:50 +00:00
Thomas Schweiger
c582d8c9ad
enhance: fix typos in webfinger service description
2026-06-16 17:54:51 +02:00
dependabot[bot]
f7c4fcd0f1
build(deps): bump golang.org/x/text from 0.37.0 to 0.38.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 14:45:42 +00:00
dependabot[bot]
fd8948575a
build(deps): bump github.com/kovidgoyal/imaging from 1.8.20 to 1.8.21
...
Bumps [github.com/kovidgoyal/imaging](https://github.com/kovidgoyal/imaging ) from 1.8.20 to 1.8.21.
- [Release notes](https://github.com/kovidgoyal/imaging/releases )
- [Commits](https://github.com/kovidgoyal/imaging/compare/v1.8.20...v1.8.21 )
---
updated-dependencies:
- dependency-name: github.com/kovidgoyal/imaging
dependency-version: 1.8.21
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 14:45:34 +00:00
dependabot[bot]
90be6089a5
build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace
...
Bumps [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go ) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
dependency-version: 1.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 14:45:24 +00:00
Ralf Haferkamp
57d1cbc739
Merge pull request #2882 from opencloud-eu/dependabot/go_modules/github.com/go-chi/chi/v5-5.3.0
...
build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0
2026-06-16 15:53:53 +02:00
Jörn Friedrich Dreyer
81fd00043e
Merge pull request #2063 from opencloud-eu/nats-tls-options
...
add tls support for all nats connections
2026-06-16 13:21:22 +02:00
dependabot[bot]
e27901b224
build(deps): bump react-i18next from 15.7.4 to 17.0.8 in /services/idp
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.7.4 to 17.0.8.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v17.0.8 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 17.0.8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 10:57:12 +00:00
dependabot[bot]
9ac5ed9274
build(deps): bump github.com/go-chi/chi/v5 from 5.2.5 to 5.3.0
...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi ) from 5.2.5 to 5.3.0.
- [Release notes](https://github.com/go-chi/chi/releases )
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-chi/chi/compare/v5.2.5...v5.3.0 )
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-16 10:55:28 +00:00