dependabot[bot]
9dbde7952d
build(deps): bump github.com/olekukonko/errors from 1.2.0 to 1.3.0
...
Bumps [github.com/olekukonko/errors](https://github.com/olekukonko/errors ) from 1.2.0 to 1.3.0.
- [Commits](https://github.com/olekukonko/errors/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/olekukonko/errors
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-21 10:28:36 +02:00
Andre Duffeck
65741f00bf
Merge pull request #3556 from aduffeck/index-space-auth-session
...
Use an auth.Session for indexing spaces
2026-09-21 10:27:21 +02:00
Andre Duffeck
4e736079d9
Merge pull request #3569 from NickWalters/fix/collaboration-extension-case
...
fix(collaboration): match WOPI app extensions without case
2026-09-21 10:14:03 +02:00
André Duffeck
e3e7465d2c
Bump reva
2026-09-21 09:44:58 +02:00
Nick Walters
bbebdf95ec
fix(collaboration): match WOPI app extensions without case
...
The WOPI discovery response lists its extensions in lower case, and
OpenInApp looks them up with the extension of the file as it is on disk.
So a "report.DOCX" found no app url while a "report.docx" opened, and
the web UI reported that it could not contact the application, which
reads like the editor is down.
The extensions now go into the map in lower case and the lookup folds
the case as well, so both ends match whatever the app publishes. The log
line and the error also name the extension, because neither said which
file type had no app.
Fixes opencloud-eu/opencloud#3449
2026-09-21 00:55:31 +08:00
Viktor Scharf
f293031e40
api-test: add CLI test for reindexing all spaces including disabled ( #3560 )
2026-09-18 17:22:57 +02:00
André Duffeck
be3c7b674e
Fix test
2026-09-18 12:01:48 +02:00
André Duffeck
8600cddb8f
Switch to jwt v5
2026-09-18 12:01:32 +02:00
Alex Ababii
e0bfca4a38
fix(graph): upd helper
2026-09-17 16:29:27 +02:00
Alex Ababii
1a06cf7bdf
fix(graph): upd invite for guest links
2026-09-17 16:29:27 +02:00
Alex Ababii
ee47a015f0
upd graph api drive recipient validation
2026-09-17 16:29:27 +02:00
Alex Ababii
89c7b13638
feat(graph): add guest mail invite permission
2026-09-17 16:29:27 +02:00
Alex Ababii
588c61cdb1
bumped libre graph api version, using recipient email check instead of recipient type in invite creation
2026-09-17 16:29:27 +02:00
Alex Ababii
f28bc9dbc0
chore(graph): add config knob to disable/enable guest invites
2026-09-17 16:29:27 +02:00
Ralf Haferkamp
f0416d9ff8
chore(graph): use existing constants for user type
2026-09-17 16:29:27 +02:00
André Duffeck
0bf63ac6fd
feat(graph): Add support creating guest(mail) permissions
2026-09-17 16:29:27 +02:00
André Duffeck
f6104a8dc5
Use an auth.Session for indexing spaces
...
This makes sure that the token does not expire if the indexing process
takes longer than the token lifetime.
This commit also makes sure that the authenticated context is reused
instead of generating a new context for each resource which is much more
efficient.
2026-09-17 09:57:30 +02:00
Benedikt Kulmann
071d8594c4
Merge pull request #3503 from opencloud-eu/fix-audit-log-docu
...
[SKIP CI] fix: add file_read documentation to audit log docu
2026-09-17 07:39:59 +02:00
dependabot[bot]
14edb2d449
build(deps): bump github.com/prometheus/client_model from 0.6.2 to 0.6.3
...
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/prometheus/client_model/releases )
- [Commits](https://github.com/prometheus/client_model/compare/v0.6.2...v0.6.3 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_model
dependency-version: 0.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-16 17:30:54 +02:00
Alex Ababii
a419485391
upd trash bin cli commands flags
2026-09-16 16:44:51 +02:00
Alex Ababii
43385ba6dc
document params for thrash bin cli commands
2026-09-16 16:44:51 +02:00
Pascal Wengerter
002a2e43fb
chore: regenerate mockery outputs
2026-09-16 14:57:41 +02:00
Pascal Wengerter
dc5821eb3d
fix: support Go 1.27 code generation
2026-09-16 14:57:41 +02:00
dependabot[bot]
ef5892d058
build(deps): bump github.com/shamaton/msgpack/v2 from 2.4.1 to 2.4.2
...
Bumps [github.com/shamaton/msgpack/v2](https://github.com/shamaton/msgpack ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/shamaton/msgpack/releases )
- [Changelog](https://github.com/shamaton/msgpack/blob/v2.4.2/CHANGELOG.md )
- [Commits](https://github.com/shamaton/msgpack/compare/v2.4.1...v2.4.2 )
---
updated-dependencies:
- dependency-name: github.com/shamaton/msgpack/v2
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-16 14:14:50 +02:00
Pascal Bleser
9f6ea88db5
chore(graph): use chi HTTP response wrapper instead of a homegrown one
...
* in the graph service's metrics, we use a homegrown response writer
struct implementation to capture the status of the next handler's
response: instead, use chi's implementation which is more
sophisticated and battle tested
2026-09-16 13:57:42 +02:00
Thomas Schweiger
5efded002a
fix: add file_read documentation to audit log docu
2026-09-16 13:34:06 +02:00
Jörn Friedrich Dreyer
07a089f51d
Merge pull request #3428 from opencloud-eu/dependabot/go_modules/go.opentelemetry.io/otel/exporters/stdout/stdouttrace-1.46.0
...
build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.45.0 to 1.46.0
2026-09-16 13:01:39 +02:00
dependabot[bot]
ecb7924c7b
build(deps): bump github.com/sirupsen/logrus from 1.10.1 to 1.10.2
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.10.1...v1.10.2 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-version: 1.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-16 12:52:41 +02:00
Andre Duffeck
ed488f9647
Merge pull request #3543 from aduffeck/do-not-timeout
...
Remove the timeout when reindexing spaces
2026-09-16 12:36:16 +02:00
Alex Ababii
cb6ba6d536
Merge pull request #3533 from maki5/fix/auto_accept_shares
...
fix(shares): not auto accepting shares created by guest users
2026-09-16 11:53:14 +02:00
Alex Ababii
b6072317c9
fix tests
2026-09-16 11:08:59 +02:00
Alex Ababii
9267286f49
upd reponse status for patchMe method on not allowed changes
2026-09-16 11:08:59 +02:00
Alex Ababii
2866cc7ee4
fix PatchMe method to prevent password change
2026-09-16 11:08:59 +02:00
zerox80 and Ralf Haferkamp
e6699f31f1
Update services/proxy/README.md
...
Co-authored-by: Ralf Haferkamp <ralf@h4kamp.de >
2026-09-16 10:15:56 +02:00
zerox80
2d22a2cf07
fix(oidc): reject invalid audience settings during client setup
2026-09-16 10:15:56 +02:00
zerox80
0bcbb61339
docs(proxy): clarify IDP audience setup [docs-only]
2026-09-16 10:15:56 +02:00
zerox80
012d73c48e
docs(proxy): document OIDC access token audience validation
2026-09-16 10:15:56 +02:00
zerox80
86d71dcdc3
feat(proxy): configure and enforce OIDC access token audiences
2026-09-16 10:15:56 +02:00
zerox80
6f85ee5296
feat(oidc): add access token audience validation
2026-09-16 10:15:56 +02:00
André Duffeck
fe5fd66cb6
Remove the timeout when reindexing spaces
...
This was supposed to be removed with #3213 but was either missed or lost
in a rebase.
2026-09-16 10:14:52 +02:00
dependabot[bot]
50546417e9
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.45.0 to 1.46.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.45.0...v1.46.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
dependency-version: 1.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-09-15 13:29:27 +00:00
Ralf Haferkamp
a6f8777001
cleanup: remove unused calens based changelog artifacts
...
This seemed to trigger various coding agents to repeatedly re-create
and populate the "changelog/unreleased" directory.
2026-09-15 14:38:31 +02:00
OpenCloud Devops
75e636652d
🎉 Release 8.0.0 ( #3405 )
...
* 🎉 Release 7.5.1
* 🎉 Release 7.5.1
* 🎉 Release 7.5.1
* 🎉 Release 7.5.1
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 7.6.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
* 🎉 Release 8.0.0
v8.0.0
2026-09-15 14:18:33 +02:00
Alex Ababii
9374a6ba79
not auto accepting shares created by guest users
2026-09-15 13:53:28 +02:00
Viktor Scharf
92560dbbdb
[full-ci] chore: bump reva to 2.50.0 ( #3531 )
...
* chore: bump reva to 2.50.0
* increase timeout for extract properties tests
2026-09-15 10:13:55 +02:00
Viktor Scharf
bf56a57f90
[full-ci] chore: bump web to v8.0.0. set introduction version v.8.0.0 ( #3528 )
...
* [full-ci] chore: bump web to v8.0.0
* Update Apache Tika image version to 4.1.0-SNAPSHOT
2026-09-15 10:06:52 +02:00
Sawjan Gurung
a40e0666e9
chore: group watchfs test pipelines ( #3532 )
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-09-15 09:30:13 +02:00
Jörn Friedrich Dreyer
a065c9ee19
Merge pull request #3525 from opencloud-eu/ci/minio-mc-replace-image
...
ci: replace minio image
2026-09-14 14:48:44 +02:00
v.scharf
ee1deeef97
delete install zip- already in image
2026-09-14 13:35:18 +02:00
v.scharf
fbcf2d683b
ci: replace minio image
2026-09-14 12:58:45 +02:00