Christian Richter
|
c358540361
|
add memberOf slice to /user/{id} & members slice to /groups/{id} endpoint
Signed-off-by: Christian Richter <crichter@owncloud.com>
|
2022-06-09 14:36:23 +02:00 |
|
David Christofas
|
4470c045ed
|
fix webdav URL of drive roots in graph API
|
2022-06-02 14:24:56 +02:00 |
|
Willy Kloucek
|
f7473df54b
|
fix test by using insecure ldap
|
2022-05-31 12:04:09 +02:00 |
|
David Christofas
|
0f23ce6bed
|
add config option to provide TLS certificate
|
2022-05-30 17:04:14 +02:00 |
|
Ralf Haferkamp
|
d322e50167
|
Return "nameAlreadyExists" error properly
When trying to create a user that already exist return a proper
error, that clients can check for.
|
2022-05-24 17:39:01 +02:00 |
|
Ralf Haferkamp
|
a6f05e761e
|
Let graph auth middleware add the roleids to the context
They were also added by the ExtractAccountUUID for the /drives endpoint.
We'll need some on other endpoints as well (for automatic user
provisioning).
|
2022-05-24 17:39:01 +02:00 |
|
Ralf Haferkamp
|
112488607e
|
Publish UserFeatureChanged event when users update their password
|
2022-05-17 14:23:38 +02:00 |
|
Ralf Haferkamp
|
c41cf92553
|
Add graph /me/changePassword endpoint
To allow users to change their own password when using the Graph LDAP backend.
Closes: #3063
|
2022-05-17 14:23:38 +02:00 |
|
kobergj
|
d30e70dca6
|
[full-ci] Bump Reva version (#3779)
* use custom reva to check changes
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* don't query quota and children when space is disabled
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* final touches
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* fix changelog typo
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2022-05-16 11:07:00 +02:00 |
|
kobergj
|
74139f6c52
|
Permissions for deleting spaces (#3716)
* check permissions when deleting space
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
* bump feature reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2022-05-09 11:35:52 +02:00 |
|
Michael Barz
|
189987bcbd
|
Bump major version to v2
|
2022-05-04 14:49:59 +02:00 |
|
David Christofas
|
958b4fe5e3
|
use new space ID util functions
|
2022-05-03 17:27:39 +02:00 |
|
Michael Barz
|
7245c354ca
|
omit opaque id correctly
|
2022-05-02 09:53:50 +02:00 |
|
David Christofas
|
ab71b21fc7
|
reduce drives in listing of graph /me/drives API
|
2022-05-02 09:53:50 +02:00 |
|
Michael Barz
|
78a6af3af5
|
handle resource ids better
|
2022-05-02 09:53:50 +02:00 |
|
Willy Kloucek
|
19e893704b
|
Merge branch 'master' into ocis-init
|
2022-04-29 13:20:28 +02:00 |
|
jkoberg
|
ce45e90122
|
unescape path in graph getdrive
Signed-off-by: jkoberg <jkoberg@owncloud.com>
|
2022-04-28 22:10:27 +00:00 |
|
Willy Kloucek
|
df53c2a545
|
fix graph tests
|
2022-04-28 10:30:02 +02:00 |
|
Willy Kloucek
|
83f75bf089
|
fix ginko testsuite
|
2022-04-28 10:05:51 +02:00 |
|
Willy Kloucek
|
a37126f523
|
Merge branch 'master' into ocis-init
|
2022-04-27 15:50:26 +02:00 |
|
Willy Kloucek
|
9095b11d6c
|
load reva gateway and token manager from common config
|
2022-04-27 13:58:59 +02:00 |
|
David Christofas
|
4bb4f9fbb1
|
url encode the webdav URL in the graph API
|
2022-04-27 12:39:59 +02:00 |
|
Christian Richter
|
1a1a4d6a3c
|
refactor settings
|
2022-04-13 17:04:37 +02:00 |
|
Christian Richter
|
4d821cdc9d
|
refactor graph
Signed-off-by: Christian Richter <crichter@owncloud.com>
|
2022-04-13 17:04:37 +02:00 |
|