22457 Commits
Author SHA1 Message Date
OpenCloud Devops abad26e657 🎉 Release 4.0.8 (#3003)
* 🎉 Release 4.0.8

* 🎉 Release 4.0.8

* 🎉 Release 4.0.8

* 🎉 Release 4.0.8

* 🎉 Release 4.0.8
v4.0.8
2026-06-25 14:18:59 +02:00
Viktor Scharf 9ba009f069 Bump version 4.0.8 (#3021) 2026-06-25 14:04:03 +02:00
Viktor Scharf 9e10e420d7 reva-bump-2.40.5 (#3018) 2026-06-25 11:16:19 +02:00
Ralf Haferkamp 60c51aa1dd Merge pull request #3009 from rhafer/stable/4.0/backports
[stable-4.0] Revert "fix: disallow thumbnails for tiff and jpeg2000 images"
2026-06-24 13:20:10 +02:00
Ralf Haferkamp 87f86f8c35 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 66ba9504a2.
2026-06-24 10:56:48 +02:00
Ralf Haferkamp 4eb0591829 Merge pull request #2965 from rhafer/stable/4.0/alpine-bump
[stable-4.0] Bump alpine base image
2026-06-23 11:32:13 +02:00
Ralf Haferkamp c5fc3e075f 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-18 11:32:24 +02:00
Michael Barz 38c783f890 fix: hotfix, do not push container during cron runs 2026-06-02 10:58:15 +02:00
OpenCloud Devops 392e8965d0 🎉 Release 4.0.7 (#2776)
* 🎉 Release 4.0.7

* 🎉 Release 4.0.7
v4.0.7
2026-05-18 14:16:46 +02:00
Viktor Scharf 5caa34d51a [stable-4.0][decomposed] Bump version 4.0.7 (#2778) 2026-05-18 13:58:08 +02:00
Ralf Haferkamp 8f743fe9f3 Merge pull request #2761 from rhafer/backport/no-tiff
[stable/4.0] Backports
2026-05-18 10:30:51 +02:00
Ralf Haferkamp 08eb7321ee chore: bump docker base image to alpine 3.23 (#2754) 2026-05-13 15:19:37 +02:00
Ralf Haferkamp 66ba9504a2 fix: disallow thumbnails for tiff and jpeg2000 images 2026-05-13 15:19:06 +02:00
OpenCloud Devops 07859d9ac4 🎉 Release 4.0.6 (#2672)
* 🎉 Release 4.0.6

* 🎉 Release 4.0.6

* 🎉 Release 4.0.6

* 🎉 Release 4.0.6
v4.0.6
2026-04-29 13:38:03 +02:00
Viktor Scharf 2aa6943eaf bump version 4.0.6 (#2694) 2026-04-29 12:30:26 +02:00
Benedikt Kulmann a7bb32bf64 chore(web): bump web to v4.2.2 (#2580) 2026-04-29 11:01:33 +02:00
Jörn Friedrich Dreyer df4bc7c1d8 update comment
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
(cherry picked from commit 9135eab27e)
2026-04-28 17:24:06 +02:00
Jörn Friedrich Dreyer 2ef5d1289d stop metrics tickers on context cancel
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
(cherry picked from commit 2d1cc3fb3a)
2026-04-28 17:24:06 +02:00
Ralf Haferkamp 8ec82331cc fix: avoid suture.Supervisor being shutdown early
Previously the Supervisor was shutdonw as soon as the main context was
canceled. Which cause the managed services to fail during shutdown (in
"trapShutdownCtx()") as the Supervisor was gone already.

We now pass a separate Context to Supervisor.ServeBackground() to avoid
this.

Fixes: #2282
(cherry picked from commit 7a149787d0)
2026-04-28 17:24:06 +02:00
Ralf Haferkamp 15fc59626b Revert "Hotfix for https://github.com/opencloud-eu/opencloud/issues/2282"
This reverts commit 5e889612d6.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp 813f42f825 Revert "Fix timeout for ocwrapper"
This reverts commit 193431b875.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp f0e9e10fa7 Revert "wrapper fix: kill all opencloud and nats processes"
This reverts commit 62674c71cf.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp 32549ae0e1 Revert "use process group kill"
This reverts commit 7374ae61a9.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp f70ce6d8a8 Revert "return waitAllServices"
This reverts commit 3434f55c78.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp e9ce946fe0 Revert "introduce ci env variable"
This reverts commit 01686db6d9.
2026-04-28 17:24:06 +02:00
Ralf Haferkamp c0b0910000 Revert "fix typo"
This reverts commit 4af5add77d.
2026-04-28 17:24:06 +02:00
Christian Richter 4af5add77d fix typo
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
2026-04-24 12:21:20 +02:00
Christian Richter 01686db6d9 introduce ci env variable
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
2026-04-24 12:21:20 +02:00
v.scharf 3434f55c78 return waitAllServices 2026-04-24 12:21:20 +02:00
v.scharf 7374ae61a9 use process group kill 2026-04-24 12:21:20 +02:00
v.scharf 62674c71cf wrapper fix: kill all opencloud and nats processes 2026-04-24 12:21:20 +02:00
Christian Richter 193431b875 Fix timeout for ocwrapper
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
2026-04-24 12:21:20 +02:00
Christian RichterandJörn Dreyer 5e889612d6 Hotfix for https://github.com/opencloud-eu/opencloud/issues/2282
Co-authored-by: Jörn Dreyer <jfd@butonic.de>
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
2026-04-24 12:21:20 +02:00
OpenCloud DevopsandMichael Barz f4d1fb2cdf 🎉 Release 4.0.5 (#2556)
* 🎉 Release 4.0.5

* 🎉 Release 4.0.5

* chore: bump version

* 🎉 Release 4.0.5

---------

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
v4.0.5
2026-04-08 14:49:44 +02:00
Ralf Haferkamp d7f87eeb0b Bump go dependencies with known vulnerabilities
This bumps the following go dependencies:

google.golang.org/grpc@v1.79.3
go.opentelemetry.io/otel/sdk@v1.42.0
golang.org/x/image@v0.38.0
2026-04-02 15:05:33 +02:00
Viktor Scharf 6ba2cdf7b6 do not build daily on stable branch (#2550) 2026-03-31 16:16:47 +02:00
OpenCloud Devops c8769532d4 🎉 Release 4.0.4 (#2338)
* 🎉 Release 4.0.4

* 🎉 Release 4.0.4

* 🎉 Release 4.0.4

* 🎉 Release 4.0.4

* 🎉 Release 4.0.4
v4.0.4
2026-03-30 15:50:34 +02:00
Viktor Scharf 9995160624 [stable-4.0] bump version 4.0.4 (#2546) 2026-03-30 15:07:08 +02:00
Viktor Scharf b55462b185 [stable-4.0] chore: bump reva to v2.40.4 (#2545) 2026-03-30 12:23:10 +02:00
Ralf Haferkamp 9c4ac18e47 chore: bump github.com/nats-io/nats-server/v2
Fixes various CVEs (see https://github.com/nats-io/nats-server/releases/tag/v2.12.6
for details)
2026-03-30 12:22:23 +02:00
Ralf Haferkamp 8cf768bf80 chore: bump github.com/russellhaering/goxmldsig
CVE-2026-33487
2026-03-30 12:22:23 +02:00
Viktor Scharf 336acffb16 add final step for branch protection (#2501) (#2532)
* add final step for branch protection

* add step for ready release
2026-03-30 10:35:53 +02:00
Andre Duffeck 09d95eb415 Merge pull request #2527 from aduffeck/backport-bleve-batch-fix
Backport bleve batch fix
2026-03-26 08:52:39 +01:00
Viktor Scharf 8f7ad7f328 change php image 2026-03-26 07:42:11 +01:00
André Duffeck 228adbe177 Reduce default batch size to prevent memory issues with large documents 2026-03-25 18:32:57 +01:00
André Duffeck de1120210e Commit batches when the limit is reached while iterating over children 2026-03-25 18:32:54 +01:00
Florian Schade ffea35ebf5 Merge pull request #2407 from dragonchaser/backport-backchannel-logout
Backport backchannel logout
2026-03-02 13:19:36 +01:00
Florian Schade f8bed839ce fix: send the backchannel logout event only if a session exists 2026-03-02 10:25:55 +01:00
Christian Richter 8a667ff1c7 readd missing import
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
2026-02-26 09:50:20 +01:00
Ralf Haferkamp 2a2d925ee4 fix(idp): Remove kpop dependency
The built package (https://download.kopano.io/community/kapp:/kpop-2.7.2.tgz)
seems to be no longer available and upstream lico already switched away
from it quite a while ago.

Fixes: #2364
2026-02-26 09:27:53 +01:00