Dominik Schmidt
7bf64e329c
docs(adr): apply review wording suggestion
2026-09-01 07:26:32 +02:00
Dominik Schmidt
b149316349
docs(adr): keep the facet reachability gap out of the problem list
2026-08-31 21:22:22 +02:00
Dominik Schmidt
c6ddc13055
docs(adr): date the context section
2026-08-31 21:20:54 +02:00
Dominik Schmidt
65ea519099
docs(adr): update to the implemented state
2026-08-31 21:16:43 +02:00
Dominik Schmidt
03cfbacafa
docs(adr): add concrete mtime/name backend-drift examples
2026-08-18 17:57:27 +02:00
Dominik Schmidt
2223b8ed9d
docs(adr): include location.* in the OpenSearch facet sub-strings list
...
The bullet enumerating which OpenSearch facet sub-fields change
from text+keyword to keyword-only listed audio, photo and image but
omitted location, which is in the same dynamic-template-handled
facet block per the context section. Add it for consistency.
2026-08-18 17:57:27 +02:00
Dominik Schmidt
8053275166
docs(adr): add 0005 unified search index mapping
...
Propose a single central Go-struct + overrides map as the source of
truth for the search index layout across bleve and OpenSearch — the
same definition drives the per-backend index mapping, the write-time
adapter, the hit-decoding path, and the KQL compiler's case-folding
rules, so the two backends cannot drift silently again.
Also records the end-to-end case-handling principle for facet data
(indexed as case-preserving keywords so aggregation buckets return
correct display values), the sibling-field pattern for geopoint on
Location, and the rationale for replacing the two backends' implicit
defaults with an explicit, backend-agnostic contract.
PR #2659 is a proof-of-concept implementation the proposal emerged
from; scope and APIs there will be revisited once this ADR lands.
2026-08-18 17:57:26 +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
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
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
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
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
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
Viktor Scharf
c8a1f55657
ci: run search acceptance tests against OpenSearch in nightly ( #3302 )
...
* ci: run search acceptance tests against OpenSearch in nightly
* fix
* add issue tag to failed search tests
2026-08-17 08:19:54 +02:00
opencloudeu
7243c922ef
[tx] updated from transifex
2026-08-16 23:17:02 +00:00
opencloudeu
2e912d233a
[tx] updated from transifex
2026-08-14 23:17:03 +00:00
Jannik Stehle
29a56da565
Merge pull request #3313 from opencloud-eu/feat/enable-rclone-crypt-app
...
feat(web): add rclone-crypt to default apps
2026-08-14 16:05:52 +02:00
Jannik Stehle
4e0cd4038e
feat(web): add rclone-crypt to default apps
...
Enable the rclone-crypt app per default for the upcoming release.
2026-08-14 14:42:45 +02:00
Thomas Schweiger
1fa8950571
Merge pull request #3229 from opencloud-eu/favourite-sse-event
2026-08-14 13:00:30 +02:00
Alex Ababii and Viktor Scharf
8989106e91
fix restore file version for shared resource ( #3268 )
...
* tmp upd of web and reva version for testing purposes
* chore: bump reva and web
* upd expected failures list in acceptance test for revert file version case
* bump reva and web versions
---------
Co-authored-by: Viktor Scharf <v.scharf@opencloud.eu >
2026-08-14 10:40:59 +02:00
Thomas Schweiger
9a9443fe85
enhance: send events for adding/removing favorite items
2026-08-14 10:16:57 +02:00
Florian Schade
7fd5079973
feat: add mise toml
2026-08-14 09:32:43 +02:00
Alex
b2cf7a965f
fix(csp): allow blob: in style-src for EPUB reader iframe ( #3300 )
2026-08-13 13:16:04 +02:00
Jörn Friedrich Dreyer
8478b5daa1
allow tuning the proxies http client
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2026-08-13 11:54:42 +02:00
Pascal Bleser
331f78eb43
feat(nats): enable the NATS monitoring HTTP endpoint in the embedded NATS server
...
* add configuration options to enable the NATS server HTTP monitoring
endpoint:
- NATS_MONITORING_ENABLED (defaults to false)
- NATS_MONITORING_HTTP_HOST (defaults to 127.0.0.1)
- NATS_MONITORING_HTTP_PORT (defaults to 8222)
- NATS_MONITORING_ENABLE_TLS (defaults to false)
Fixes #3294
2026-08-13 11:46:53 +02:00
dependabot[bot]
5deb863dd8
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
...
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](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/otlp/otlptrace/otlptracegrpc
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-13 11:42:47 +02:00
dependabot[bot]
1cf3ff4863
build(deps): bump github.com/rogpeppe/go-internal from 1.15.0 to 1.16.0
...
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal ) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/rogpeppe/go-internal/releases )
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.15.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
dependency-version: 1.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-13 11:42:08 +02:00
dependabot[bot]
9ae863ca3a
build(deps): bump github.com/kovidgoyal/imaging from 1.8.22 to 1.8.23
...
Bumps [github.com/kovidgoyal/imaging](https://github.com/kovidgoyal/imaging ) from 1.8.22 to 1.8.23.
- [Release notes](https://github.com/kovidgoyal/imaging/releases )
- [Commits](https://github.com/kovidgoyal/imaging/compare/v1.8.22...v1.8.23 )
---
updated-dependencies:
- dependency-name: github.com/kovidgoyal/imaging
dependency-version: 1.8.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-13 11:40:19 +02:00
Viktor Scharf
0fc2a98e6e
api-test: notification settings and getting email notifications ( #3281 )
...
* api-test: notification settings and getting email notifications
* disable all email notifications
2026-08-13 11:32:12 +02:00
Jörn Friedrich Dreyer
6f5f993ada
Merge pull request #3288 from fschade/feat-modernize-opa
...
perf(policies): reuse the compiled rego query across evaluations
2026-08-12 17:58:13 +02:00
Florian Schade
1e7cfaf92d
refactor(policies): read the rego policies once at startup
2026-08-12 17:01:49 +02:00
Viktor Scharf
b41d0c1040
fix(ci): stamp version into daily docker images ( #3291 )
...
* fix(ci): stamp version into daily docker images
* fix after review
2026-08-12 12:09:22 +02:00
opencloudeu
716922f76f
[tx] updated from transifex
2026-08-11 23:17:55 +00:00
Florian Schade
573844ada4
Merge pull request #3286 from fschade/fix-proxy-middleware-race
...
Fix proxy middleware race
2026-08-11 12:40:54 +02:00
Florian Schade
cd7f8f91b6
fix: oidc middleware claim race
2026-08-11 11:39:50 +02:00
opencloudeu
8504e29743
[tx] updated from transifex
2026-08-10 23:17:14 +00:00
dependabot[bot]
f03429f47c
build(deps): bump go.opentelemetry.io/otel/trace from 1.44.0 to 1.45.0
...
Bumps [go.opentelemetry.io/otel/trace](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/trace
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-10 11:24:31 +02:00
Viktor Scharf
97908ac6c1
api-test: add posixfs scan and consistency CLI tests ( #3263 )
...
* api-test: add posixfs scan and consistency CLI tests
* fix after review
2026-08-10 08:50:47 +02:00
opencloudeu
3a3cba602c
[tx] updated from transifex
2026-08-08 23:16:53 +00:00
Jannik Stehle
1c138efac2
Merge pull request #3259 from opencloud-eu/feat/yjs-server-url
...
feat(web): add yjsServerUrl config
2026-08-06 15:28:11 +02:00
Jannik Stehle
07fd041efb
feat(web): add yjsServerUrl config
...
This config specifies a URL for a yjs server that is used for document
collaboration in web apps (e.g. tiptap editor, excalidraw, ...). It's
optional, not setting this disables this feature in Web.
2026-08-06 13:37:54 +02:00