Commit Graph

7856 Commits

Author SHA1 Message Date
Benedikt Kulmann
d24aec6b53 Revert "Revert "Roles manager"" 2020-09-02 16:40:22 +02:00
Benedikt Kulmann
5e21355a85 Merge pull request #61 from owncloud/revert-60-roles-manager
Revert "Roles manager"
2020-09-02 16:39:49 +02:00
Benedikt Kulmann
5caf0cb8d2 Revert "Roles manager" 2020-09-02 16:37:33 +02:00
Vincent Petry
163c5f6e84 Merge pull request #505 from owncloud/account-management-permission-checks
Bring account management from ocis-accounts
2020-09-02 16:33:21 +02:00
Benedikt Kulmann
2293ea2606 Add ocis-pkg PR url to changelog 2020-09-02 16:14:59 +02:00
Benedikt Kulmann
6a01f50d58 Add ocis-pkg PR url to changelog 2020-09-02 16:14:25 +02:00
Benedikt Kulmann
23ea396655 Switch to new ocis commit id 2020-09-02 15:57:14 +02:00
Benedikt Kulmann
a704ef55df Switch to new ocis commit id 2020-09-02 15:56:59 +02:00
Benedikt Kulmann
ec9fa3375a Add changelog 2020-09-02 15:55:12 +02:00
Benedikt Kulmann
f5cb411e3c Switch from roles cache + middleware to roles manager 2020-09-02 15:52:07 +02:00
Benedikt Kulmann
a25f279652 Add changelog and update to ocis-pkg/v2@master 2020-09-02 15:51:02 +02:00
Benedikt Kulmann
775f3d9d52 Automated changelog update [skip ci] 2020-09-02 13:50:08 +00:00
Benedikt Kulmann
1e87c6173a Merge pull request #60 from owncloud/roles-manager
Roles manager
2020-09-02 15:48:13 +02:00
Benedikt Kulmann
95bc5111e5 Switch over from roleCache+middleware to roleManager 2020-09-02 15:46:30 +02:00
Benedikt Kulmann
4521014549 Add comments on exported functions and types 2020-09-02 15:43:15 +02:00
Benedikt Kulmann
a00e03fd6e Add changelog 2020-09-02 15:39:16 +02:00
Benedikt Kulmann
1676f3541c Move role middleware and cache logic into a manager 2020-09-02 15:36:31 +02:00
Benedikt Kulmann
cbc3ac5995 Update ocis-proxy@master 2020-09-02 15:20:14 +02:00
Benedikt Kulmann
1afd3bb253 Add changelog 2020-09-02 15:18:14 +02:00
Benedikt Kulmann
cbd90839c0 Update ocis-settings@master 2020-09-02 15:18:13 +02:00
Benedikt Kulmann
642a4c1f60 Update ocis-accounts@master 2020-09-02 15:18:12 +02:00
Benedikt Kulmann
c8f9d7862e Update ocis-proxy@master 2020-09-02 15:17:45 +02:00
Benedikt Kulmann
b5264b549e Update ocis-hello@master 2020-09-02 15:17:17 +02:00
David Christofas
8a711e2d4c Automated changelog update [skip ci] 2020-09-02 13:05:24 +00:00
David Christofas
fc364cfe11 Merge pull request #516 from owncloud/update-ocis-ocs
update ocis-accounts, ocis-ocs and ocis-settings
2020-09-02 14:34:28 +02:00
David Christofas
fa42ffaaf5 update ocis-accounts, ocis-ocs and ocis-settings
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-02 13:58:01 +02:00
Benedikt Kulmann
db95804af5 Automated changelog update [skip ci] 2020-09-02 11:51:44 +00:00
Benedikt Kulmann
d62dfce7f4 Merge pull request #96 from owncloud/ocis-hello-endpoints
Add ocis-hello endpoints to builtin and example config
2020-09-02 13:46:26 +02:00
David Christofas
185aeeeb1e Automated changelog update [skip ci] 2020-09-02 11:36:18 +00:00
Benedikt Kulmann
4c84faac6a Merge branch 'master' into ocis-hello-endpoints 2020-09-02 13:35:08 +02:00
David Christofas
d261f2f054 Merge pull request #48 from owncloud/prepare-release-0.3.1
prepare release v0.3.1
2020-09-02 13:31:08 +02:00
David Christofas
ae657c95f1 prepare release v0.3.1
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-02 13:24:15 +02:00
David Christofas
142a580dc8 Automated changelog update [skip ci] 2020-09-02 11:11:37 +00:00
David Christofas
dcb02f35ce Merge pull request #47 from owncloud/ocs-response-format
fix ocs resonse format
2020-09-02 13:07:16 +02:00
David Christofas
2d1dc2f308 fix ocs resonse format
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-02 12:45:47 +02:00
Vincent Petry
35dc3aeaba Automated changelog update [skip ci] 2020-09-02 09:46:47 +00:00
Vincent Petry
bc0ac44a01 Merge pull request #69 from owncloud/use-role-ids-from-context
Use roleIDs from context instead of loading them again
2020-09-02 11:30:13 +02:00
Benedikt Kulmann
c2f1038fe3 Fix drone step dependencies 2020-09-02 08:50:40 +02:00
Benedikt Kulmann
2c5d4535cd Switch drone over to another ocis commit 2020-09-02 08:41:34 +02:00
Benedikt Kulmann
391832e2fd Make linter happy 2020-09-01 20:37:11 +02:00
Benedikt Kulmann
9d5fe2bb06 Fix grpc tests to set roleIDs on metadata context 2020-09-01 20:28:48 +02:00
Benedikt Kulmann
45ec870948 Add changelog 2020-09-01 11:26:45 +02:00
Benedikt Kulmann
ec89de9130 Use roleIDs from context instead of loading them again
The roleIDs are coming in as json string from the metadata context and can be extracted
using a helper function from the roles middleware. Instead of re-loading
those roleIDs again on every permission related request, we now just use
the roleIDs from the context. This is also more future-proof for when we
decide to move away the role assignments from the settings service into
the accounts service.
2020-09-01 11:22:14 +02:00
Benedikt Kulmann
6a27781a27 Automated changelog update [skip ci] 2020-09-01 07:44:57 +00:00
Dipak Acharya
68e0caf402 Automated changelog update [skip ci] 2020-09-01 07:39:06 +00:00
Dipak Acharya
b04f72231e Merge pull request #42 from owncloud/update-ocis-accounts
Update ocis-accounts to v0.4.2
2020-09-01 13:19:03 +05:45
Benedikt Kulmann
848658e110 Merge pull request #100 from owncloud/manage-account-permissions
Manage account permissions
2020-09-01 09:31:30 +02:00
Benedikt Kulmann
bb4e0deb51 use ocis commit with ocis-proxy@0.7.1-0.20200828151439-7d24bb391fb0 2020-09-01 09:14:53 +02:00
Benedikt Kulmann
89d0b66465 Revert "Try to run with ocis-accounts uuids"
This reverts commit e2a7a9fc01.
2020-09-01 08:24:49 +02:00
Benedikt Kulmann
c5206c087d Merge branch 'manage-account-permissions' of github.com:owncloud/ocis-accounts into manage-account-permissions 2020-08-31 14:04:12 +02:00