Commit Graph

801 Commits

Author SHA1 Message Date
kobergj b1c51a38d8 Merge pull request #10781 from 2403905/issue-10739
The graph drives invite response now includes the createdDateTime field
2024-12-23 11:14:30 +01:00
ownClouders 0e67f826e1 [tx] updated from transifex 2024-12-20 00:48:11 +00:00
ownClouders 9a1015839b [tx] updated from transifex 2024-12-19 00:21:12 +00:00
ownClouders 9f6918f995 [tx] updated from transifex 2024-12-18 00:21:09 +00:00
Roman Perekhod 6b3a4975c5 The graph drives invite response now includes the createdDateTime field 2024-12-17 19:25:24 +01:00
ownClouders f8f4805d64 [tx] updated from transifex 2024-12-16 00:21:22 +00:00
Ralf Haferkamp 565f58c68a fix(graph): Don't return OCM shares in the drives list
OCM shares don't have mountpoints currently. So they're no supposed
to show up in the drives list on the graph service.

Fixes: #10689
2024-12-04 14:48:56 +01:00
Ralf Haferkamp 82d2193ad6 fix(graph): Allow to combine $search and $filter in users query
This fixes the 'graph/v1.0/users' endpoint to allow a combination of a
memberOf filter in $filter with a search string in $search.

Allowing queries like:

$filter=(memberOf/any(m:m/id eq 509a9dcd-bb37-4f4f-a01a-19dca27d9cfa))&$search="example"
2024-12-02 17:15:21 +01:00
kobergj 7cf0fd5ec8 Merge pull request #10683 from owncloud/graph-concurrent-share-listing
graph concurrent share listing
2024-12-02 16:50:55 +01:00
Jörn Friedrich Dreyer 404e3e5580 graph skip fetching members
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-12-02 10:37:07 +01:00
ownClouders 9c2b9cccc7 [tx] updated from transifex 2024-11-30 00:19:00 +00:00
ownClouders b87118b14d [tx] updated from transifex 2024-11-29 00:20:03 +00:00
Jörn Friedrich Dreyer 01cc32deec Update services/graph/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at>
2024-11-28 17:08:16 +01:00
Jörn Friedrich Dreyer 9fea5c3002 graph concurrent share listing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-11-28 16:52:54 +01:00
ownClouders 9c53998e76 [tx] updated from transifex 2024-11-27 00:22:28 +00:00
ownClouders 435a2aa8fe [tx] updated from transifex 2024-11-26 00:18:54 +00:00
ownClouders d0572f1190 [tx] updated from transifex 2024-11-25 19:15:30 +00:00
Michael Barz b5decc675c Merge pull request #10627 from owncloud/fix-denials-graph
fix: fix deny access to prevent a regression
2024-11-25 13:30:08 +01:00
Michael Barz bac2256c5f fix: fix deny access to prevent a regression 2024-11-25 11:32:31 +01:00
ownClouders 0aef4fcdce [tx] updated from transifex 2024-11-24 00:24:01 +00:00
ownClouders cff364c998 [tx] updated from transifex 2024-11-23 00:56:23 +00:00
ownClouders 57ba3d1780 [tx] updated from transifex 2024-11-18 13:55:23 +00:00
ownClouders bcef2e25a8 [tx] updated from transifex 2024-11-15 19:52:35 +00:00
Jörn Friedrich Dreyer ff9d11ad1a reuse go-micro service clients
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-11-15 17:18:39 +01:00
Michael Barz e2547e79a9 Merge pull request #10570 from rhafer/enterprise/6967
[full-ci] fix(ocm): Adjust for recend change for federated user IDs
2024-11-15 12:32:32 +01:00
ownClouders 83d80621cf [tx] updated from transifex 2024-11-15 00:06:44 +00:00
Ralf Haferkamp 6f90abd22d fix(ocm): Adjust for recend change for federated user IDs
The UserIds as returned by e.g. GetAcceptedUser do already contain
the provider domain in the IDP field now.

Also adjust the provider domain in the OCM config to be really a domain
without URI scheme and path.
2024-11-14 15:51:07 +01:00
ownClouders d1c9e3de59 [tx] updated from transifex 2024-11-08 00:42:34 +00:00
kobergj 0b26d45a9b Merge pull request #10510 from rhafer/issue/10488
fix(graph/ocm): Fix ocm share creation when user is in cache
2024-11-07 18:11:31 +01:00
Ralf Haferkamp c463559ee7 fix(graph/ocm): Fix ocm share creation when user is in cache
Federated users are sharing the cache with regular users. So can't
we need to check the user type to determine if the user is federated.

Fixes #10488
2024-11-07 16:51:18 +01:00
Ralf Haferkamp 336d34821f fix(linter): Avoid copying protobuf messages
This shoud silence some linter warning about copying lock values.
2024-11-07 16:46:17 +01:00
Ralf Haferkamp 4792071d3d fix(graph): Use the correct opaqueId when Statting OCM shares
File shares need to use the base64 encoded path as the opaqueID, while
for folder shares the base64 encode '/' should work.

Fixes #10495
2024-11-07 16:41:04 +01:00
ownClouders 75cba423c2 [tx] updated from transifex 2024-11-07 00:42:54 +00:00
ownClouders 15b80aeb1c [tx] updated from transifex 2024-11-06 00:07:42 +00:00
ownClouders 821200b48c [tx] updated from transifex 2024-11-04 00:07:00 +00:00
ownClouders 38a1a410ea [tx] updated from transifex 2024-11-02 00:44:10 +00:00
ownClouders cec9888b14 [tx] updated from transifex 2024-10-29 00:33:54 +00:00
Jörn Friedrich Dreyer dde999d5c2 align shutdown logging
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-28 14:47:11 +01:00
ownClouders 7ec3ab9a12 [tx] updated from transifex 2024-10-25 00:41:45 +00:00
Martin a12384d58f Merge pull request #10397 from kobergj/ReplaceNext
[docs-only] Pin NEXT version
2024-10-23 16:48:02 +02:00
jkoberg 42f18ca500 docs(ocis): pin NEXT version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-23 14:35:20 +02:00
Martin Mattel 8070889ce8 Fix envvar deprecations for 7.0.0 2024-10-22 18:47:08 +02:00
Michael Barz 35578a0ecc chore: remove unneeded stuff 2024-10-21 22:46:06 +02:00
Roman Perekhod b82ad12fee nats checks fixed 2024-10-18 17:30:39 +02:00
ownClouders 7d38fb55f9 [tx] updated from transifex 2024-10-18 13:06:27 +00:00
ownClouders ce8a8fa113 [tx] updated from transifex 2024-10-18 01:35:13 +00:00
Florian Schade 383a57b499 Merge pull request #10338 from 2403905/issue-10281-server-probs-2
checks added
2024-10-17 19:54:55 +02:00
ownClouders 5c9d2bce0d [tx] updated from transifex 2024-10-17 17:47:32 +00:00
Roman Perekhod c16a2ea2cf checks added 2024-10-17 19:03:14 +02:00
Christian Richter 08b33627b2 Merge pull request #10323 from fschade/refine-ready-health-checker
enhancement: simplify ready and health check handler usage
2024-10-17 08:28:54 +00:00