Commit Graph

17086 Commits

Author SHA1 Message Date
dependabot[bot] 65213abcb4 build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.0...v1.63.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 10:03:46 +02:00
dependabot[bot] f585822803 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.49.0 to 0.50.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.49.0...zpages/v0.50.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 09:25:02 +02:00
ownClouders 78202793d2 Automated changelog update [skip ci] 2024-04-18 01:21:43 +00:00
ownClouders 03cb960bb2 [tx] updated from transifex 2024-04-18 01:20:39 +00:00
Michael Barz e2173df520 Merge pull request #8882 from owncloud/forward-port-changelog
Forward port changelog
2024-04-18 02:42:23 +02:00
Michael Barz 945414d463 chore: update released deployments 2024-04-17 19:24:07 +02:00
Michael Barz a4794a96fd Merge branch 'stable-5.0' into forward-port-changelog 2024-04-17 19:22:37 +02:00
Michael Barz 5d41175b12 Automated changelog update [skip ci] 2024-04-17 17:21:01 +00:00
Michael Barz ff856b3f30 Merge pull request #8878 from owncloud/release-5.0.2
[full-ci Prepare Release 5.0.2
2024-04-17 19:20:31 +02:00
Ralf Haferkamp f52f2d4a5c Bump go.opentelemetry.io/otel/sdk to v1.25.0 2024-04-17 15:54:08 +02:00
dependabot[bot] 2ab8ac88e8 build(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.25.0
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.24.0 to 1.25.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.24.0...v1.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 15:54:08 +02:00
dependabot[bot] 2de9f15828 build(deps): bump github.com/leonelquinteros/gotext
Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.5.3-0.20230317130943-71a59c05b2c1 to 1.6.0.
- [Release notes](https://github.com/leonelquinteros/gotext/releases)
- [Commits](https://github.com/leonelquinteros/gotext/commits/v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 15:30:16 +02:00
Michael Barz b07925a927 chore: bump version 2024-04-17 14:05:45 +02:00
Michael Barz 97035575c3 docs: prepare changelog 2024-04-17 14:05:45 +02:00
Michael Barz 676e6dbcef Automated changelog update [skip ci] 2024-04-17 11:44:37 +00:00
Michael Barz 03dd538531 Merge pull request #8873 from rhafer/backport/5.0/8691
[stable-5.0] Backport: fix(public-share-auth): allow to create new documents in public share folder
2024-04-17 13:44:00 +02:00
nirajacharya2 ed79f3e012 removing usage of a stepdefination inside another stepdefination in PublicWebDavContext (#8813) 2024-04-17 17:17:44 +05:45
Michael Barz f2c33fcba0 docs: add reva changelog 2024-04-17 13:15:04 +02:00
nirajacharya2 8556318809 removing usage of a stepdefination inside another stepdefination in WebDavPropertiesContext (#8745) 2024-04-17 16:50:33 +05:45
Ralf Haferkamp 042ec41edd Bump reva to v2.19.5
For https://github.com/cs3org/reva/pull/4634
2024-04-17 12:46:36 +02:00
Alex d1b0b9f05e Automated changelog update [skip ci] 2024-04-17 10:44:42 +00:00
Alex c63b4e09d7 Merge pull request #8877 from kobergj/UnbonkRenameLogic 2024-04-17 12:44:05 +02:00
Ralf Haferkamp 6df5f45c0e fix(public-share-auth): allow to create new documents in public share folder
The public share authentication middleware only allowed to open existing documents
the /app/new route was missing.

Fixes #8691

(cherry picked from commit 8d5a0c6dd8)
2024-04-17 12:22:24 +02:00
Viktor Scharf b51ba47e01 check email in the search sharee request (#8861) 2024-04-17 11:42:09 +02:00
jkoberg 7139e72ab4 fix(clientlog): unbonk rename logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-17 11:40:48 +02:00
Sagar Gurung 0972b7cc12 [tests-only][full-ci]Added tests for sharing with all allowed roles for the list permissions (#8477)
* Added tests for sharing with all allowed roles for the list permissions

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Refactor code

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Rebase and refactor code

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Review address

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

* Rebase code

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>

---------

Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2024-04-17 12:00:52 +05:45
Phil Davis 43f190be4d Merge pull request #8874 from owncloud/bp-drone/chat-notifications
[tests-only][full-ci] backport send nightly notification to builds channel
2024-04-17 09:59:55 +05:45
Phil Davis 46ea8a0bc6 rename channel_cron in drone script 2024-04-17 09:10:53 +05:45
Prajwol Amatya 49c241af93 send nightly notification to builds channel 2024-04-17 09:10:33 +05:45
Phil Davis 1d388a00a9 Merge pull request #8866 from owncloud/drone/chat-notifications
[tests-only][full-ci]send nightly notification to builds channel
2024-04-16 21:57:51 +05:45
Phil Davis c145c2e233 rename channel_cron in drone script 2024-04-16 21:05:42 +05:45
Prajwol Amatya 517b28d70a send nightly notification to builds channel 2024-04-16 21:05:42 +05:45
Ralf Haferkamp 7ff0771e4d bump reva to latest edge
to get https://github.com/cs3org/reva/pull/4632
2024-04-16 16:19:51 +02:00
Martin a1e61f373a Merge pull request #8872 from owncloud/helper_readme_update
[docs-only] Update the docs helpers readme
2024-04-16 16:14:02 +02:00
mmattel 4128e92ceb [docs-only] Update the docs helpers readme 2024-04-16 16:06:10 +02:00
nirajacharya2 b0a7f744c5 adding test for listing filae and folder permissions in personal and project space (#8476) 2024-04-16 18:22:03 +05:45
kobergj 506ccff511 Automated changelog update [skip ci] 2024-04-16 12:25:26 +00:00
kobergj a0a94def79 Merge pull request #8860 from kobergj/ShareSSEs
[full-ci] Sharing SSEs
2024-04-16 14:24:49 +02:00
Prajwol Amatya 03948906b8 rename e2e test suite (#8867) 2024-04-16 17:20:26 +05:45
jkoberg 368ca883db feat(clientlog): space-share-updated sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 13:17:41 +02:00
Martin 316bdd44ef Merge pull request #8869 from owncloud/mmattel-patch-1
[docs-only] Update new-service-checklist in dev docs
2024-04-16 12:33:31 +02:00
Martin b0aff85cd4 Update new-service-checklist.md
Add metrix / monitoring to the checklist
2024-04-16 12:22:09 +02:00
jkoberg ea20298046 feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
jkoberg b90c9d8af0 feat(clientlog): share-updated sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
jkoberg 370522e7cf feat(clientlog): space/share created/removed sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
jkoberg 6aa71d74d2 feat(clientlog): item-moved sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-16 12:01:55 +02:00
Jannik Stehle 6654dff76e Automated changelog update [skip ci] 2024-04-16 09:54:34 +00:00
Jannik Stehle 458f32b409 [full-ci] chore: bump web to v9.0.0-alpha.5 (#8868)
* chore: bump web to v9.0.0-alpha.5

* try to fix sharedWithMe test

---------

Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
2024-04-16 11:54:03 +02:00
Roman Perekhod 1cea88c8c3 Automated changelog update [skip ci] 2024-04-15 15:27:50 +00:00
Roman Perekhod a1a198d892 Merge pull request #8827 from 2403905/issue-8731
fix unmount item from share
2024-04-15 17:26:16 +02:00