Florian Schade
3ddc5b47c8
test(search): drop the issue markers the fixes above resolve
2026-08-20 10:52:12 +02:00
Florian Schade
5cef433c5a
fix(search): answer a query the parser refuses with a bad request
2026-08-19 17:35:05 +02:00
Florian Schade
378e2c45ec
fix(search): search a value the way the field is analyzed
2026-08-19 17:35:05 +02:00
Andre Duffeck
5f1a3ee869
Merge pull request #3329 from opencloud-eu/chore/bump-reva
...
chore: bump reva to latest main
2026-08-19 15:54:30 +02:00
Florian Schade
06bc072925
Merge pull request #3337 from fschade/fix-search-event-acks
...
fix(search): ack every event the index service handles
2026-08-19 15:46:34 +02:00
André Duffeck
db23f1a1ca
Bump reva
2026-08-19 15:00:00 +02:00
Florian Schade
0747008037
fix(search): ack every event the index service handles
2026-08-19 14:45:28 +02:00
Florian Schade
8a9889c12c
Merge pull request #3336 from fschade/fix-search-space-deleted-event
...
fix(search): take a deleted space out of the index when it is deleted
2026-08-19 14:26:22 +02:00
André Duffeck
3d632fb90e
Expose upload status and message
2026-08-19 14:08:12 +02:00
Florian Schade
45403e0909
fix(search): take a deleted space out of the index when it is deleted
2026-08-19 13:47:44 +02:00
Florian Schade
5e55b80e2c
Merge pull request #3338 from fschade/refactor-search-param-names
...
refactor(search): re-name the engine parameters
2026-08-19 13:39:29 +02:00
Florian Schade
545af8e735
refactor(search): re-name the engine parameters
2026-08-19 12:52:47 +02:00
André Duffeck
f70e44a474
Run buildifier
2026-08-19 12:48:34 +02:00
André Duffeck
320284d03e
Bump reva
2026-08-19 12:35:43 +02:00
André Duffeck
e3bf541d88
Disable ldap lookup cache during tests
2026-08-19 12:34:30 +02:00
André Duffeck
12e85ae950
Expose ldap cache ttl, set a default of 10s
2026-08-19 12:31:30 +02:00
junkerderprovinz
654f0e8e20
fix(postprocessing): retry publishing events instead of killing the server
...
A single transient nats: timeout on event publish was fatal to the whole
single-binary server, with no retry despite the service already having
backoff machinery for step failures. Now retries with the same exponential
backoff, capped at half the ack wait so the source event isn't redelivered
to another worker mid-retry. Also stops acking the source event when
publish ultimately fails, so the upload resumes after restart instead of
staying orphaned, and no longer exits during graceful shutdown.
2026-08-19 11:23:46 +02:00
Jörn Friedrich Dreyer
6d2cbd365f
Merge pull request #3344 from opencloud-eu/antivirus-log-error
...
actually log error on exit
2026-08-19 09:39:11 +02:00
Ralf Haferkamp
f94b6c7cdd
cleanup: Remove old changelog leftovers
...
We've switched away from calens for changelog generation. This removes
some leftovers.
2026-08-19 08:40:32 +02:00
dependabot[bot]
07adbac96f
build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.11.1...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-version: 1.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-19 08:40:11 +02:00
junkerderprovinz
810ff866a0
chore: remove deprecated changelog fragment per review feedback
2026-08-19 08:39:26 +02:00
junkerderprovinz
27eed22bdc
fix(activitylog): log missing parent id cache entry at debug level
...
Moving a file logged "could not delete parent id cache" at error
level even though the operation succeeded. The parent id cache is
populated lazily and its entries expire, so removing a key that was
never cached returns "key not found", which is the expected case
rather than an error. Log it at debug level instead.
Two of the three log sites reported in the issue live in the
vendored opencloud-eu/reva module and need a separate fix there.
Fixes: https://github.com/opencloud-eu/opencloud/issues/1043
2026-08-19 08:39:26 +02:00
dependabot[bot]
965a7f0f12
build(deps): bump golang.org/x/net from 0.57.0 to 0.58.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.57.0 to 0.58.0.
- [Commits](https://github.com/golang/net/compare/v0.57.0...v0.58.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.58.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-19 08:05:19 +02:00
dependabot[bot]
528bacce7d
build(deps): bump github.com/onsi/ginkgo/v2 from 2.32.0 to 2.32.1
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.32.0 to 2.32.1.
- [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.32.0...v2.32.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.32.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-19 08:04:46 +02:00
opencloudeu
80fadeb381
[tx] updated from transifex
2026-08-18 23:17:04 +00:00
Florian Schade
2e5dd7b5ef
Merge pull request #3297 from fschade/fix-mention-notification-review
...
fix(collaboration): harden the mention notification endpoint
2026-08-18 17:57:04 +02:00
Jörn Friedrich Dreyer
dcd717f83c
actually log error on exit
2026-08-18 17:17:30 +02:00
dependabot[bot]
5056d4a0f4
build(deps): bump github.com/testcontainers/testcontainers-go/modules/opensearch
...
Bumps [github.com/testcontainers/testcontainers-go/modules/opensearch](https://github.com/testcontainers/testcontainers-go ) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go/modules/opensearch
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-18 15:51:36 +02:00
Jannik Stehle
c198c2e453
chore: bump reva to latest main
2026-08-18 15:25:23 +02:00
Florian Schade
bb8e185fbd
fix(graph): use authResponse token exclusively
2026-08-18 15:03:57 +02:00
Viktor Scharf
c2a01e3aad
ci: run search acceptance tests against OpenSearch on opensearch PR title ( #3323 )
2026-08-18 12:51:24 +02:00
Andre Duffeck
8aa55eb010
Merge pull request #3331 from aduffeck/fix-opensearch-space-scope
...
Fix opensearch space scope
2026-08-18 12:38:42 +02:00
Florian Schade
99b01b0734
refactor(graph): let the cs3 mapper answer the statuses the handler does not name
2026-08-18 11:48:59 +02:00
André Duffeck
6a9ffd6842
Switch to Ginkgo tests for readability
2026-08-18 11:26:23 +02:00
Jannik Stehle
5ad9d61fdc
build(deps): bump github.com/opencloud-eu/libre-graph-api-go to 69f82a7dde55
2026-08-18 11:12:23 +02:00
André Duffeck
701276bc80
Make sure to scope updates to the index by space
2026-08-18 10:54:24 +02:00
dependabot[bot]
3445b75216
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.44.0 to 1.45.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.44.0...v1.45.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-18 10:45:45 +02:00
Florian Schade
516734b18a
fix(graph): map the cs3 status of a mention to the matching http error
2026-08-18 10:35:02 +02:00
Pascal Bleser
fedfddf407
Merge pull request #3307 from fschade/mise-toml
...
[docs-only] feat: add mise toml
2026-08-18 10:33:33 +02:00
Sawjan Gurung
4bcf97353a
test(api): fix share role update test scenario ( #3322 )
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2026-08-18 09:49:18 +02:00
dependabot[bot]
2fa4a0458d
build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
...
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.69.0...zpages/v0.70.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-version: 0.70.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-18 09:43:19 +02:00
Florian Schade
bbee2b7433
fix: restructure call order
2026-08-18 09:40:01 +02:00
Alex
a3c7b2dbb3
feat: update space template image ( #3324 )
...
* feat: update space template image
* skip test
* reduce asset size
2026-08-18 09:14:20 +02:00
opencloudeu
7130c10ef3
[tx] updated from transifex
2026-08-17 23:19:38 +00:00
Florian Schade
93d66a0f37
fix(graph): answer dropped mentions with 202 to prevent access probing
2026-08-17 15:48:00 +02:00
Florian Schade
8b922127b8
feat: move the collaboration mentioning api to graph
2026-08-17 15:44:04 +02:00
Florian Schade
8a3d8fea4d
fix(collaboration): check the requester's access before a mention goes out
2026-08-17 15:44:04 +02:00
Florian Schade
6077e7453c
Merge pull request #3321 from fschade/bump-libre-graph-api-go
...
build(deps): bump github.com/opencloud-eu/libre-graph-api-go
2026-08-17 15:30:41 +02:00
Viktor Scharf
1959d79717
test: add api tests for cross-space search index mutation ( #3320 )
2026-08-17 15:10:34 +02:00
Florian Schade
26bd26f998
build(deps): bump github.com/opencloud-eu/libre-graph-api-go to 387da64db0b1
2026-08-17 12:29:18 +02:00