David Christofas
724e64db04
Automated changelog update [skip ci]
2022-02-04 14:45:54 +00:00
David Christofas
cc1c448b23
Merge pull request #3095 from owncloud/drive-permissions
...
add permissions to the graph drives
2022-02-04 15:42:50 +01:00
David Christofas
5668a43e8e
add permissions to the graph drives
2022-02-04 14:49:55 +01:00
kobergj
b0ef0b9d0a
Automated changelog update [skip ci]
2022-02-04 12:46:32 +00:00
kobergj
559abd97db
Restoring spaces graph endpoint ( #3094 )
...
* restore drive & trashed information
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* TEMP: use feature branch reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* add changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* TEMP: update reva version
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* go back to edge reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use latest edge
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* back to feature reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* bump reva again
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* next reva bump
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use edge reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* next reva change
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use reva edge again (please go green)
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* remove expected failure as it passes now
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-02-04 13:45:37 +01:00
Willy Kloucek
24b553396f
Merge pull request #3086 from owncloud/fix_docs_links
...
Change the links to use "_" instead of "."
2022-02-04 12:17:47 +01:00
Willy Kloucek
d66d649fe2
Merge pull request #3082 from owncloud/thumbnails_refactor_interface
...
Use decorator pattern and allow more methods to be decorated
2022-02-04 11:33:50 +01:00
Willy Kloucek
149beaff73
Merge pull request #3110 from owncloud/env-permission-endpoint
...
add STORAGE_PERMISSIONS_ENDPOINT env variable
2022-02-04 08:44:31 +01:00
Artur Neumann
dbd38e2b1c
Merge pull request #3105 from owncloud/bump-commit-id-for-core-dav-spaces-refactor
...
[tests-only] [full-ci] bump commit id for core dav spaces refactor 39746
2022-02-04 09:38:46 +05:45
Willy Kloucek
00fd7cdba1
add STORAGE_PERMISSION_ENDPOINT env variable
2022-02-03 16:46:57 +01:00
Michael Barz
18ca6afaa4
Merge pull request #3070 from owncloud/docs-adr-events
...
[docs-only] Events adr
2022-02-03 16:46:03 +01:00
Phil Davis
f417edba10
bump commit id for core dav spaces refactor 39746
2022-02-03 20:21:23 +05:45
Michael Barz
a7187036f6
clarify where we need state
2022-02-03 13:34:27 +01:00
Michael Barz
8da7fcfd0d
Update docs/ocis/adr/0015-events.md
...
Co-authored-by: Jörn Friedrich Dreyer <jfd@owncloud.com >
2022-02-03 12:12:23 +01:00
David Christofas
c4f1c1ed66
Merge pull request #3096 from rhafer/ocs-cs3
...
Fixes for /ocs/cloud/users when using the CS3 user backend
2022-02-03 09:34:41 +01:00
Phil Davis
6cc5bfd25e
Merge pull request #3089 from owncloud/update-expected-failure-apiWebDavEtagPropagation2
...
[tests-only][full-ci]Add expected failure for spaces tests on apiWebDavEtagpropagation2 suite
2022-02-03 11:22:35 +05:45
PKiran
348386177a
Merge pull request #3091 from owncloud/fix-expected-failures-references
...
[tests-only] [full-ci] Fix expected-failures references
2022-02-03 11:22:18 +05:45
Saw-jan Gurung
9b66eb051a
Merge pull request #3090 from owncloud/fix-sharing-tests
...
[tests-only] Fix sharing tests in parallel deployment tests
2022-02-03 10:21:04 +05:45
amrita
ab87781bc1
Adjusted expected failure
2022-02-03 09:23:09 +05:45
Saw-jan
83a5d2d687
fix sharing tests in parallel deployment
2022-02-03 09:05:01 +05:45
Ralf Haferkamp
ada93a95b7
Add workaround for missing RoleIDs in Token
...
This we use reva to mint tokes for users when using the CS3 backend
(https://github.com/owncloud/ocis/pull/2528 ) the user's roles are no
longer part of the token.
This adds a workaround to the RequireSelfOrAdmin middleware to Request
the user's role id on demand from the settings service.
Partial Fix for #2646
2022-02-02 18:58:43 +01:00
Ralf Haferkamp
f7d290c131
Implement CS3 stub for /users/{userid}/groups
...
Up to now when using the CS3 backend (e.g. to use an external LDAP
server) queries to /users/{userid}/groups just errored out. This add a
simple stub to just return and empty group list for now.
This allows using and external LDAP server without having to fiddle with
the proxy configuration to redirect to the reva ocs implementation.
(Which also is just returning an empty group list currently)
2022-02-02 17:00:31 +01:00
Michael Barz
ee8c97bb9d
add more pros and cons
2022-02-02 16:42:56 +01:00
Phil Davis
c0858fdb3c
Fix expected-failures references
2022-02-02 20:54:03 +05:45
Willy Kloucek
9923f1f133
Merge pull request #3093 from owncloud/enbrnz-patch-1
...
Update ocis_traefik.md
2022-02-02 13:44:30 +01:00
Erik Neubauer
dcc72ed17f
Update ocis_traefik.md
...
deployment example path was incorrect
2022-02-02 12:48:46 +01:00
Ralf Haferkamp
ee6b0ed877
Automated changelog update [skip ci]
2022-02-02 11:13:45 +00:00
Ralf Haferkamp
b472d55f4c
Merge pull request #3080 from rhafer/graph-del-user
...
Delete group memberships when deleting a user
2022-02-02 12:10:40 +01:00
Ralf Haferkamp
04083a4fe0
Delete group memberships when deleting a user
...
Upon deleting a User from the LDAP backend, we also need to cleanup
the user's group memberships as LDAP itself doesn't make any promises
about referential integrity.
Fixes #3027
2022-02-02 10:24:05 +01:00
Phil Davis
b5651e6a25
Merge pull request #3076 from owncloud/update-expected-failure-apiWebDavEtagPropagation1
...
[tests-only][full-ci]Update expected failure after spaces added on apiWebDavEtagpropagation1
2022-02-02 14:20:25 +05:45
Juan Pablo Villafáñez
2d0c29f32f
Change the links to use "_" instead of "."
2022-02-02 09:24:54 +01:00
amrita
41e89f6c1a
Update expected failure after spaces added on apiWebDavEtagpropagation suite
2022-02-02 13:36:02 +05:45
Artur Neumann
9655196e96
Merge pull request #3083 from owncloud/bump-commit-id-39743
...
[tests-only] [full-ci] bump core commit id to include 39743 feature name changes
2022-02-02 11:28:27 +05:45
Phil Davis
ff62aaa2d8
bump core commit id to include 39743 feature name changes
2022-02-02 10:45:13 +05:45
Juan Pablo Villafáñez
71ae8d1856
Use decorator pattern and allow more methods to be decorated
2022-02-01 18:19:39 +01:00
Klaas Freitag
700ba907ac
Apply review feedback.
...
Co-authored-by: David Christofas <dchristofas@owncloud.com >
Co-authored-by: Jörn Friedrich Dreyer <jfd@owncloud.com >
2022-02-01 17:56:07 +01:00
Klaas Freitag
2d9d67ef8c
Update docs/ocis/adr/0015-events.md
...
Co-authored-by: David Christofas <dchristofas@owncloud.com >
2022-02-01 16:58:57 +01:00
Willy Kloucek
978b5a0263
Automated changelog update [skip ci]
2022-02-01 15:13:55 +00:00
Willy Kloucek
3eeffaaec1
Merge pull request #3081 from owncloud/metadata-service-jwt-token
...
accounts now uses the same reva jwt secret as the metadata storage
2022-02-01 16:13:23 +01:00
Willy Kloucek
f0d072e94b
since the metadata services uses the reva jwt token, accounts service should do too
2022-02-01 15:28:57 +01:00
Willy Kloucek
3cbd78f512
Automated changelog update [skip ci]
2022-02-01 12:08:36 +00:00
Willy Kloucek
5483c4d203
Merge pull request #3072 from owncloud/remove-owncloud-storage-driver
...
[full-ci] remove the owncloud storage driver
2022-02-01 13:08:12 +01:00
Willy Kloucek
91d1d56e62
Automated changelog update [skip ci]
2022-02-01 12:02:16 +00:00
Willy Kloucek
b11e4948b9
Merge pull request #3071 from owncloud/default_log_level_error
...
change default log level to error
2022-02-01 13:01:40 +01:00
Jörn Friedrich Dreyer
a1ce351990
Automated changelog update [skip ci]
2022-02-01 11:22:21 +00:00
Jörn Friedrich Dreyer
339b692b8b
Merge pull request #2996 from rhafer/graph-group-ldap
...
Support for Group Management via Graph
2022-02-01 12:20:18 +01:00
PKiran
ce9a64d2a6
Merge pull request #3044 from owncloud/update-expected-failures-tus-upload
...
[full-ci][tests-only] update expected failures after tus upload using spaces
2022-02-01 16:54:56 +05:45
Ralf Haferkamp
38f5b86fda
Add changelog for graph user and group changes
2022-02-01 11:45:15 +01:00
Ralf Haferkamp
d9aa33525a
Add support for adding multiple members to a group at once
...
Adding multiple members at once is done via PATCH on
`groups/{group-oid}` with a body containing a list of refernces to the
members.
2022-02-01 11:45:14 +01:00
Willy Kloucek
322be13ee7
remove the owncloud storage driver
2022-02-01 11:16:18 +01:00