Commit Graph

16257 Commits

Author SHA1 Message Date
Michael Barz 9db4794601 Merge pull request #8395 from owncloud/release-5.0.0-rc.4
[full-ci] Release 5.0.0 rc.4
2024-02-07 19:47:08 +01:00
Christian Richter 1515c77b7d Merge pull request #8391 from dragonchaser/adapt-docs-generate
adapt docs-generate step to pick up env var delta tables
2024-02-07 19:21:18 +01:00
Christian Richter bb1eae89c7 move adocs to a different folder
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 18:46:50 +01:00
Michael Barz e50028ff7f docs: bump version 2024-02-07 18:43:31 +01:00
Michael Barz a3617f873c docs: prepare changelog 2024-02-07 18:42:07 +01:00
Christian Richter bb7aec92fa adapt docs-generate step to pick up env var delta tables
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 17:59:12 +01:00
Thomas Müller 86f1f51bb3 Automated changelog update [skip ci] 2024-02-07 16:13:58 +00:00
Thomas Müller 2b667003b5 fix: properly check expiry and verify signature of signed urls (#8383)
fix: signed url expiry validation only checks for expiry and not for used before
2024-02-07 17:13:28 +01:00
Thomas Müller 49213ebd6b Automated changelog update [skip ci] 2024-02-07 14:45:12 +00:00
Thomas Müller b12cff1016 fix: properly check expiry and verify signature of signed urls (#8385)
fix: signed url expiry validation only checks for expiry and not for used before
2024-02-07 15:44:33 +01:00
Sawjan Gurung 571af9ecce [tests-only] add API test coverage for issue-8242 (#8295)
* add test coverage for issue-8242

* add test coverage for issue-8242
2024-02-07 13:38:43 +01:00
Sawjan Gurung 24da3631db [tests-only] API test coverage content-disposition header with filename having quotes (#8390)
* extend content-dispostion tests

* extend content-dispostion tests
2024-02-07 17:44:55 +05:45
Martin 3860301fdc Merge pull request #8389 from dragonchaser/add-removed-versions-table
[docs-only] Add table for removed variables between 4.0.0 and 5.0.0
2024-02-07 12:10:23 +01:00
mmattel 44a044f5db convert markdown to adoc
Signed-off-by: mmattel <github@diemattels.at>
2024-02-07 12:05:01 +01:00
Christian Richter 78be3b2256 Add table for removed variables between 4.0.0 and 5.0.0
Co-authored-by: Martin Mattel <github@diemattels.at>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-07 11:41:50 +01:00
Martin d56adba469 Merge pull request #8377 from owncloud/add_envvar_diff_adoc
[docs-only] Add .adoc table version to env-var-deltas
2024-02-07 11:27:44 +01:00
mmattel 46dc9100ef rename files 2024-02-07 11:22:10 +01:00
kobergj ea500bfab1 Automated changelog update [skip ci] 2024-02-07 10:12:53 +00:00
kobergj fceff432c8 Merge pull request #8379 from fschade/multi-user-sse-event
[full-ci] enhancement: allow sending multiple userIDs in one SSE event
2024-02-07 11:12:18 +01:00
dependabot[bot] 892660433f build(deps): bump github.com/nats-io/nats-server/v2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.9 to 2.10.10.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.9...v2.10.10)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:48:49 +01:00
Martin dcc17b3994 Automated changelog update [skip ci] 2024-02-07 08:59:05 +00:00
Martin ed89de1659 Merge pull request #8387 from owncloud/mmattel-patch-1
[docs-only] Fix unrelease text
2024-02-07 09:58:25 +01:00
Martin e66a1d62d2 [docs-only] Fix unrelease text 2024-02-07 09:52:49 +01:00
Florian Schade c851490399 chore: bump reva 2024-02-07 09:43:38 +01:00
jkoberg 6487ed7101 userlog: send only one SSEEvent per language
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-02-07 09:42:37 +01:00
Florian Schade 0fd7f50ccb enhancement: allow sending multiple userIDs in one SSE event 2024-02-07 09:42:37 +01:00
dependabot[bot] 656493941f build(deps): bump go.opentelemetry.io/otel/trace from 1.22.0 to 1.23.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.22.0 to 1.23.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.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 09:04:13 +01:00
Phil Davis a2a9b106f8 Merge pull request #8378 from owncloud/tests/coverage-Content-Disposition
[tests-only] extend API test coverage for content-disposition header
2024-02-07 13:42:21 +05:45
Saw-jan fc5a8f967b test: API coverage for Content-Disposition header with file having comma 2024-02-07 11:39:43 +05:45
Phil Davis 3c8db1ae72 Automated changelog update [skip ci] 2024-02-07 05:14:59 +00:00
Phil Davis 4ee70fa5bb Merge pull request #8381 from dragonchaser/bump-reva
Bump reva
2024-02-07 10:59:26 +05:45
Phil Davis 1a0568ce5f Fix typo in changelog 2024-02-07 10:09:26 +05:45
Phil Davis ee533d55cd Update downloadFile feature for expected Content-Disposition 2024-02-07 09:23:50 +05:45
Christian Richter afd4d54869 add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-06 15:54:40 +01:00
Christian Richter 41b33d53f2 vendor reva
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-06 15:48:22 +01:00
Christian Richter b802a1848f update testsuite
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-06 15:45:13 +01:00
Christian Richter a72d7f57f3 bump reva
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-02-06 15:45:02 +01:00
Michael Barz d3d4d5925c Merge pull request #6702 from owncloud/uppy-companion
Add Uppy Companion to wopi example
2024-02-06 15:44:21 +01:00
Martin 54fbed0866 Update docs/env-var-deltas/make-adoc-table-from-md.txt
Co-authored-by: Phil Davis <phil@jankaritech.com>
2024-02-06 12:58:28 +01:00
Martin dfbb5c8a6a Update docs/env-var-deltas/make-adoc-table-from-md.txt
Co-authored-by: Phil Davis <phil@jankaritech.com>
2024-02-06 12:58:15 +01:00
Martin 0c45b155be Update docs/env-var-deltas/4.0.5-5.0.0.adoc 2024-02-06 12:57:41 +01:00
Martin 1a52b04cfe Merge pull request #8375 from owncloud/remove_double_dots
[docs-only] Fix envvar descriptions with a trailing double dot
2024-02-06 12:33:08 +01:00
mmattel 0099cb62a8 [docs-only] Add .adoc table version to env-var-deltas 2024-02-06 12:32:43 +01:00
dependabot[bot] 42ade74c71 build(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.31.0...v1.32.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 12:10:21 +01:00
mmattel 6e721eb4f5 [docs-only] Fix envvar descriptions trailing a double dot 2024-02-06 11:52:10 +01:00
Prarup Gurung b9d4401ade Merge pull request #8373 from owncloud/add-test-for-auto-accept-disabled-sharing-with-group
[full-ci] [tests-only] Add tests sharing with group when auto-sync is disabled
2024-02-06 16:31:26 +05:45
Prarup Gurung c4a5f6a276 Added tests to lists folder shared with group when sync is disabled 2024-02-06 15:39:55 +05:45
Prarup Gurung 8340567db5 Added tests to lists file shared with group when sync is disabled 2024-02-06 15:39:55 +05:45
Prarup Gurung a3d2317590 Merge pull request #8371 from owncloud/add-test-for-auto-accept-disabled
[full-ci] [tests-only] Added tests to lists file shared with them when sync is disabled
2024-02-06 15:32:38 +05:45
Prarup Gurung f7eb4db082 Addressed reviews 2024-02-06 14:36:58 +05:45