Commit Graph

8343 Commits

Author SHA1 Message Date
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
Benedikt Kulmann
c0e230fa7f Remove user creation step. Used user is already created. 2020-08-31 14:03:40 +02:00
Dipak Acharya
92dcb0833f Wait for services to start in CI ui tests 2020-08-31 17:34:17 +05:45
Dipak Acharya
3c5f9647f0 Add changelog item 2020-08-31 17:17:39 +05:45
David Christofas
888962f907 Merge pull request #98 from owncloud/fix-readme
Fix readme filename
2020-08-31 13:19:19 +02:00
Dipak Acharya
c5d9a602a1 Update ocis-accounts to v0.4.1 2020-08-31 16:29:34 +05:45
Benedikt Kulmann
e2a7a9fc01 Try to run with ocis-accounts uuids 2020-08-31 11:47:30 +02:00
Hari Bhandari
b9df1b4459 Merge pull request #509 from owncloud/latest-webUI-tests
[Tests-Only] Run latest phoenix webUI tests
2020-08-31 14:52:35 +05:45
Benedikt Kulmann
03621d42a0 Run ui tests as our default admin user 2020-08-31 10:18:13 +02:00
HariBhandari07
7cfbfcc69c [Tests-Only] Run latest phoenix webUI tests 2020-08-31 13:40:12 +05:45
Phil Davis
8fff4dedf7 Merge pull request #508 from owncloud/api-trashbin-fixes
[Tests-Only] Delete passing apiTrashbin test from bug demonstration
2020-08-31 13:36:57 +05:45
Phil Davis
6ebeba5e32 Merge pull request #459 from owncloud/api-trashbin-fixes
Delete passing apiTrashbin test from bug demonstration
2020-08-31 13:12:55 +05:45
HariBhandari07
64ae76f1dc Delete passing apiTrashbin test from bug demonstration 2020-08-31 13:03:10 +05:45
Artur Neumann
e7838cc8c5 Merge pull request #40 from owncloud/ui-tests
Add ui tests infrastructure and tests for language setting
2020-08-31 12:42:21 +05:45