Ralf Haferkamp
66ba9504a2
fix: disallow thumbnails for tiff and jpeg2000 images
2026-05-13 15:19:06 +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
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
Christian Richter
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
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
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
Christian Richter
9cf02e5c7e
fix: simplify subject.session key parsing
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-02-26 09:11:25 +01:00
Florian Schade
44fc25dbf6
refactor: make the logout mode private
2026-02-26 09:08:24 +01:00
Florian Schade
8d99cf3f8b
fix: use base64 record keys to prevent separator clashes with subjects or sessionIds that contain a dot
2026-02-26 09:08:17 +01:00
Florian Schade
a5f5009f9d
chore: change naming
2026-02-26 09:08:11 +01:00
Florian Schade
6af2c44f7f
test: add more backchannellogout tests
2026-02-26 09:08:04 +01:00
Florian Schade
f7a86d681a
chore: cleanup backchannel logout pr for review
2026-02-26 09:07:57 +01:00
Florian Schade
a9660e3e8c
enhancement: document idp side-effects
2026-02-26 09:07:50 +01:00
Florian Schade
66d220ff44
enhancement: finalize backchannel logout
2026-02-26 09:07:29 +01:00
Christian Richter
2e36859816
refactor deletion
...
Co-authored-by: Jörn Dreyer <j.dreyer@opencloud.eu >
Co-authored-by: Michael Barz <m.barz@opencloud.eu >
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-02-26 08:53:21 +01:00
Christian Richter
06708d94a9
create mapping in cache for subject => sessionid
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-02-26 08:53:12 +01:00
Christian Richter
5aefcb9544
add mapping to backchannel logout for subject => sessionid
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2026-02-26 08:53:05 +01:00
Christian Richter
ca559bc3fb
add additional validation to logout token
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
Co-authored-by: Michael Barz <m.barz@opencloud.eu >
2026-02-26 08:52:59 +01:00
Florian Schade
d19968bec7
enhancement: introduce build time edition channels
...
be careful, the env:OC_EDITION, env:FRONTEND_EDITION, and conf:edition got removed as part of this commit, no deprecation because the flag is build time only!
(cherry picked from commit 40d8aacea4 )
2025-12-11 11:52:57 +01:00
Benedikt Kulmann
4962328f0c
fix: enforce trailing slash for server url ( #2002 )
...
(cherry picked from commit 614d916978 )
2025-12-11 10:52:20 +01:00
opencloudeu
7307cda74d
[tx] updated from transifex
2025-11-30 00:02:54 +00:00
opencloudeu
778580545b
[tx] updated from transifex
2025-11-29 00:02:28 +00:00
Viktor Scharf
2bdd98f5cf
[full-ci] revaBump-v2.40.1 ( #1927 )
...
* revaBump-v2.40.0
* adapt tests
* bring-#442
* adapt tests
* bring-#444
* ocm fixes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* adapt tests
* adapt unit tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* revaUpdate-2.40.1
* update opencloud-version-4.0.0-rc.3
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-28 17:34:12 +01:00
Jürgen Weigert
d274f42aa8
Fix typos in antivirus README documentation
2025-11-28 14:20:53 +01:00
Florian Schade
de246ddc8f
Merge pull request #1936 from opencloud-eu/dedicated-events-tls-insecure
...
introduce OC_EVENTS_TLS_INSECURE
2025-11-28 13:40:26 +01:00
Benedikt Kulmann
c18489687f
chore: bump web to v4.2.1
2025-11-28 11:47:56 +01:00
Jörn Friedrich Dreyer
56817b7de7
introduce OC_EVENTS_TLS_INSECURE
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-28 11:17:39 +01:00
Jörn Friedrich Dreyer
10913ca00a
Merge pull request #1918 from opencloud-eu/otlp-tracing
...
update otlp tracing
2025-11-27 12:57:26 +01:00
Christian Richter
444af91cce
Merge pull request #1714 from MahdiBaghbani/feature-ocm-wayf
...
feat(ocm): add WAYF configuration for reva OCM service
2025-11-27 12:55:59 +01:00
Jörn Friedrich Dreyer
a3ef7f6d79
update otlp tracing
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-27 12:28:15 +01:00
fschade
60501659c5
chore: bump %%NEXT%%
2025-11-27 10:53:59 +01:00
Ralf Haferkamp
3badc66d4a
fix: adapt to new function signatures
...
To allow to bump to latest kovidgoyal/imaging release
2025-11-26 14:46:30 +01:00
Jörn Friedrich Dreyer
023412356c
Merge pull request #1888 from opencloud-eu/kill-unused-env-vars
...
kill unused env vars
2025-11-26 11:45:45 +01:00
Jörn Friedrich Dreyer
52d31ca8ef
log missing name or id attributes ( #1914 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-26 08:06:05 +01:00
opencloudeu
63b5723883
[tx] updated from transifex
2025-11-26 00:03:14 +00:00
Jörn Friedrich Dreyer
b7308d661e
Merge pull request #1901 from opencloud-eu/handle-objectguid-endianness
...
handle objectguid endianess
2025-11-25 08:26:12 +01:00
Jörn Friedrich Dreyer
4340cdc9e6
handle objectguid endianess
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-24 15:53:41 +01:00
Benedikt Kulmann
de4ca7c473
chore: bump web to v4.2.1-rc.1
2025-11-24 15:07:34 +01:00
opencloudeu
a181049508
[tx] updated from transifex
2025-11-24 00:02:52 +00:00
opencloudeu
718e86b06e
[tx] updated from transifex
2025-11-23 00:03:05 +00:00
Benedikt Kulmann
487a2a0aa6
fix: add update server to default csp rules ( #1875 )
...
* fix: add update server to default csp rules
* adapt tests
---------
Co-authored-by: Viktor Scharf <v.scharf@opencloud.eu >
2025-11-21 17:13:22 +01:00
Alex
a496b6f46b
fix: add missing capability flag support-radicale ( #1891 )
2025-11-21 15:39:46 +01:00
Jörn Friedrich Dreyer
538e8141b2
fix opensearch client certificate
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-21 12:23:07 +01:00
Jörn Friedrich Dreyer
62bcd91019
kill unused env vars
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-11-21 11:58:39 +01:00
opencloudeu
ba71d2978a
[tx] updated from transifex
2025-11-21 00:03:13 +00:00