Commit Graph

786 Commits

Author SHA1 Message Date
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
ownClouders b9009dca12 [tx] updated from transifex 2024-10-17 01:03:53 +00:00
Michael Barz eb4a18685a Merge pull request #10287 from 2403905/issue-10051-items
forbid adding the federated users as members of the space via items invite
2024-10-16 20:54:19 +02:00
Florian Schade 66ff86bd35 enhancement: simplify ready and health check handler usage 2024-10-16 20:26:00 +02:00
Jörn Friedrich Dreyer 9ccc976885 Merge pull request #10309 from kobergj/RemoveDeprecations
Remove Deprecations
2024-10-16 14:56:12 +02:00
ownClouders f46eefa989 [tx] updated from transifex 2024-10-16 03:38:06 +00:00
jkoberg c80254c4f1 feat(ocis): remove ocm store
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
Christian Richter 80d619cb8f add http checks to idp & graph
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-15 13:47:39 +02:00
Roman Perekhod 3afc378ba9 forbid adding the federated users as members of the space via items invite 2024-10-14 19:56:52 +02:00
Florian Schade 0671039474 enhancement: add readyz and healthz check handler 2024-10-14 08:39:42 +02:00
Florian Schade c82a7c560e enhancement: use global ready and health handlers 2024-10-14 08:39:42 +02:00
ownClouders 47edf8bc6d [tx] updated from transifex 2024-10-14 01:40:03 +00:00
ownClouders 6b7cf63980 [tx] updated from transifex 2024-10-12 01:09:18 +00:00
ownClouders f878921d57 [tx] updated from transifex 2024-10-10 00:11:04 +00:00
ownClouders b65ba4c0a0 [tx] updated from transifex 2024-10-09 00:09:59 +00:00
Ralf Haferkamp 9a2a68d3dc fix: add OCIS_LDAP_USER_SCHEMA_DISPLAYNAME to graph service
Fixes: #10257
2024-10-08 17:24:51 +02:00