Commit Graph

2216 Commits

Author SHA1 Message Date
Christian Richter 5cc286b8ef incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-19 08:38:54 +01:00
Christian Richter d31f5b9e15 remove obsolete comment
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-18 16:56:10 +01:00
Christian Richter 29549fade7 kill oidc well known middleware and move it to static route
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-18 16:56:10 +01:00
Christian Richter 1323a554bc move static routes to seperate package
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-03-18 16:56:10 +01:00
Roman Perekhod 246f7bf538 internal links shouldn't have a password (#8668)
* internal links shouldn't have a password

* commented out incorrect cases
2024-03-18 15:23:10 +01: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 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
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
jkoberg f1a6472a6d disable multiparts uploads
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-15 15:59:57 +01:00
mmattel a2526bcf66 [docs-only] Update storage-users readme 2024-03-15 12:12:01 +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
ownClouders ee1178dea5 [tx] updated from transifex 2024-03-15 00:05:57 +00: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
Roman Perekhod cd629c7521 fix the mount points naming 2024-03-13 17:26:57 +01:00
kobergj 02ea79c1c7 Merge pull request #8634 from owncloud/bump-web-9.0.0-alpha.2
[full-ci] chore: bump web to v9.0.0-alpha.2
2024-03-13 10:19:26 +01:00
Benedikt Kulmann b7aa2873f8 chore: bump web to v9.0.0-alpha.2 2024-03-13 09:37:29 +01:00
Martin 4a531c0a8c [docs-only] Just a small text fix for an envvar in storage-users 2024-03-13 08:36:50 +01:00
ownClouders ea347343be [tx] updated from transifex 2024-03-13 04:05:21 +00:00
kobergj 9b61096ad6 fix: static spaceid format for sse (#8625) 2024-03-12 12:42:15 +01:00
kobergj 7b92907713 enhancement: add spaceid to sse (#8620)
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-12 10:59:03 +01:00
Christian Richter ef188a14f7 Merge pull request #8608 from kobergj/BumpReva
[full-ci] Bump Reva
2024-03-11 15:34:34 +01:00
jkoberg a3044d1dd2 fix: pass signature and expiration through thumbnailer
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-11 13:54:07 +01:00
ownClouders 70dc3b67aa [tx] updated from transifex 2024-03-11 00:41:41 +00:00
ownClouders 8cfefc9b9d [tx] updated from transifex 2024-03-09 00:06:21 +00:00
kobergj e4ff26cd7e Merge pull request #8603 from kobergj/LockEventSSE
File(Un)Locked SSE
2024-03-08 14:52:37 +01:00
jkoberg 271a591850 send sse when file is locked/unlocked
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-07 13:46:43 +01:00
jkoberg a0e2648200 get template from request
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-07 13:01:51 +01:00
jkoberg edbc82bfc1 poc: server side space defaults
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-07 13:01:51 +01:00
ownClouders 2e7f0252f2 [tx] updated from transifex 2024-03-07 00:06:21 +00:00
jkoberg 78755e330f fix item-trashed sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-06 14:29:05 +01:00
jkoberg 9786be50ae feat: add more sse events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-03-06 14:29:05 +01:00
Phil Davis ae584af350 Adjust introductionVersion pre5.0 and 5.0
as per suggestions by micbar

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2024-03-06 17:53:43 +05:45
Christian Richter 70e69f9561 Update services/clientlog/pkg/config/config.go 2024-03-06 17:53:43 +05:45
Phil Davis c715732296 chore: set introductionVersion 5.0 in services/web 2024-03-06 17:53:43 +05:45
Phil Davis cbd700eed1 chore: set introductionVersion 5.0 in services/userlog 2024-03-06 17:53:43 +05:45
Phil Davis b0174a890f chore: set introductionVersion 5.0 in services/storage-system -users 2024-03-06 17:53:43 +05:45
Phil Davis f12615791b chore: set introductionVersion 5.0 in services/sse 2024-03-06 17:53:43 +05:45
Phil Davis f18bf9f68a chore: set introductionVersion 5.0 in services/sharing 2024-03-06 17:53:43 +05:45
Phil Davis c58d4c3e27 chore: set introductionVersion 5.0 in services/settings 2024-03-06 17:53:43 +05:45
Phil Davis 63a6f10c4b chore: set introductionVersion 5.0 in services/search 2024-03-06 17:50:21 +05:45
Phil Davis 49a2202bdf chore: set introductionVersion 5.0 in services/proxy 2024-03-06 17:50:21 +05:45
Phil Davis 945908978c chore: set introductionVersion 5.0 in services/postprocessing 2024-03-06 17:50:21 +05:45
Phil Davis 70a19f16cf chore: set introductionVersion 5.0 in services/ocs 2024-03-06 17:50:21 +05:45
Phil Davis 89db8b5e20 chore: set introductionVersion 5.0 in services/policies 2024-03-06 17:50:21 +05:45
Phil Davis 4cfb0fd504 chore: set introductionVersion 5.0 in services/ocm 2024-03-06 17:50:21 +05:45