Michael Barz
b81167695c
docs: prepare changelog
2024-03-18 14:39:30 +01:00
Christian Richter
f7b3944aa7
bump reva
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2024-03-18 14:26:32 +01:00
Prarup Gurung
ebaa59637e
Used kebab case for example table header name ( #8676 )
2024-03-18 17:55:29 +05:45
Roman Perekhod
35b9ea7cb6
Automated changelog update [skip ci]
2024-03-18 11:36:42 +00:00
Roman Perekhod
8f0364e015
Merge pull request #8543 from 2403905/issue-8471
...
fix the mount points naming
2024-03-18 12:36:08 +01:00
Roman Perekhod
9d2815b5ef
Merge pull request #8651 from owncloud/fix-cors-patch-method
...
add PATCH to default allowed CORS methods
2024-03-18 12:33:27 +01:00
Ralf Haferkamp
e2b43bcf5b
Automated changelog update [skip ci]
2024-03-18 10:54:36 +00:00
Ralf Haferkamp
dcdbfd81d4
chore: rework cs3ReceivedSharesToDriveItems to make linter happy
2024-03-18 11:53:57 +01:00
Ralf Haferkamp
2352145b98
graph(sharing-ng): Permission on Spaceroots need to have an id
...
In order to work with (e.g. get/delete) permissions granted to space
we need to give them a stable id. As the CS3 API don't provide an id
we generate it base on the id of the identity that the permission applies
to. For users we use "u:<userid>" for groups "g:<groupid>".
Closes : #8352
2024-03-18 11:53:57 +01:00
Ralf Haferkamp
a326d95232
enhancement(sharing): Return space permissions when looking up space root
...
Partial-Fix: #8352
2024-03-18 11:53:57 +01:00
Ralf Haferkamp
0f33c7ae96
enhancement(graph): cs3PermissionsToLibreGraph can also return v1beta1 format
...
This reworks the cs3PermissionsToLibreGraph() so that it is able to return
the libreGraph.Permissions in the legacy and the new v1beta1 format. The main
differences between both are that v1beta1 returns the identities in the
'grantedToV2' property and the 'roles' are returned as IDs instead of the
legacy role names.
2024-03-18 11:53:57 +01:00
Ralf Haferkamp
8fdfa1aee7
enhancement(graph): Remove unneded Coowner Role
...
This role was renamed to "Manager" a while ago.
2024-03-18 11:53:57 +01:00
Jörn Friedrich Dreyer
e8da108edc
use mutex when lazy initializing the OIDC provider
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-03-18 11:29:33 +01:00
Prarup Gurung
6631d8cbec
Merge pull request #8671 from owncloud/add-profind-test-folder
...
[full-ci] [tests-only] Added tests for PROPFIND as sharee for folder
2024-03-18 16:06:28 +05:45
Prarup Gurung
d5f4803158
Addressed reviews
2024-03-18 15:27:25 +05:45
Prarup Gurung
01bbf358e5
Added tests for PROPFIND as sharee for folder
2024-03-18 15:05:30 +05:45
dependabot[bot]
7b91241dce
build(deps): bump go.opentelemetry.io/contrib/zpages
...
Bumps [go.opentelemetry.io/contrib/zpages](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.48.0 to 0.49.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.48.0...zpages/v0.49.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/zpages
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 09:55:45 +01:00
dependabot[bot]
24d1fe7c53
build(deps): bump github.com/thejerf/suture/v4 from 4.0.2 to 4.0.5
...
Bumps [github.com/thejerf/suture/v4](https://github.com/thejerf/suture ) from 4.0.2 to 4.0.5.
- [Commits](https://github.com/thejerf/suture/compare/v4.0.2...v4.0.5 )
---
updated-dependencies:
- dependency-name: github.com/thejerf/suture/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 09:55:19 +01:00
dependabot[bot]
a2660d1974
build(deps): bump follow-redirects in /services/idp
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 09:45:00 +01:00
Prarup Gurung
c3eab89e2f
Merge pull request #8622 from owncloud/add-test-for-propfind
...
[full-ci] [tests-only] Added tests for PROPFIND as sharee
2024-03-18 09:20:06 +05:45
Michael Barz
8675aed596
Automated changelog update [skip ci]
2024-03-15 16:55:18 +00:00
Michael Barz
47aa4b1408
Automated changelog update [skip ci]
2024-03-15 16:55:09 +00:00
Michael Barz
245fb71e39
Merge pull request #8667 from kobergj/HotfixDisableMultiparts
...
[Backport] Disable Multipart Uploads
2024-03-15 17:54:40 +01:00
Michael Barz
f6af0fa909
Merge pull request #8666 from kobergj/DisableMultipartUploads
...
Disable Multiparts uploads
2024-03-15 17:54:25 +01:00
jkoberg
e3101b4c40
disable multiparts uploads
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-15 16:00:33 +01:00
jkoberg
f1a6472a6d
disable multiparts uploads
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-15 15:59:57 +01:00
Martin
d7625de68d
Merge pull request #8663 from owncloud/update_storage_users_readme
...
[docs-only] Update storage-users readme
2024-03-15 14:42:58 +01:00
Prarup Gurung
275b10060a
Added issue tag
2024-03-15 17:18:45 +05:45
mmattel
a2526bcf66
[docs-only] Update storage-users readme
2024-03-15 12:12:01 +01:00
Christian Richter
8597ca43df
Merge pull request #8660 from owncloud/backport-resharing-deprecations
...
Add deprecation info for resharing
2024-03-15 11:15:01 +01:00
Christian Richter
9c9dd1000f
Merge pull request #8659 from owncloud/add_deprecation_for_resharing
...
Add deprecation info for resharing
2024-03-15 10:50:38 +01:00
mmattel
72bba00e53
Add deprecation info for resharing
...
Co-authored-by: Christian Richter <crichter@owncloud.com >
2024-03-15 10:25:03 +01:00
mmattel
f44e48e9e3
Add deprecation info for resharing
...
Co-authored-by: Christian Richter <crichter@owncloud.com >
2024-03-15 10:21:57 +01:00
Prarup Gurung
c52c3e9db7
Addressed reviews
2024-03-15 14:18:33 +05:45
ownClouders
ee1178dea5
[tx] updated from transifex
2024-03-15 00:05:57 +00:00
dependabot[bot]
9a437ad792
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-14 14:47:06 +01:00
dependabot[bot]
718010f51c
build(deps): bump github.com/open-policy-agent/opa from 0.61.0 to 0.62.1
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.61.0 to 0.62.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.61.0...v0.62.1 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-14 14:46:23 +01:00
Jörn Friedrich Dreyer
55c06b53bf
add PATCH to default allowed CORS methods
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-03-14 13:51:32 +01:00
Prarup Gurung
18f156c880
Separated step implementation
2024-03-14 11:57:23 +05:45
Michael Barz
b72e5ceddf
Merge pull request #8641 from owncloud/update-rc.6
...
chore: update continuous deployments to rc.6
2024-03-13 18:46:39 +01:00
Michael Barz
cdac511ab2
chore: update continuous deployments to rc.6
2024-03-13 18:25:14 +01:00
Michael Barz
63275b6c70
Automated changelog update [skip ci]
2024-03-13 17:07:58 +00:00
Michael Barz
cabeda782e
Merge pull request #8640 from owncloud/release-5.0.0-rc.6
...
[full-ci] Release 5.0.0 rc.6
2024-03-13 18:07:05 +01:00
Roman Perekhod
cd629c7521
fix the mount points naming
2024-03-13 17:26:57 +01:00
Michael Barz
af0fa8716a
chore: bump version
2024-03-13 17:24:24 +01:00
Michael Barz
98d7259376
docs: prepare changelog
2024-03-13 17:22:19 +01:00
Michael Barz
bef754ecec
Automated changelog update [skip ci]
2024-03-13 16:05:34 +00:00
Michael Barz
6586938619
Merge pull request #8639 from owncloud/backport-8534
...
fix: change default config for the role mapping
2024-03-13 17:04:57 +01:00
Michael Barz
d31f8d27ef
fix: change default config for the role mapping
2024-03-13 16:36:15 +01:00
Michael Barz
e89f840359
Automated changelog update [skip ci]
2024-03-13 15:36:02 +00:00